For anyone also still having this issue: (sorry for the late reply, but it’s the only relevant topic open for replies).
It’s because in the enfold config color values can be stored as short values (#fff instead of #ffffff).
The avia function to convert hex values to an rgb array (avia_backend_hex_to_rgb_array) is only thinking of the long version. So when shorter versions come through, php shows a warning.
So check your color configs and replace the short ones :)
It’s in the avia_responsive_menu function:
win.on( ‘debouncedresize’, autohide );
Hi!
Same here…
I made the mobile navigation relative to the document, so it’s acting as a normal element.
If i swipe the page up/dopwn and a menu-item is active, it’s fine. But if a swipe outside the menu or I don’t activate a link, it hides.
So I guess there is some kind of hide-if-clicked-outside but I haven’t found it yet.
Kind regards,
Frank