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

    (@optimizingmatters)

    The root cause is your original CSS having different media-types and Autoptimize honors those, resulting in 4 files.

    Based on the un-optimized page source, the main fix would be changing the media-attribute for Nextend CSS (path cache/nextend/web/ from media="screen, print" to media="all". Optionally you could also change all media="screen" intomedia="all". You have a couple of media="print" as well, but changing that could cause CSS-conflicts.

    Hope this helps,
    frank

    Thread Starter wpsg

    (@wpsg)

    thanks a lot. we did “changing the media-attribute for Nextend CSS (path cache/nextend/web/ from media=”screen, print” to media=”all”.” by getting a fix from nextend (Smart Slider).

    How can i fix “Optionally you could also change all media=”screen” intomedia=”all”?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    cfr. https://www.ads-software.com/support/topic/two-ao-css-files-appear/#post-9582588 but you’ll have to make sure the code works for single quotes (media='screen') instead of double quotes ??

    frank

    Ramona

    (@nextend_ramona)

    Hi @wpsg and @optimizingmatters

    Thanks for notifying us about the problem. We’ve made a patch and it will be available in the next version if anyone would have the same problem.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    thanks @nextend_ramona ??

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