question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CMS toolbar menu's don't work

See original GitHub issue

The drop down menu’s for ‘example.com’, ‘Page’, ‘History’, ‘Language’ in the toolbar aren’t responding to clicks.

I can login via the toolbar, the ‘django CMS’ logo takes me home, I can toggle draft/live, publish and switch from content and structure. But those all important drop down menus simply don’t work.

There are no console errors and inspecting the toolbar shows the lists with content so I assume this is just a javascript problem that I can’t see in the console.

Has someone seen this before? I can’t find anything with searches 👎

edit One of our designers has been getting past this by disabling the display: none on the <ul> for the toolbar which looks horrible, but allows you to get to toolbar items. The full selector for the display property is #cms_toolbar .cms_toolbar-item-navigation li ul

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
markswebcommented, Jul 23, 2014

I’ve found the issue! (HURRAH!)

Somehow {% render_block "js" %} had been included in base.html in the head and also at the end of the body, so I guess the duplicated js was causing the click event to run twice, adding and then immediately removing the hover class.

0reactions
johnrazcommented, Jul 23, 2014

Good news 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

CMS toolbar menu's don't work · Issue #3283 · django- ...
I can login via the toolbar, the 'django CMS' logo takes me home, I can toggle draft/live, ... CMS toolbar menu's don't work...
Read more >
Django-cms toolbar not showing on my project
To begin with, I have a problem with djangocms toolbar. I can't make it show when I append ?edit to the end of...
Read more >
6. Extending the toolbar - django cms 3.11.0 documentation
1. Add a menu to the toolbar. Don't forget to restart the runserver to have your new cms_toolbars.py file recognised. The populate() method...
Read more >
Configuration — django cms 3.4.2 documentation
If the toolbar is in edit mode or a plugin with cache=False is present the placeholders will not be cached. CMS_PLUGIN_CACHE¶. default: True....
Read more >
CMS toolbar not appearing
I've followed the 'Introductory Tutorial' @ http://docs.django-cms.org/en/2.2/getting_started/tutorial.html and everything is working fine expect the CMS ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found