• Resolved nedder

    (@nedder)


    Hi,

    My responsive hamburger is not working on the front page. When I disable minify js it is working. On the other pages it also working because of excluding them from caching. So I need some help to identify the js and exclude it from minifying.

    Thank you very much, however great plugin.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nedder

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    Yes, I can see the issue on your website.
    In this case, you need to exclude the JS file responsible for this from being minified in Performance>Minify>”Never minify following JS files”:
    E.g.
    /wp-content/themes/your-theme/js/some-js-file.js
    Alternatively, you can switch to manual minify, and add the JS/CSS files manually and in proper order.
    Thanks!

    Thread Starter nedder

    (@nedder)

    Thank you very much for your fast response.

    Sorry for that question, is there any easy way to identify the js which is used for the mobile navigation menu? Searching and excluding right now sum .js but haven’t found the right one.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nedder
    Thank you for the info.
    First, you need to determine if the issue is related to JS minify, CSS minify, or HTML minify.
    Disable the settings in Performance>minify one by one (HTML minify, JS minify, CSS minify) and see which one might be causing the issue.
    Make sure to save all settings and purge the cache after each option is disabled.
    If the issue is related to JS or CSS minify, it’s more than likely that its related to one of the theme files so you can find those files in /wp-content/themes/neve/assets/js/
    Thanks!

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

The topic ‘Responsive Hamburger not working’ is closed to new replies.