When trying to use a nolink item as parent its tag will not contain the children. E.g. a list menu with the nolink tag set to li will not wrap the subitems ul element.

- Apart from that, nice module, thanks

Comments

gagarine’s picture

Version: 6.x-1.5 » 7.x-1.x-dev
friendswoodtech’s picture

I think this is close to the issue that I am having at http://straightline.friendswoodtech.com The second menu item "Flooring" is set with nolink. It has 3 children and the menu is set as Expanded. However, the children will not display when hovering.

I am using dynamic persistent menu and have tried vers 7.x-1..x and 7.x-1.x-dev. I'm not sure if it's related, but when I enabled this module, I received a WSOD. When I turned on errors, it showed an attribute issue in special_menu_items.module. After doing some reading, I removed the [] from line 85 so it now looks like this:

        $element['#attributes']['class'] = 'nolink';

FWIW, I do not use any separators, so I didn't change that line.

Any assistance would be greatly appreciated.

marci003’s picture

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

gagarine’s picture

#1677982: closing tag is generated incorrectly was fixed.. do you still get the problem (with dev)

socialnicheguru’s picture

#4, yes I still get this problem with the newest dev (7/2012)

friendswoodtech’s picture

The new dev version worked for me. Thanks!

gagarine’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Active » Fixed

I try it to.. this work.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.