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, change sub sub pages to go to the right (http://forum.bytesforall.com/showthread.php?t=16573)

kennyken444 Jan 23, 2012 08:28 AM

Page menu, change sub sub pages to go to the right
 
2 Attachment(s)
Hi All
Sorry for the jumbled title but its difficult to explain in only a few words :-)

I am currently using
wordpress 3.3.1
Atahualpa 3.5.1

And all is going well. However i have just got round to adding in some sub sub pages to the page menu and i was assuming when you hovered over the parent that they would move out to the right like a normal menu, however they still go down like the top level does.

I have attached 2 pictures to hopefully explain it a bit better. the first picture is called 'main and sub.jpg' this picture shows the drop down that happens when you hover over one of the main pages in the menu. this is fine
The 2nd picture is called 'main and sub and sub sub.jpg' this picture shows that i am hovering over one of the parent pages in the drop down and the menu that appears, still appears below it which is going over the rest of the upper level menu.

Is there anyway to make these 3rd level pages appear to the right of their parent?

The 1st drop down list is fine going down as thats normal its just the next level should in my opinion go to the right, instead of hovering over the existing menu.

Thanks in advance
Ken

juggledad Jan 23, 2012 10:52 AM

it is probably an issue with your CSS Inserts since the submenu's normally will go to the right and the sub submenu's go to the right of them.

lmilesw Jan 23, 2012 02:24 PM

Perhaps your version of Atahualpa? I would suggest a manual update to see. If you do a manual update you can always switch back.

kennyken444 Jan 25, 2012 04:04 AM

I dont remember actually adding any CSS insterts..

I assume this is standard???:

Code:

td#header {
padding-bottom: 15px;
}
/* removing the padding here and putting them on the sidebars instead. That way the middle column aligns nicely with the header when there are no sidebars */
td#middle {
padding: 0;
}
div.searchbox-form {
margin: 5px 0 15px 5px;
}
div#menu1 ul.rMenu {
background: transparent;
border: none;
}
div#imagecontainer {
border-top: solid 0px #FF0000;
border-bottom: solid 5px #FF0000;
}
div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/round-gray.gif') no-repeat 0 7px;
}
/* Adjustments for the menu bars, which in their default
state have 1px borders plus -1px margins to avoid 1+1=2px
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; }
ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 6px 10px;       
}
/* Space between items of page menu bar */
div#menu1 ul.rMenu li {
margin-right: 5px;
}
/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right: 0;
}
/* round corners for page menu bar items */
div#menu1 ul.rMenu li, div#menu1 ul.rMenu li a {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
/* reset 2nd+ level */
div#menu1 ul.rMenu li li, div#menu1 ul.rMenu li li a {
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}


juggledad Jan 25, 2012 04:32 AM

While I see an issue in 3.5,1, there is no issue in 3.7.3 so I would suggest you upgrade. You might want to do a manual upgrade to have both versions avaliable

kennyken444 Jan 25, 2012 04:42 AM

OK thanks - I will look into upgrading over the next couple of days

kennyken444 Jan 25, 2012 05:15 AM

Quote:

Originally Posted by juggledad (Post 79374)
While I see an issue in 3.5,1, there is no issue in 3.7.3 so I would suggest you upgrade. You might want to do a manual upgrade to have both versions avaliable

I did a manual upgrade and the menu is working perfectly :-) Although I had to switch the old one back on so i can try to remember how i did my homepage :o


All times are GMT -6. The time now is 10:11 AM.

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