I installed, cleared cache everywhere, and didn't see any classes on the li's - only the usual

Comments

rc_100’s picture

Assigned: Unassigned » rc_100
Status: Active » Postponed (maintainer needs more info)

No, 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.

jerlyon’s picture

I 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?

rc_100’s picture

Status: Postponed (maintainer needs more info) » Active

Ok 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!

rc_100’s picture

Status: Active » Fixed

The 1.1 version of menu_css_names is up now - this fixes the bug with Primary/Secondary menu links.

rc_100’s picture

Status: Fixed » Closed (fixed)