neon-jungle / wagtailnews

News/blog plugin for Wagtail CMS
http://pypi.python.org/pypi/wagtailnews/
BSD 2-Clause "Simplified" License
74 stars 21 forks source link

TEMPLATE PROBLEM #39

Open martimlello opened 3 months ago

martimlello commented 3 months ago

Hello, In my project, I'm using Django version 5.0.6, Wagtail version 6.1 and WagtailNews version 5.2.0. I found a bug in the template, which basically prevents the fields from being filled in, due to the size of the element containing the “Publish” and “Save draft” options.

wagtailnews_bug

If you could help me solve it, I'd really appreciate it.

Thank you.

seb-b commented 3 months ago

Hi @martimlello, at the moment wagtailnews is only compatible with wagtail 5.2 or lower, the readme isn't quite correct. I'd guess that something has changed between 5.2 and 6.0 to cause the menu to act like that