• Resolved jeffeotto

    (@jeffeotto)


    Hello, i’m trying to run some optimising tasks in a web with autoptmize plugin. When I minify css all installed popups loose style. Everything else on the page works fine in terms of css. I’ve tried to save site.min.css in a separated file and inject the styles directly on the pages i’m using the plugin but none of the attempts had positive effect.

    Is site.min.css the right style sheet to work with? Is site.min.css being called in some file that i should change the path to work correctly when all css are minified?

    Thank you !!!
    Jeffe

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @jeffeotto – site.min.js contains the core styles, but the ones that make a popup look the way you want are rendered in the head via <style id="pum-styles">. Likely your optimized CSS file is getting loaded after that style causing the core styles to be applied stripping your themes appearance.

    There is likely a simpler option. Popup Maker -> Settings -> Assets. Copy the core & custom theme styles to your stylesheet, then click the button to prevent them from loading.

    Hope that helps.

    Hi,

    I am facing the same issue. Apologies, but I was unable to follow your instructions that you provided above regarding the stylesheet. Could you please guide in detail.

    Regards

    @mali92

    1. Update to the latest version of Popup Maker.
    2. In the WordPress Admin, navigate to: Popup Maker -> Settings -> Assets.
    3. Copy the Popup Maker Core & Custom Theme Styles to your clipboard
    4. Paste the copied styles in your Theme’s stylesheet (Appearance -> Editor -> styles.css)
    4. Click the button in the Popup Maker Assets Tab to prevent the Popup Maker styles from loading on your site.

    • This reply was modified 7 years, 11 months ago by waltmesser.

    Thanks @waltmesser. It worked out great.

    @mali92

    Excellent! If you’re enjoying our product, please do take a moment to click that our plugin Works and to rate and review the plugin to spread the love! <3

    Hi Daniel and Walter!!

    All good now, it worked!!!

    Thank you very much!!!

    Best,

    Jeffe

    @waltmesser

    Been there, done that mate!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘autoptmize conflict’ is closed to new replies.