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)
-   -   Page menu bar: Styling sub menus (http://forum.bytesforall.com/showthread.php?t=10844)

unelma Oct 31, 2010 12:19 AM

Page menu bar: Styling sub menus
 
I have been trying to find answer for this question:

I have got horisontal page menu bar, which is in: ATO>Configure Header Area>%logo %pages

How I can style sub menu?

I want to remove it to the left sidebar under the first level page menu bar.
And also I want it is visible only when user has been clicked the parent page, not that default roll-over effect.

Thanks for lot.
Unelma

WordPress 3.0.1.
Atahualpa 3.4.9

juggledad Oct 31, 2010 05:23 AM

What is the URL that shows the issue?

unelma Oct 31, 2010 06:06 AM

I made example picture for you and send it by PM.

It is very important that when the customer creates new page, and chose the right parent for it, the sub page will automatically come to the second or third level menu.

The question is what is the best way to do navigation like that?

Thanks very much for help, I have this porblem in two wp site, and I´m very gratefull if you can help me.

Thanks,

unelma Oct 31, 2010 07:45 AM

Hi,

okei,

I inserted this to Ato> Css inserts

ul.rMenu li.current_page_parent {
background: #00ffff !important;
}

And it works fine in second level sub page. Parent page is highlighted in sub page.

But it doesn´t work in third level subpage.

juggledad Oct 31, 2010 01:19 PM

each level of the menu is a LIST, so if you have three levels you have a LIST inside a list that is inside a list or in html terms
<UL>
<LI>...</LI>
<LI>...</LI>
<UL>
<LI>...</LI>
<LI>...</LI>
<UL>
<LI>...</LI>
<LI>...</LI>
</UL>
<LI>...</LI>
</UL>
<LI>...</LI>
</UL>
your CSS only addressed two levels, you need to address the third level.

The menu styling is the most complicated in the theme, there are about 400 lines of CSS selectors and rules for the menus (seven levels!).

derekwbeck Nov 16, 2010 12:15 AM

being that these are the most complicated, i'm loathe to attempt to change my menus... is there an easy way to split the styling for the menus from other ordinary lists? (I don't like the spacing for the lists, but saw it effects the spacing of my menu buttons, so left it)

all i really want to do is give my menus a transparent background (which the GUI does not allow) and set only the top and bottom borders to have a color...


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

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