This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Please use one topic for only one question.
Please use one topic for only one question.
Please use one topic for only one question.
Hi there, I just want to share a problem i solved in this theme.
Problem:
If you would have a menu Item with children, click on one of them(1 level) and stay on that “li” item, it would open as soon as you leave it (or its children).
Solution:
i figured out that in the “/nelva/assets/header/header.js” file on line 203 the following functionality must be changed:
$(“.layout-theme .dropdown”).hover(
function() {
$(this).addClass(‘open’);
},
function() {
$(this).removeClass(‘open’);
}
);
the “.toggleClass()” causes this problem for me.
If i’m wrong and this is not how it should be done, pls tell me.
hi there
no, i am facing this in desktop version, using chrome Version 68.0.3440.106 on windows 10 pro
cheers
Yes. Thank you a lot. I see it on windows.
We include it in future update.
You must be logged in to reply to this topic.