• I am using w3 total cache and if I use the minify feature it disables the menus, sliders and breaks site. Is there a way to fix this i have tried everything and have failed.

Viewing 1 replies (of 1 total)
  • Some of your JS files are probably not properly formatted. In order for minification to work JS statements need to be finished off with semicolons… if they’re missing in critical areas your site will break when minified.

    If you run Sublimetext install the jslint package and it will highlight your JS files lines which need semicolons…

    You can also tell W3TC to only minify specific files.. you can do one by one until you find the files that break the site.

Viewing 1 replies (of 1 total)
  • The topic ‘Using W3 Total Cache and cannot use minify function’ is closed to new replies.