• Resolved Harry

    (@dibbyo456)


    This code was breaking styles in Post Editor.

    li {
        margin-bottom: 0;
    }

    which is located here: /includes/css/stcr-admin-style.css

    But then I realized that stcr-admin-style.css is rendered in Post Editor where it shouldn’t because its not a stcr page judging by the line 562 on /utils/stcr_utils.php

    But stcr-admin-style.css is renerning all admin pages regardless.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Harry

    (@dibbyo456)

    Update: I found the culprit.

    The stcr-admin-style.css was renderning in every page because subscribe_reloaded_deferred_admin_notices was not null.

    But in the front-end i could not see any subscribe_reloaded_deferred_admin_notices.
    The plugin probably was not able to delete the notice hence the issue.

    After deleting delete subscribe_reloaded_deferred_admin_notices from wp_option the problem seems to be fixed.

    Plugin Author WPKube

    (@wpkube)

    Hi,

    Thanks for the info, I’ll look into it. If you dismissed the noticed it shouldn’t be adding the CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“stcr-admin-style” showing up in Post Editor’ is closed to new replies.