• The nav toggle stopped working today on mobile and I don’t know why. I didn’t do any changes in the past days. I’m using a child theme but I have Gridzone updated and the last WordPress version as well.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Are you sure that you use the latest version of Gridzone?

    If you do, you could try adding this to functions.php – this was the only thing I can think of that was changed in WordPress 5.5:

    
    add_filter('wp_lazy_loading_enabled', '__return_false');
    
    Thread Starter chiano

    (@chiano)

    Yes, I just checked and I do have the latest version. I added the line and it still doesn’t work, can it be something related with my child theme?

    I really did no changes and it was working well ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu toggle not working’ is closed to new replies.