Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2864766
hamburger menu not working
Closed

Comments

  • Sheepsteruk started the conversation

    hamburger menu and search icon on mobile not working (ie click on it and nothing happens)

  •  2,492
    PenciDesign replied

    Hi,

    The problem because some JS codes of WP-Rocket not loading properly.

    Please install the Code Snippet plugin, then create a new snippet with the following content:

    add_filter('hpp_allow_readyjs', function($ok, $js){
        if(hpp_in_str($js, ['RocketBrowserCompatibilityChecker']) ) return false;
        return $ok;
    }, 10, 2);
    Clear all your site/browser cache then check again.

    Regards,
    PenciDesign.


  • Sheepsteruk replied

    Excellent. Thanks.