I installed, cleared cache everywhere, and didn't see any classes on the li's - only the usual
Is there anything special I have to do?
I installed, cleared cache everywhere, and didn't see any classes on the li's - only the usual
Is there anything special I have to do?
Comments
Comment #1
rc_100 commentedNo, you shouldn't have to do anything special to get it to work - just enable the module. When you go into the Drupal admin area, do you see class names added to the menu elements in the left sidebar (My Account, Create Content, etc)?
The module works by doing a theme override on the function that normally displays menu items (theme_menu_item). If that function is being implemented by another module or in your template.php file, it may be taking priority.
Comment #2
jerlyon commentedI have seen this too. I do see the classes in the navigation menu, but not the primary menu. Is this module only supposed to work with the navigation menu?
Comment #3
rc_100 commentedOk guys, I found a bug in the theming for Primary/Secondary links. I've fixed the module and will have v.1.1 ready in a bit. Thanks for your help!
Comment #4
rc_100 commentedThe 1.1 version of menu_css_names is up now - this fixes the bug with Primary/Secondary menu links.
Comment #5
rc_100 commented