• Resolved Garrett Hyder

    (@garrett-eclipse)


    Hello,

    I noticed that the accordions on my Comet Cache Pro plugins admin interface were broken… they just stayed open and didn’t ever close. Looking at the inspector I noticed that css from wpp.admin.css was conflicting and forcing display block on the accordion bodies… Specifically was this CSS from wpp.admin.css that introduced the issue;
    html[xmlns] .clearfix {
    display: block;
    }

    Could you please only load wpp.admin.css on WP-Property admin interface pages, OR namespace it so as to only affect .clearfix classes used by WP-Property and not other plugins.

    Thank you

    Screenshot of accordions not closing;

    View post on imgur.com

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

The topic ‘wpp.admin.css conflicts with other plugins interface (specifically Comet Cache)’ is closed to new replies.