• Problem with the combination of CSS files: as soon as I enable it the layout of my site gets broken, any idea about the cause?

    As for JS combination, the site tries to load a JS file with a name like 4eb0b53b.073ee.js when the files existing on disk are named 4eb0b53b.js.files (the path is correct though: wp-content/w3tc/min)
    Any idea ?

    https://www.ads-software.com/extend/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • the combined css and js files are dynamically generated, and don’t actually exist on the disk.

    either a css or js file being included isn’t where it’s supposed to be, so the minify operation is failing, or you have url rewrite turned on, but apache, for whatever reason, isn’t doing rewriting, so the generated file can’t be accessed.

    try turning url rewriting off.

    also, if a js file isn’t included properly by a theme or plugin, the auto-minify might break your layout.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS combine and JS combine’ is closed to new replies.