• Resolved Stepan WP

    (@stepanwp)


    This is a bad solution. You’re adding styles EVERYWHERE in the admin panel, not just on the plugin settings page.
    Your styles are BREAKING the admin panel.



    function creamy_enqueue_admin_scripts() {

        $_scripts_ver = ‘1.01’;

        if ( is_admin() ) {

            wp_enqueue_style( ‘creamy-admin-css’, plugin_dir_url( __FILE__ ) . ‘includes/admin/assets/css/admin-styles.css’, array(), $_scripts_ver );

        }

    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eddr

    (@eddr)

    Hi

    That correct, the loading of styles for all admin pages is wrong and will be removed. The plugin is still in a rather early stage and we are testing, please understand.

    Thank you for your comments – that helps🙏

    Plugin Author eddr

    (@eddr)

    If it’s ok with you, I’ll mark this issue as resolved

    Thread Starter Stepan WP

    (@stepanwp)

    Thank you, everything is fine

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

You must be logged in to reply to this topic.