Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Archive

Automatic Menu

Started by Muut Archive 12 years ago · 3 replies · 251 views
12 years ago

The menu building feature is really great. I am wondering if there is a way to have the main menu (current feature) and a 'utility navigation' (see attached) that could also be built in the same automatic fashion. I am not a programmer by any means, so if there is a simple cool trick I am pull off, that would be awesome. Or would something like this require me to dig deep in the code to accomplish. If this is not possible, then how would you recommend I accomplish this task of a utility nav? Just create the utility nav and make the pages/links invisible, then hard-code the utility nav in the template? (this is not my design, I am just helping to develop it.)

Thank you. Screen Shot 2014-10-27 at 11

12 years ago

It looks like you want to create a nested menu but rather than it being traditional vertical drop-downs, you want the 2nd level to be horizontal.

That's definitely doable, you would need to render the menu as a nested tree, then just style it appropriately;

http://www.cssportal.com/horizontal-menus/2levelmenu.php
http://themedemos.dottoro.com/features/menu/horizontal-submenu/

The 'learn' link above will render the nested page structure as a nested tree, but the hard part is going to be implementing the CSS to render that second level horizontally.

12 years ago

I'm sorry I should have been more clear. The second line is not a drop down, but rather a permanent menu. So, the first line nav with the '+' icons will be the main navigation. The second line starting with 'capabilities' is the utility nav. Both navs will remain visible on every page.

12 years ago

Then it makes creating menu even easier as dropdown markup just requires you to nested unordered list. See the first link for the markup.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1277 9 years ago
Archive · by Muut Archive, 9 years ago
2 885 9 years ago
Archive · by Muut Archive, 9 years ago
2 4014 9 years ago
Archive · by Muut Archive, 9 years ago
1 2891 9 years ago
Archive · by Muut Archive, 9 years ago
3 1074 9 years ago