Hello @digitaldesign7
I am sorry about the issue you are having and I am happy to assist you with this. In some cases Auto minify and using non-blocking “defer” can cause some JS not to load properly. The solution is to either switch to Manual minify (which can be very tricky) and add JS and CSS manually and in proper order or exclude the specific JS from being minified in Performance>Minify>Advanced “Never minify the following JS files:”
Or you can use the default blocking option to minify JS. I understand that this will cause render-blocking JS in GTMetrix, but as I said, Minify can be very tricky.
I hope this helps!
What code do I add to the “never minify the following js files” option?
Hello @digitaldesign7
You can check that in wp-content/plugins/revslider/public/assets/js/
Add the path to those files to “never minify the following js files”
I.E.
wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js
Hi! I added it https://prnt.sc/q1xvi5 but it keeps loading and doesn’t show.
Hello @digitaldesign7
That was just an example. There are more revslider JS files in wp-content/plugins/revslider/public/assets/js/
Can you please provide me with those or where can I find them? Thank you.
Hello @digitaldesign7
You need to FTP to your host or use Cpanel. After that, you should go to your website folder and go to wp-content/plugins/revslider/public/assets/js/
I hope this helps!