Hello @marcomila, i encountered the same problem and solved temporarily reverting via ftp to 4.3.2 version.
Hope Kriesi will solve this problem very soon!
Thanks for your reply, correct point but i tried to enter the url of the image into the label but the result is the text url between the menu items.
Can you explain me the right html to enter?
Thanks!
Is possible to do!
add this to your custom css
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }
ul#mobile-advanced {display:block;}
To set the width of the mobile menu just add this
.avia_transform3d .show_mobile_menu #mobile-advanced {transform: translate3d(-20%, 0, 0)}
and change the percentage (-20%) to what you prefer.
Pay attention to set on responsive this:
@media only screen and (max-width: 767px) {
.avia_transform3d .show_mobile_menu #mobile-advanced {transform: translate3d(-100%, 0, 0)}
}
to resize the mobile menu on 100% on mobile and tablet.