anderson Posted February 5, 2019 Share Posted February 5, 2019 Hi, Please take a look at this: https://templatemag.com/demo/Good/ The upper nav bar, including dropdowns like "pages" and "portfolios", what do you call this whole thing? At first I guess it's called "dropdown nav bar", but seems not. AND of course, what's the simplest way/module to achieve this in PW? Thanks in advance. Link to comment Share on other sites More sharing options...
dotnetic Posted February 5, 2019 Share Posted February 5, 2019 It`s a simple navbar with dropdowns. There are a zillion ways to get this done. One would be the use of http://modules.processwire.com/modules/markup-simple-navigation/ or http://modules.processwire.com/modules/process-menu-builder/ They generate a list of pages and their children and you can modify the output of the markup. Then you could use a framework like Bootstrap or Foundation, or whatever you like and use their navbar components, to get the dropdowns and styling. 4 Link to comment Share on other sites More sharing options...
anderson Posted February 5, 2019 Author Share Posted February 5, 2019 21 minutes ago, jmartsch said: It`s a simple navbar with dropdowns. There are a zillion ways to get this done. One would be the use of http://modules.processwire.com/modules/markup-simple-navigation/ or http://modules.processwire.com/modules/process-menu-builder/ They generate a list of pages and their children and you can modify the output of the markup. Then you could use a framework like Bootstrap or Foundation, or whatever you like and use their navbar components, to get the dropdowns and styling. Thanks for your help. Yesterday I installed MSN, and some test trying to understand its options. But in all results the menu is verticle. I'll learn deeper. Link to comment Share on other sites More sharing options...
zoeck Posted February 5, 2019 Share Posted February 5, 2019 4 hours ago, anderson said: But in all results the menu is verticle. I'll learn deeper. The Markup Simple Navigation is only creating the code for the navigation, you have to add the style (css style) of the menu yourself, the module doesn't do that 1 Link to comment Share on other sites More sharing options...
anderson Posted February 5, 2019 Author Share Posted February 5, 2019 11 minutes ago, zoeck said: The Markup Simple Navigation is only creating the code for the navigation, you have to add the style (css style) of the menu yourself, the module doesn't do that Thanks for the tip, I'll learn that. Link to comment Share on other sites More sharing options...
dotnetic Posted February 5, 2019 Share Posted February 5, 2019 3 hours ago, zoeck said: The Markup Simple Navigation is only creating the code for the navigation, you have to add the style (css style) of the menu yourself, the module doesn't do that Thats what I meant when stating 8 hours ago, jmartsch said: Then you could use a framework like Bootstrap or Foundation, or whatever you like and use their navbar components, to get the dropdowns and styling. because these frameworks contain styling and javascript for dropdown menus. 1 Link to comment Share on other sites More sharing options...
anderson Posted February 6, 2019 Author Share Posted February 6, 2019 11 hours ago, jmartsch said: because these frameworks contain styling and javascript for dropdown menus. Good to know. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now