jazzband / wagtailmenus

An app to help you manage and render menus in your Wagtail projects more effectively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mega Menu

meaelien opened this issue · comments

I didn't find any solution how to make a complex mega menu style navigation with wagtailmenus
maxresdefault
.

Is there any way to make a multi level menu (min 3 levels) that can behave like this, and maybe have sub menus from a snippet or a custom django model for example this type of tree:

Shop

  • Category 1 (this is a snippet)
    • Product 1
    • Product 2
  • Category 2 (this is a snippet)
    • Product 1
    • Product 2
  • Category 3 (this is a snippet)
    • Product 1
    • Product 2

No out of the box, @meaelien. You'll probably have to subclass the menu models and create one suited to your needs.

https://wagtailmenus.readthedocs.io/en/stable/advanced_topics/custom_menu_classes.html#overriding-the-models-used-for-main-menus