It was like a dream come true when I first heard of this module :)
But unfortunately e.g. the "nolink" option does not seem to work with suckerfish menu option in themes like "Sky" or "Pixture". The item does appear but apparently it won't expand when you hover the menu item. Am I doing something wrong maybe?

Comments

Kisama’s picture

Try setting the item to "expanded" in the Administer -> Site building -> Menus ->

agrigor1’s picture

Cant make it work correctly with Tapestry Theme.
I guess I need to do something with the css of the suckerfish but I dont know what.
Any suggestion?

dan.thompson’s picture

I have a theme I wrote based off of the Fusion starter theme, which uses suckerfish. To get this theme to work with the special menu items module, I had to:

  1. Make sure the parent of any dropdown menu was set to expanded.
  2. Make sure that under admin/settings/Special Menu Items, the proper element were set for the "nolink" and "separator" items. In my cast, this was the <a> element.
that0n3guy’s picture

I'll verify that this works on newsflash theme's suckerfish menu.

melchoir55’s picture

I was having problems with this module until I followed the advice given in 3.2
Make sure your elements are set right.

ozish’s picture

Works also with cti-flex. Thanks @ dan.thompson

spencerfromsc’s picture

Can I ask you what sort of problems you were initially having? I have a modified version of Acquia Marina running with Special Menu Items installed and I'm getting strange behavior that I can't figure out. Everything will be working fine until we change some content on the site, then the dropdown menus CSS will show up in Firebug as display:hidden visibility: none. None of the dropdown information will be visible until I flush the cache, after which everything will function properly again.

Any insights would be greatly appreciated.

traceelements’s picture

I had to put in <a href="#"> as the special menu items tag to get it to work on the iphone.

gagarine’s picture

Status: Active » Closed (duplicate)

Close as a duplicate.
We should solve #1221294: option to use <a href="#"> for "nolink" items to not break other modules and it will certainly works.