• Resolved SinOB

    (@sinob)


    Firstly thank you. This is a very handy plugin, thank you for sharing it.

    Unfortunately when logged in as an admin the following message is displayed permanently.

    • GS Plugins Affiliate Program is now LIVE!
      Join GS Plugins affiliate program. Share our 80% OFF lifetime bundle deals or any plugin with your friends/followers and earn up to 50% commission. Click here to sign up.
      Hide Now
    • This message is show at the top of ALL admin pages, including on pages for other plugins. The “Hide Now” button for this message doesn’t work. It simply causes the page to reload.

      You should be aware that this non removable message technically puts your plugin in breach of the wordpress plugin rules, specifically number “11. Plugins should not hijack the admin dashboard.”

      Before raising this issue here I have of course disabled all my other plugins to ensure that it is not something being caused by one of them. Unfortunately the issue appears even when no other plugins are active.

Viewing 1 replies (of 1 total)
  • Plugin Contributor GS Plugins

    (@gsplugins)

    Hi,

    Thanks for the concern & sorry for the inconvenience.
    “Hide now” button working perfectly for me.
    Please check the video – https://www.loom.com/share/0e3fe9d1a78c4e40b340582064bbb87d

    You can add below code to functions.php

    add_action('admin_head', 'hide_admin_notice');
    function hide_admin_notice() {
      echo '<style>
        .gstesti-admin-notice.updated.gsteam-review-notice { display: none; } 
      </style>';
    }

    It’ll hide the admin notice.
    If need our assistance please contact here.

    Please allow time, we will recheck & release new version soon.

    Thanks in advance for your cooperation.

    Regards / Sarwar

Viewing 1 replies (of 1 total)
  • The topic ‘Dashboard message not dismissable’ is closed to new replies.