• Hello,

    I’m using wp 2.9.1 and I upgraded today to the 0.8.5.2 version of the plugin. I’m using a slightly modified athemia free theme. After the upgrade, having the minify enabled garbles the website layout as if no css style is attached to it. Clearing the caches doesn’t solve the problem. The only solution I found so far is having the minify disabled.

    I’d appreciate any help on this issue.

    Thanks!

    krko

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter krko

    (@krko)

    A little update…

    Specifying a css file in minify tab, actually DELETES the reference to the css file from the source. For example, lets say in my source I have this:

    <link rel=”stylesheet” href=”http://my-domain/wp-content/themes/themename/style.css&#8221; type=”text/css” media=”screen” />

    So I go to minify tab and under css I add:
    http://my-domain/wp-content/themes/themename/style.css

    and than I refresh my website and view its source, it appears garbled and the actual reference to the css file is GONE from the source!

    Btw, having minify enabled under general settings but no css file specified under the minify tab, works fine.

    krko

    Specifying a css file in minify tab, actually DELETES the reference to the css file from the source.

    This is what the plugin is supposed to do. All files added under the css minify settings are combined and minified into a single new file which looks like yourdomain.com/wp-content/w3tc/min/default.include.css

    All references to the old files are removed and replaced with a single reference to this new file.

    If your site has no css (appears white with basic text), the plugin does not have permission to write the new file. You need to chmod/set the file permissions for the /wp-content to 755

    I refresh my website and view its source, it appears garbled

    This is what the plugin is supposed to do, what you are viewing is compressed html.

    http://wordpress.org/extend/plugins/w3-total-cache/installation/

    Thanks Gary

    This is what the plugin is supposed to do, what you are viewing is compressed html.

    Your browser has trouble decompressing the page. Switch minify and page caching to gzip only, which are the default settings and should not be changed unless you have a good reason.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] Minify changes the layout of the website’ is closed to new replies.