• Hi,
    After enabling minify CSS I got issues with mobile pages.
    Many pages became not mobile-friendly as Google reported them to have content wider than screen and clickable elements standing too close.
    On the site preview image it looks like some CSS codes were omitted.
    I’m using adaptive theme and there no any issues if CSS minifying is turned off.
    Please could you help with plugin configuration or point me in the right direction what should I pay attention at.
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Emre Vona

    (@emrevona)

    can you disable “combine css” and clear all the cache with minified css&js please?

    Thread Starter yarr2

    (@yarr2)

    After disabling “combine CSS” mobile-friendly tests are passed. But actually combining CSS was almost the only reason why I switched to using WP Fastest Cache plugin.

    Plugin Author Emre Vona

    (@emrevona)

    It means that a css has a syntax error so when the css files are combined, the rules after error do not work. You should find the error via https://csslint.net/

    Thread Starter yarr2

    (@yarr2)

    Hi,
    Please could you clarify your statement.
    If css files are loaded separately they have no error, but after they were combined by your plugin the issue appeared. So where is the problem – with css code or plugin?
    Btw, there are no any errors in css code according to the provided site check results.

    Plugin Author Emre Vona

    (@emrevona)

    I saw such situations many times. I think that a css file has a syntax error. If you don’t trust me and my plugin, you can try another optimization plugin which has “combine css” feature.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Minify CSS’ is closed to new replies.