• Hello,

    One of our clients uses your plugin but does not need to use WooCommerce. Your plugin injects a site wide admin notice as follows …

    WpCafe requires WooCommerce, which is currently NOT RUNNING. Install WooCommerce

    As per the Detailed Plugin Guidelines

    Site wide notices or embedded dashboard widgets?must?be dismissible or self-dismiss when resolved.

    Seeing as “requiring WooCommerce” is not essential for the running of your plugin, please could you make this notice dismissible as currently it re-appears on the next page load.

    Thank you,

    Oliver

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi,

    Greetings! Thanks for reaching out to us. And thanks for your valuable suggestions. Ok, we will make it must be dismissible. And we will release it in our next version. For now, if you want to disable the notice then you have to use a third party admin side CSS plugin for WordPress. And paste the below code to disable it forever. 

    Here is the code, 

    div#wpc-sites-notice-id-unsupported-woocommerce-version {

        display: none;

    }

    Using this code your admin dashboard will remove the notification. And you will get rid of it. 

    Thanks for being with us and using our products.

    Best Regards

    Thread Starter Oliver Campion

    (@domainsupport)

    Thanks. Our client can wait for this to be sorted in the plugin, no need to inject CSS into the admin dashboard.

    Thanks again.

    Plugin Contributor Abdur Rahim Rasel

    (@abrasel600)

    Hi,

    Ok. We will fix it in the next update. 

    Best Regards

    Thread Starter Oliver Campion

    (@domainsupport)

    Thank you, looking forward to it.

    Plugin Support A Zaman Sagor

    (@azamansagor)

    Thank you for being with us. keep an eye on the release notes for the update.

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site wide notice not dismissible’ is closed to new replies.