wagtailmenus icon indicating copy to clipboard operation
wagtailmenus copied to clipboard

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

Results 37 wagtailmenus issues
Sort by recently updated
recently updated
newest added

It looks like it was removed in latest release, although it's still mentioned in documentation. Any chance to bring it back or there was a reason to remove it? See:...

Hello, I'm trying to use Wagtailmenus in my project and have an issue. When rendering the menu only top level menu items are available, the ones that were manually created...

I am getting the following warning for each use of _(...) when used with Django 3.1.3, wagtail 2.11: **RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()** An easy and obvious...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.3.0)

I didn't find any solution how to make a complex mega menu style navigation with wagtailmenus ![maxresdefault](https://user-images.githubusercontent.com/2761164/156190300-ced84a86-5ad3-4095-9f94-07a22d752a0d.jpg) . Is there any way to make a multi level menu (min 3...

How would I create wagtailmenus menu programatically (that is not through the wagtail admin). If we assume that all the necessary pages exist in the database then what would this...

Generated locales, and translation done for Portuguese (European)

I'm considering adding a `language` field to both AbstractMainMenu and AbstractFlatMenu, which would default to the default language for the project, then altering the unique constraints on each model to...

needs investigation
feature request
help wanted

In version 3.0.2 at least, the `=True` part isn't recognized and generates an error: ``` $ python manage.py autopopulate_main_menus --add-home-links=True usage: manage.py autopopulate_main_menus [-h] [--add-home-links] [--version] [-v {0,1,2,3}] [--settings SETTINGS]...

I have a menu without displaying submenu items. Is there a possible to keep the parent menu item active when a visitor is on the child page?