The module installed and worked great for my admin tabs which was the reason I installed it. Unfortunately, I am using Nice Menus for my main navigation and the module seemed to strip all of the links in the menus. It did inject the class names in the li tags, but the actual a tag links disappeared.
I reverted back to Nice Menus 7.x-2.0-beta3 as a quick fix to have my site up and running.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | menu_css_names-nice_menus_build_rewrite-1580204-4-7.28.patch | 7.13 KB | anou |
Comments
Comment #1
lee20 commentedI am having he same issue.
Comment #2
hazah commentedThis happens because
nice_menus_menu_item_linkis being used for the theme hook and it does not exist.Comment #3
nowidid commentedDoes not work also with nice menus module (7.x-2.5).
If
nice_menus_menu_item_linkdoes not exist, which theme hook should I use?Comment #4
anouAll of this is caused by the
theme_nice_menus_buildrewrite in the Nice Menus module. So I've rewritten themenu_css_names_nice_menus_buildfunction to be compatible with Nice Menus 7.x.2.1 and above (I hope :-) ).I'm using it with last version of Nice Menus 7.x.2.5 and Drupal 7.28.
Here's a patch for this.
Comment #5
anou