language links.
Hi.
I've used dhtml menu and i have 2 languages at my site.But when i click to a submenu i get all the links ( both of them at each lanhuage)?
any clue how can i fix this?
language links.
Hi.
I've used dhtml menu and i have 2 languages at my site.But when i click to a submenu i get all the links ( both of them at each lanhuage)?
any clue how can i fix this?
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!