Viewing 3 reply threads
You must be logged in to reply to this topic.
the drop down menu sub menu does not disappear once you mouse away from its parent menu.
https://192.185.172.128/~midcomp/
go to menu item FINISHING SYSTEMS then scroll to ZUND DIGITAL CUTTERS S3 & G3 are both sub menus for ZUND DIGITAL CUTTERS
but when u move away from ZUND DIGITAL CUTTERS the sub menu stays there, it needs to only appear when mouse is over ZUND
I updated theme but the issue is still there https://192.185.172.128/~midcomp/
Hello,
Sorry for the inconvenience.
Please edit the file /js/main.js.
Find the lines:
$('.header_1 nav .menu li .sub-menu').each(function(){ $(this).parent().first().addClass('hasSubMenu'); });
and replace with:
$('nav .menu li .sub-menu').each(function(){ $(this).parent().first().addClass('hasSubMenu'); });
For sure we will fix it on the next update.
Let us know if you need further help.
Best regards!
hello, sorry i did not get notified there was a reply.
Thanks this fixed the problem. but now it is very hard to click on the sub menu because it is too far down and disappears wen you go to it https://192.185.172.128/~midcomp/
Hello,
I see that the other sub menus are ok. Only the second sub menu in ‘Color Management / RIP’ was difficult to click. If that’s it, please add these lines into your custom css box:
nav .menu > li > ul.sub-menu li ul.sub-menu {
top: 0%;
}
Best regards!
You must be logged in to reply to this topic.