• SendPress CSS is loading on all admin pages, not just SendPress admin pages.

    <link rel='stylesheet' id='sendpress_css_admin-css'  href='../wordpress/wp-content/plugins/sendpress/css/admin.css?ver=1.1.4.22' type='text/css' media='all' />

    .. which then proceeds to change all styles for the <table> tag :

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    From the codex:

    this would enqueue it on all the administration screens, which often leads to plugin/core conflicts, ultimately breaking the WordPress administration screens experience. Instead, you should only link it on the individual screens you need it, see the Link Scripts Only on a Plugin Administration Screen section …. yadda yadda.

    Thanks.

    https://wordpress.org/plugins/sendpress/

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Lyford

    (@joshl)

    Hi,

    Thanks for letting us know. It should only be loading on our admin pages. I will have a release out later today to fix this.

    Best,
    Josh

Viewing 1 replies (of 1 total)

The topic ‘SendPress CSS loads on all admin pages; causes conflicts’ is closed to new replies.