divio / django-cms-explorer

django CMS explorer theme example
30 stars 23 forks source link

Dropdown menubar doesn't work #8

Closed lspitaels closed 8 years ago

lspitaels commented 8 years ago

Hi,

I added children pages to one page in the admin but it doesn't show the dropdown menu to access to the other pages. Do you have an idea why I have this issue? PS: I published all the pages.

Cheers, Laurent

FinalAngel commented 8 years ago

@lspitaels the menu is set to show only the first level in base.html:

{% show_menu 0 0 0 0 "includes/menu/navigation.html" %}

You would need to adapt that part and eventually also the html/styles.

lspitaels commented 8 years ago

Thanks a lot. It works.

FinalAngel commented 8 years ago

You are very welcome @lspitaels