You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call your new menu in a template i.e. {% page_menu 4 "pages/menus/dropdown.html" %}
Remove a page from the "Top navigation bar" via the admin and add it to the "Secondary navigation bar"
What I would expect to happen
The menu item is added only showing the page that is in the "Secondary navigation bar"
What actually happens
The menu item is missing. If you add the item back to the "Top navigation bar" it will reappear.
Why I think this happens
Because the template is the same - and it seems to be the only index used by the in_menu_template function called by the pages_tags then it will just use the validity of the first instance of the selected template.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the problem:
PAGE_MENU_TEMPLATES
using the same template as an existing menu for example:{% page_menu 4 "pages/menus/dropdown.html" %}
What I would expect to happen
The menu item is added only showing the page that is in the "Secondary navigation bar"
What actually happens
The menu item is missing. If you add the item back to the "Top navigation bar" it will reappear.
Why I think this happens
Because the template is the same - and it seems to be the only index used by the
in_menu_template
function called by thepages_tags
then it will just use the validity of the first instance of the selected template.The text was updated successfully, but these errors were encountered: