Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   How can a place a logo image on the left side and another image on the right side? (http://forum.bytesforall.com/showthread.php?t=1741)

Ms. M May 21, 2009 07:52 AM

How can a place a logo image on the left side and another image on the right side?
 
I currently have my logo on the left side of my page, but I would like to add a graphic on the right side of the page also.

www.gatewayvs.com/wordpress

Flynn May 21, 2009 07:20 PM

You'd have to edit functions/bfa_header_config.php for that, a rather messy edit even more so as the header area is being revamped by me now because it is not flexible enough (i.e. for what you want to do) and the edits would not last, if you want to update to newer Atahualpa versions. There have been quite a few threads about bfa_header_config.php on here, search for bfa_header_config.php

cultureofclimatechange Jun 1, 2009 10:51 AM

Hi, I don't have help, but a question: how did you change the logo image? I figured out how to change the header. I ftp'd the image I want into the logo folder, but I can't figure out what to delete from the logo folder to allow my new jpeg file to appear.

Thanks,
Alex

juggledad Jun 1, 2009 07:00 PM

To use a logo you have to do a couple things
1) copy your image to the atahualpa/images folder (make sure there are no spaces in the name
2) put the name of you image in ATO_>Header->Show Logo Image?
3) add '%logo' in ATO->Header->Configure Header Area

mcd Jul 24, 2009 11:10 PM

i was also looking for a way to add another logo image to the header.

using a Firefox add-on called Web Developer, i began by editing the HTML for my main page. poking around in the code i found the section that created my header and the logo image i wanted to replicate. i experimented with duplicating that code and removing the bits that would cause confusion. i eventually ended up with this code, which i inserted in the "HTML Inserts: Body Top" section of the Atahuala Theme Options editor:

<div class="logo2"><a href="http://mydomain.com"><img class="logo" src="http://mydomain.com/wordpress/wp-content/themes/atahualpa333/images/logo5.jpg" alt="mydomain.com"></a></div>


in the css style sheet, under ---logo area----

i added .logo2 {position:absolute; top:0px; right:0px;}

bingo! i now have a logo image in the top left corner and was able to add the same (or any other image) to the top right corner of the header. both are clickable and lead back to the main page. if i want to put the 'pages' bar at the very top, then adjusting the top position for logo2 by 26px will compensate for it.

this is by far the best wordpress theme i've used. the first bit of money my site makes is headed your way. love it - thanks!

measure2x Oct 19, 2009 07:02 PM

Hey all,

I just tried this. It's almost what I want, except that the graphic is "stuck" to the right side of the screen/window (just looked at in FF so far). Only I did {...top:10px; right:20px;} . How do I get that upper right graphic to float WITH the layout, not the window frame?

www.builderstoolstore.com

Thanks!!!!!!

juggledad Oct 20, 2009 07:19 AM

you have put this logo outside the container so it is associated with the 'body' - you want to put it inside the header area

measure2x Oct 30, 2009 02:42 PM

Ok, so do I do that in the admin panel under "Add HTML/CSS Inserts" or in the editor directly into one of the php files? Because in the "Add HTML/CSS Inserts" the header section actually puts the code into the head tag of the page, and it warns that you shouldn't put any "visible" code in there.

juggledad Oct 30, 2009 03:01 PM

have you looked at http://forum.bytesforall.com/showthread.php?t=2729

measure2x Nov 1, 2009 05:02 PM

Oi! Looking at that gives me a headache. I'll give it a try, though.

thesis Nov 10, 2009 10:09 AM

the solution given by Mcd worked for me! was pretty easy too.

ysec Jan 18, 2010 12:28 PM

Quote:

Originally Posted by juggledad (Post 17864)

How do you access this thread? Thanks!


All times are GMT -6. The time now is 08:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.