Skip to main content

Parent in nav dropdown

Hi Again. There is a checkbox in the page settings that allows you to select "Show parent in nav dropdown". (I believe this is new.) My question is, is that even when I unselect it, the parent still shows in the dropdown menus on the site. http://screencast.com/t/R6DmqCPeM

Thanks!

Official response from

You probably have a custom _nav.html in your theme that needs to be updated to support that feature.

Find: <li><a href="{{ child.url }}">{{ child.name }}</a></li>

and replace it with:

{% if site.show_parent_in_nav_dropdown? }<li><a href="{{ child.url }}">{{ child.name }}</a></li>{% endif }

Share this post

Showing 2 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.