Hi @alithewpdev –
It’s been a while since I worked with WP Rocket. I just did some searching myself. It looks like you could exclude all of the Easy Fancybox JS by adding this to their exclude field:
/wp-content/plugins/easy-fancybox/(.*).js
I took that line from this page. This page also suggest you can test a page without WP Rocket’s extra minification by add ?nowprocket to the end of the url for any page.
https://docs.wp-rocket.me/article/915-find-the-right-js-files-to-exclude-from-minification
It might be worth trying both of those options to see if we can get the plugin working. If so, we’d confirm that it is a plugin conflict. If needed could narrow down which exactly JS file is causing issues in your case.
Hi @alithewpdev – On the assumption that excluding the files above will work, I’m going to go ahead and mark this thread resolved. Obviously, if it is still not working, let me know and I’m happy to troubleshoot further.