• Resolved kami2k

    (@kami2k)


    Hi,
    I am using auto optimize plugin, but the problem is that it doesn’t combine css files. how to fix it
    thanks?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    I also got your mail 🙂

    So it looks like you’re also using WP Fastest Cache’s minify Kamal, can you disable all minify options in WPFC first and foremost?

    Thread Starter kami2k

    (@kami2k)

    thanks, I have disable all minify just combine option is on

    Thread Starter kami2k

    (@kami2k)

    still css not combining and time of site load in gtmatrix goes from 7 sec to 20 seconds

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    that’s because your theme’s CSS-files have different media-types, which AO honours Kamal, if those were merged your mediaqueries would break 🙂

    the best solution for that would be for you to change the theme’s CSS to have the mediaqueries in the CSS itself instead of having it in the media-attribute. once they have the same media-attrib they will get merged.

    hope this clarifies,
    frank

    Thread Starter kami2k

    (@kami2k)

    ok thanks …………..

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘css files not combined’ is closed to new replies.