• Resolved edrury

    (@edrury)


    Line 37 in mystickymenu.php emits CSS that conflicts with other plugins. In particular, it is conflicting with the plugin Scripts n Styles which also uses the CSS class .style

    The Scripts n Styles plugin has a textbox that is decorated with the class named style. Consequently, this textbox is always hidden due to the CSS emitted by mystickymenu.

    The CSS emitted below should be modified to further specify only the classes that belong to the mystickymenu plugin.

    public function mysticky_admin_script() {
    echo ‘<style type=”text/css”>.general,.style,.advanced,.hideform,.hideformreset{display:none;}</style>’;

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

The topic ‘Plugin admin CSS is conflicting with other plugins’ is closed to new replies.