sabhandari
Member
Posted 1 year ago #
Hi,
I just added Easy Fancy box on my website at extreme-java. com (notice that space)
But the close button is not appearing on the popup that is generated by the plugin. I have enabled that close related checkbox in Settings->Media
My code is :
<a id="fancybox-auto" class="fancybox" href="#popup"></a>
<div id="popup">....</div>
Hi, the FancyBox script files are not compatible with W3TC Minification. I think there is no way to exclude seperate files from this process so you probably will have to disable minification completely.
Or at least, start with that...
If you really need minification (as you seem intent on making it fly ;) as I notice the cloudflare proxy being actively used) you might try WP Minify to have some more control over which scripts you include and leave out of minification.
sabhandari
Member
Posted 1 year ago #
@RavanH
You guessed it right. I disabled minify for W3TC and it is working now.
Now will try WP Minify plugin to get back the performance I lost with that setting being disabled in W3TC.
Great. Please let me know if that is a good work-around or not. And if so, could you mark this thread Solved? Thanks :)