Hi,
I'm having issues displaying a sub-menu on the secondary navigation only, with the secondary navigation links coming from the Main menu... Here's my main menu tree:
- Main nav item 1
- Secondary level 1-1
- Tertiary level 1-1-1
- Tertiary level 1-1-2
- Tertiary level 1-1-3
- Secondary level 1-2
- Tertiary level 1-2-1
- Tertiary level 2-2-1
- Secondary level 1-3
- Main nav item 2
- Secondary level 2-1
- Secondary level 2-2
- Tertiary level 2-2-1
- Tertiary level 2-2-2
- Tertiary level 2-2-3
- Secondary level 2-3
- ...
My problem is: I want to keep the structure simple and only use the Main menu as source for both Main navigation and Secondary navigation -- that way, the site editor doesn't have to worry about editing menus in the admin.
The main navigation needs to only shows top-level menu items -- no dropdowns, so it looks like this:
- Main nav item 1
- Main nav item 2
- ...
The secondary navigation then needs to show the current secondary levels too, but with the active trail expanded to show children of the current Secondary level, so, using the same tree, assuming we are on page Secondary level 1-1, the secondary nav (in the sidebar) should show:
- Secondary level 1-1
- Tertiray level 1-1-1