|
#1
May 21, 2009, 07:52 AM
|
|
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
|
#2
May 21, 2009, 07:20 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
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
|
#3
Jun 1, 2009, 10:51 AM
|
|
|
2 posts · May 2009
Washington, DC
|
|
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
|
#4
Jun 1, 2009, 07:00 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
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!
Last edited by mcd; Jul 24, 2009 at 11:12 PM.
|
#6
Oct 19, 2009, 07:02 PM
|
|
|
|
52 posts · Apr 2009
Appleton, WI
|
|
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!!!!!!
|
#7
Oct 20, 2009, 07:19 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you have put this logo outside the container so it is associated with the 'body' - you want to put it inside the header area
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Oct 30, 2009, 02:42 PM
|
|
|
|
52 posts · Apr 2009
Appleton, WI
|
|
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.
|
#9
Oct 30, 2009, 03:01 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Nov 1, 2009, 05:02 PM
|
|
|
|
52 posts · Apr 2009
Appleton, WI
|
|
Oi! Looking at that gives me a headache. I'll give it a try, though.
|
#11
Nov 10, 2009, 10:09 AM
|
|
the solution given by Mcd worked for me! was pretty easy too.
|
#12
Jan 18, 2010, 12:28 PM
|
|
Quote:
Originally Posted by juggledad
|
How do you access this thread? Thanks!
|
|