Is it possible to add a fourth level of navigation to the drop down menus? We have several areas where we would like to have people get deeper into our structure with out having to click pages for redirection. We are also experiening an issue where the highlight in the navigation stays on the first menu item while another highlight is created to follow the cursor. We have iBlogPro4
http://www.shorelinechurch.org
Thanks,
Ben
4th level navigation from Drop down menus
Started by
benspangler
, Apr 22 2010 07:31 AM
3 replies to this topic
#1
Posted 22 April 2010 - 07:31 AM
#2
Posted 22 April 2010 - 04:41 PM
You can modify the dropdown.css file in the pro folder so it includes 4th level, but generally speaking I would consider using sub-navigation instead.
#3
Posted 22 April 2010 - 06:23 PM
Are there any resources that you can point me to that would help make the need changes?
#4
Posted 22 April 2010 - 11:57 PM
you could try adding something like this to the end of dropdown.css...
`
#nav ul.dropdown ul ul ul { left: 100%; top: 0; }
#nav ul.dropdown ul li:hover > ul { display: block; }
`
and change this line in `_nav.php`: `wp_list_pages('exclude='.$frontpage_id.$forum_exclude.'&depth=3&title_li=');?>`
to `wp_list_pages('exclude='.$frontpage_id.$forum_exclude.'&depth=4&title_li=');?>`
that's untested... but some variation of it should work.









