• I noticed that my plugin’s admin notices are not displaying to me on my plugin’s options page. I see that it is your plugin that adds CSS to all Admin pages to hide admin notices, please target only your plugin’s option page if you desire, not the entire site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is a huge problem, the CSS also hides update notifications for all plugins.

    As a workaround, add this to your (child) theme to bring them back, until the dev fixes it:

    body.wp-admin .notice:not(.hidden),
    body.wp-admin .wp-core-ui .notice.is-dismissible:not(.hidden) {
        display: block !important;
    }
    Plugin Author Ali Khallad

    (@alikhallad)

    Hello, this issue is fixed in the latest release 1.1.7.

    Thanks for reporting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin’s CSS hides Admin notices across entire website’ is closed to new replies.