seems when I try to add this to minify,
http://www.ginside.com/wp-content/plugins/vipers-video-quicktags/resources/swfobject.js?ver=2.2
it breaks the plugin and won't render the video on the page like it should.
any ideas why this breaks when I try to load it up into minify?
http://wordpress.org/extend/plugins/w3-total-cache/
Not all scripts can be minified, it's the responsibility of the respective plugin developers to follow best practices to ensure operations like gzip compression and minification work.
Try combine only setting (with no other options) and see if that works better.
remotay
Member
Posted 2 years ago #
Jdingman,
I don't think the problem is minification. Combining the files causes issues with some components in Vipers Video Quicktags, but I was able to combine and minify the swfobjects.js file.
Try doing it without ?ver=2.2 because that works for me. I'm not sure though why it's not working for you. I couldn't get any of the other files to combine without issues though.
Everything sorted jdingman?