Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Have Pages (above) & applicable Subpages (below) header image? (http://forum.bytesforall.com/showthread.php?t=3786)

quaziblue Oct 8, 2009 01:11 PM

Have Pages (above) & applicable Subpages (below) header image?
 
I currently have this setup for my header area configuation: %logo %page-center %bar1 %image %bar2. I would like it (in effect) changed to: %logo %page-center %bar1 %image %bar2 %subpage-center.

Now for more detail:
I'd like to have a page menu of subpages below the header image and 2nd bar. When I click on the parent page above the header image, want the subpages to appear below the image (I'm going to remove the drop-down feature of the parent nav menu).

I've tried searching for the answer in previous posts, but have come up empty. Any help would be appreciated. Thanks.

juggledad Oct 8, 2009 03:21 PM

What you want to do is not possible with Atahualpa as is. Atahualpa uses the Ruthsarian's rMenu (http://webhost.bridgew.edu/etribou/l...enu/index.html) to provide dropdown/flyout menus.

You will have to develop a substitute to do what you want to do.

quaziblue Oct 8, 2009 03:46 PM

Would you be able to help with a substitute? There's gotta be a way (at least I'm hoping) since it's possible to have only the subpages listed in the sidebar for each applicable parent page. I just want to change the location of that listing. Thanks again.

juggledad Oct 9, 2009 06:43 AM

Sorry, this would be a major undertaking, you might send Flynn a PM asking him how much he would charge to do this for you or it is even possibel.

one-from-lv Oct 10, 2009 02:25 AM

If Your Page menu bar above header image have possibility to show menu of subpages, then You can try to put top margin to the first of submenu li. In HTML/CSS inserts write smth like ul.rMenu ul li:first-child {margin-top: XXXpx;} where XXX is a height of Your header image. Or parent menu ul li position set to relative, but next submenu ul position to absolute and set top. Example: ul.rMenu li {position: relative;} ul.rMenu li ul {position: absolute; top: YYYpx;}.

If You have not get better solution You can play with these.

Cheers!


All times are GMT -6. The time now is 02:54 PM.

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