Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #892205

    Hello,
    I see that this issue has come up for other uses, but the posted fixes don’t seem to be working for me. The mobile menu icon appears, but doesn’t function.
    site: thefretwire.com

    I have tried it with all plugins deactivated and cache cleared (both server and client cache) but it still isn’t working. Right now I have re-enabled the core plugins.

    In the console I get the following errors:

    avia.js:1721 Uncaught TypeError: Cannot read property ‘split’ of undefined
    at HTMLLIElement.<anonymous> (avia.js:1721)
    at Function.each (jquery.js:2)
    at a.fn.init.each (jquery.js:2)
    at create_list (avia.js:1679)
    at HTMLAnchorElement.<anonymous> (avia.js:2009)
    at HTMLAnchorElement.dispatch (jquery.js:3)
    at HTMLAnchorElement.r.handle (jquery.js:3)

    Any help is appreciated!

    #892334

    Hey garageprofits,

    Thanks for the login details. Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    #893018

    I am experiencing same issue on mobile, at least on iphone 6 + safari. The menu hamburger is there, but when tapped a blank screen appears without anything on it. I’m experiencing this on production and staging servers.
    All 3 plugins are deactivated.
    Enfold 4.2; WP 4.9.1

    #893022

    I ended up finding some rogue code in my child theme’s function.php file. I think I had added this a while back to force the login/logout links to appear:

    /*
    add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2); function add_login_logout_link($items, $args) {         ob_start();         wp_loginout('index.php');         $loginoutlink = ob_get_contents();         ob_end_clean();         $items .= '<li>'. $loginoutlink .'</li>';     return $items; }
    */

    Removing this seems to have cleared up the issue for me.

    #893054

    Hi,
    Thanks for sharing your solution, shall we close this then?

    Best regards,
    Mike

    #893302

    Not closed for me. See #893018 please. Need to launch site, but can’t until mobile menu is functional.

    #893349

    Hey cbesondy1,

    We will refer to that thread and continue troubleshooting there.

    Best regards,
    Jordan Shannon

    #893533

    Looking forward to the solution to #893018. Thank you

    #893600

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
      color:white !important;
    }

    Best regards,
    Rikard

    #893791

    Perfect. You are my hero!

    #893846

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Mobile Menu Broken’ is closed to new replies.