• Hi Onebyte people,

    This plugin is awesome, but I’ve come across one issue.

    I’m using WpRocket for caching, and in its options panel, suddenly a column was missing.

    I’ve tracked it down to this:
    wp-content/plugins/eventz-lite/admin/css/eventz-admin.min.css?ver=1.3.5
    section {
    display: none;
    }

    This css is affecting WpRocket… if I disable the style in the inspector, then my options show again!

    Is it possible to tweak it so that it’s something like el-section or eventz-lite-section, so it’s more specific to eventz-lite?

    Cheers,
    Minty
    Aotearoa NZ

Viewing 1 replies (of 1 total)
  • Thread Starter mintynz

    (@mintynz)

    Ps. Just in case anyone else has this issue, I think adding this to your css might help:

    section.wpr-Content { display: block;}

    That makes sure the section css code in Eventz Lite is over-ridden by this more specific WP Rocket section descriptor.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS conflict’ is closed to new replies.