Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mega Menu #416

Open
meaelien opened this issue Mar 1, 2022 · 1 comment
Open

Mega Menu #416

meaelien opened this issue Mar 1, 2022 · 1 comment

Comments

@meaelien
Copy link

meaelien commented Mar 1, 2022

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
@MrCordeiro
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants