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 »

Page menu, change sub sub pages to go to the right


  #1  
Old Jan 23, 2012, 08:28 AM
kennyken444
 
5 posts · Sep 2010
Page menu, change sub sub pages to go to the right

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
Attached Thumbnails
Click image for larger version

Name:	Main and Sub.jpg
Views:	591
Size:	22.0 KB
ID:	1731  Click image for larger version

Name:	Main and sub and sub sub.jpg
Views:	599
Size:	43.0 KB
ID:	1732  
  #2  
Old Jan 23, 2012, 10:52 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jan 23, 2012, 02:24 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Perhaps your version of Atahualpa? I would suggest a manual update to see. If you do a manual update you can always switch back.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #4  
Old Jan 25, 2012, 04:04 AM
kennyken444
 
5 posts · Sep 2010
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;
}
  #5  
Old Jan 25, 2012, 04:32 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Jan 25, 2012, 04:42 AM
kennyken444
 
5 posts · Sep 2010
OK thanks - I will look into upgrading over the next couple of days
  #7  
Old Jan 25, 2012, 05:15 AM
kennyken444
 
5 posts · Sep 2010
Quote:
Originally Posted by juggledad
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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
change page menu order in 3.6.7 - can't do it petevannuys Page & Category Menu Bars 2 Jun 23, 2011 03:27 AM
[SOLVED] I want to change the color of the Menu 1 (Page Menu). Talia Page & Category Menu Bars 4 Mar 29, 2011 01:53 PM
[SOLVED] Page Menu & Sub Menu Behaviour Change Freester Page & Category Menu Bars 0 Feb 26, 2011 06:03 AM
[SOLVED] How To Change H1 Tags On Pages - Can't Find Page Template In Code pokepsw Center area post/pages 7 Feb 7, 2011 11:29 AM
[SOLVED] Page Menu Bar - How to change height of background bar acroos the page? kippiper Page & Category Menu Bars 6 Dec 19, 2010 05:13 PM


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


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