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.
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!