Closed (fixed)
Project:
Special menu items
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 08:39 UTC
Updated:
13 Sep 2012 at 09:41 UTC
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
Comment #1
gagarine commentedComment #2
friendswoodtech commentedI 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:
FWIW, I do not use any separators, so I didn't change that line.
Any assistance would be greatly appreciated.
Comment #3
marci003 commentedPlease see http://drupal.org/node/1677982 as this is probably the cause of your problem.
Comment #4
gagarine commented#1677982: closing tag is generated incorrectly was fixed.. do you still get the problem (with dev)
Comment #5
socialnicheguru commented#4, yes I still get this problem with the newest dev (7/2012)
Comment #6
friendswoodtech commentedThe new dev version worked for me. Thanks!
Comment #7
gagarine commentedI try it to.. this work.