Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Error "function-set-avia-backend.php on line 433" #926666

    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 :)

    in reply to: Mobile menu disapearing #607630

    It’s in the avia_responsive_menu function:
    win.on( ‘debouncedresize’, autohide );

    in reply to: Mobile menu disapearing #607597

    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

Viewing 3 posts - 1 through 3 (of 3 total)