Disable the effect of DHTML Menu module.

Comments

oxyd’s picture

Priority: Major » Normal
allio_froggio’s picture

Version: 6.x-1.6 » 7.x-1.x-dev

Just wanted to chime in that I'm also having an issue with D7.12. As soon as I enable DHMTL menus, my placeholder menu items will display but I am unable to expand them. Even when "show as expanded" is selected, none of the child items are displayed.

Any chance this is fixable? I'm not sure I can lose my categories but I doubt my boss will let me drop the expand/collapse functionality. Totallya rock and a hard place! :)

marci003’s picture

Please see http://drupal.org/node/1152500 as this is probably the cause of your problem.

SocialNicheGuru’s picture

no following that and subsequent links does not solve the problem

gagarine’s picture

Title: Conflict with DHTML Menu » Conflict with DHTML Menu and Special menu items
Project: Special menu items » DHTML Menu
Component: Code » Javascript code

You can go in admin/config/system/special_menu_items and change the HTML tag for "nolink" to <a> and it will works.

But perhaps DHTML menu should change is JS and add the click listener on the li instead of the a. If not, just close the bug as "work as designed".