3+ nested autonav
Permalink
I'm very new to concrete5 and web development in general. I am attempting to use autonav to display nested levels. Currenty it will display the parent and sub levels, but not 3 levels or more. Could someone explain the best way to go about this in a beginner level fashion?
Home
Test1
--test1 a
---test1a1
---test1a1
----test1a1a
----test1a1b
--test1 b
---test1b1
---test1b2
Test2
Home
Test1
--test1 a
---test1a1
---test1a1
----test1a1a
----test1a1b
--test1 b
---test1b1
---test1b2
Test2
In the autonav block you can set Child Pages to "Display all." and then Page Levels to either "Display All" or "Custom Amount" and enter the number of levels you want
I have done this but it only displays the second level.
Can you show a screenshot of exactly what your settings are, what your sitemap looks like, and what the output is? It's possible that CSS is hiding the lower levels, or that the block is cached (if you haven't cleared the cache) too.
Here are two screenshots of the menu not showing the 3rd level and the autonav settings.
Can you provide a link to that page? It certainly looks like these are going to be hidden by CSS, but it's hard to tell from the pictures.
Disable styles (css) in browser
http://stackoverflow.com/questions/14046738/how-to-disable-css-in-b...
Or remove your styles for this test (or change to "empty" no style template).
A lot of times this is css issue (In the html you will find "3 levels" but your CSS styles are "wrong"). For 3 levels dropdown most of the time you need some extra CSS or some UI solution. Look at this example:
http://codepen.io/Magisters/pen/MwbeWv...
http://stackoverflow.com/questions/14046738/how-to-disable-css-in-b...
Or remove your styles for this test (or change to "empty" no style template).
A lot of times this is css issue (In the html you will find "3 levels" but your CSS styles are "wrong"). For 3 levels dropdown most of the time you need some extra CSS or some UI solution. Look at this example:
http://codepen.io/Magisters/pen/MwbeWv...