Postponed (maintainer needs more info)
Project:
DHTML Menu
Version:
7.x-1.x-dev
Component:
PHP Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 11:09 UTC
Updated:
30 Sep 2019 at 13:46 UTC
Jump to comment: Most recent
Comments
Comment #1
cburschkaLocalization refers to the translation of *this* module.
Could you please name the module that produces these multi-language menu links? Is it in core or in contrib?
Comment #2
nikitas commentedhi.sorry for the delay.
i'm using 2 default core modules ( locale-content translate ) plus the Localization client (l10n_client) .
do you think it's a core problem>?or just the l10n_client module?
thanx
Comment #3
TWD commentedI am using this module together with the "Special Menu Items" module PLUS the "Multi-Block" module to create a new instance of the Main Menu which I can use for Mobile size resolutions.
The site is in 3 languages.
I had a weird issue.
The DHTML menu worked fine in the default language and one
other language but not in the 3rd language.
I rolled a little of my own jQuery which seems to have fixed the issue.
$('ul.menu li a.nolink').parent().addClass('start-collapsed').removeClass('dhtml-menu-open').removeClass('expanded');NB: the "nolink" class is a special class attached to parent links via the Special Menu Items module.
Comment #4
vuilCould you reproduce the same issue on 7.x-1.x branch? Thank you!