• Resolved Leah

    (@edikitt)


    This only seems to apply when the option to ignore CSS completely is checked (or when the plugin is disabled). Disabling minification and keeping merging enabled does not appear to cause any issues. Disabling JavaScript processing or HTML minification also does not appear to cause any issues, it’s just with CSS.

    Any idea what could be causing this?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Raul P.

    (@alignak)

    If you disable css it does just that, leaves CSS as default as defined by the theme.
    If you disabled the plugin… that makes it obvious is not related with the plugin, since you are then using your theme as it is.

    Perhaps you have css errors or you updated the theme or some plugin that changes the css behaviour.
    Check the order of your css files or any other changes you may have done.
    Restore from a backup if possible and try again.
    Clear cache, especially on cloudflare if you use it.

    Nothing else I can do, if the css is broken without my plugin.

    Thread Starter Leah

    (@edikitt)

    Ah, it appears that somewhere along the way I removed the priority parameter that ensured my enqueue scripts function would load after the theme’s enqueue function, so there was a stylesheet that was loading after my custom stylesheet. Resetting that parameter fixed the issue.

    Thank you for pointing me in the right direction, even though it had nothing to do with your plugin!

    • This reply was modified 8 years ago by Leah.
    • This reply was modified 8 years ago by Leah.
    Plugin Author Raul P.

    (@alignak)

    great you solved it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling CSS processing (or disabling the plugin) messes up styling’ is closed to new replies.