Hi there.
Other then me where the sub menu dosent work?
When i use my iphone, i can’t click on the sub menu “Stål” “Specialløsning” or “Fransk Altan”
Hey Kimsejer!
It looks like you have a sub menu setup with only one description and no links. Yes it seems like you should be able to click on the menu item but it’s acting like it’s a dropdown but since it’s just a text description inside nothing displays.
Looks like it could be a bug. Try opening up /enfold/js/avia.js and find line 389 which should look like this.
var list_item = current.siblings('ul, .avia_mega_div');
And add this below it.
if ( current.siblings('ul').children('.avia_mega_text_block').length && current.siblings('ul').children('li').length == 1 ) { list_item = ''; }
I’m not sure if this is a good fix or not so be sure to look around your other menus as well as on desktop and let us know if everything links correctly.
Regards,
Elliott
This worked.. Thanks