Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Page Menu on Header image


  #1  
Old May 20, 2009, 11:40 PM
dougfoot's Avatar
dougfoot
 
17 posts · May 2009
Oregon, USA
Howdy,

Total noob here, on my site http://www.crazytrike.com, I would like to "float" the page menu on the Header image, not below like it is now, nor on top.

Is there a way to do this?

Thanks in advanced

Doug

Last edited by dougfoot; May 30, 2009 at 09:19 PM.
  #2  
Old May 21, 2009, 05:10 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
absolutely,
put your settings in ATO->Header Image->Overlayed Blog Title/Tagline Style

margin-top: 30px;
margin-left: 30px;
will have it at the top left while

margin-top: 135px;
float: right;
margin-right: 10px;
padding: 7px;
background: #ffffff;
border: solid 2px #000000;
filter: alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;

will put it at the right down low and it will float if you make the page smaller

btw, love the bike. I use to have a two wheel recumbent - Easy rider, but had to give up riding after I tore my meniscus and even after surgery and rehab, I would limp for three hours after riding for 1 (sigh) but now I'm riding a Vespa, not the same but more fun going up hills (grin)
  #3  
Old May 21, 2009, 07:10 AM
dougfoot's Avatar
dougfoot
 
17 posts · May 2009
Oregon, USA
Thanks fo the reply - actually moving the header text isn't exactly what I was looking for, I would like to move the page menu bar to be on the header image like the header text is.

Again, thanks for your assistance

Doug
http://www.crazytrike.com
  #4  
Old May 30, 2009, 04:37 PM
dougfoot's Avatar
dougfoot
 
17 posts · May 2009
Oregon, USA
Since posting this question, I found the solution:

The results are on my site:
http://www.crazytrike.com

I'm using HTML/CSS inserts to modify the way the page menu is displayed

I've also added a NextGen Gallery flash header with a transparent .png background image.

Code added for the NextGen Gallery falsh header:
<?php if (function_exists("nggSlideshowWidget")) { nggSlideshowWidget(27,950,200); } ?>

is put in header.php after the line:

<?php bfa_header_config($bfa_ata['configure_header']); ?>

In ATO, Header, Configure Header Area, put: %image %page

In ATO, HTML/CSS Inserts, CSS Inserts, put the follwing css:

#sbsl27_1 {
width: 100%;
}
ul.rMenu {
background: transparent;
margin-top: 154px;
padding: 10px;
position: absolute;
width:auto;
z-index:4;
}
ul.rMenu li {
background-color: transparent;
}
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
{
font-weight: bold;
}
#imagecontainer {
position:absolute;
width:100%;
z-index:3;
}

For the NextGen Gallery info, look at this post: http://forum.bytesforall.com/showthread.php?t=1197

Let me know what you think...

Doug
http://www.crazytrike.com

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] My header image disappeared??? CreativePartyLady Header configuration & styling 2 Jul 12, 2009 09:53 AM
[SOLVED] cant seem to get this too work help please! link in header image sine Header configuration & styling 5 Jun 22, 2009 09:05 AM
[SOLVED] 2 little issues I'm having (no header image in firefox &amp; problem with page m andytaylor Header configuration & styling 3 Jun 8, 2009 03:14 AM
How do I move drop down menu bar for pages under logo area and header image? barfarf Header configuration & styling 1 Apr 22, 2009 11:49 AM
How to put the page menu bar under the header image? manu Page & Category Menu Bars 1 Mar 9, 2009 08:39 AM


All times are GMT -6. The time now is 02:03 AM.


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