Viewing 9 replies - 16 through 24 (of 24 total)
  • I know this isn’t a fix, but to get rid of the message click on the ‘click here’ link in the message. Worked for me anyway.

    No, but it is the PERFECT work around! Thanks David. I tried it last time and it didn’t work. Now it does!

    3.2.4 does not dismiss. ??

    Clicking on “click here” as David suggested works! ?? Thanks David!

    Thread Starter dooza

    (@dooza)

    I can confirm that the sites where I click the “click here” to read about the updates stops the message from coming back. I think the sites that appeared to work straight away must have been the ones where I had previously clicked the “click here” after the 3.2.3 update.

    I figured these messages would annoy people, what with the amount of updates lately and the many times this bug has been supposedly fixed, but I had no idea how many. Personally, I don’t get the messages at all, I mean what if every plugin had them? It would be a mess of messages on every update. So in the spirit of peaceful site administration, I’ll pass along this snippet I’ve found somewhere a while back. Add it to your theme’s functions.php file and Yoast SEO will update just as silently as your other plugins.

    // disable yoast seo nag messages
    if ( class_exists( 'Yoast_Notification_Center' ) ) {
    	remove_action( 'admin_notices', array( Yoast_Notification_Center::get(), 'display_notifications' ) );
    	remove_action( 'all_admin_notices', array( Yoast_Notification_Center::get(), 'display_notifications' ) );
    }

    I was still having this issue in 3.2.5 which led me here. I was testing out a contributor role and even when I tried to use the Click Here workaround I didn’t have permissions to see the page so I assumed that was stopping it.

    Just purged the cache from an admin account and the message is gone (as Taco suggested). I’m on WPEngine so I believe they’re using memcached. Definitely try that if you’re having trouble.

    Thanks, love the plugin! ??

    We have dozens of sites with the message:

    Yoast SEO has been updated to version 3.2.5. Click here to find out what’s new!

    Clicking the click here doesn’t get rid of it.

    Clicking the “X” gets rid of it, until you reload the page or go to any other page.

    Going to Yoast SEO: General Settings, clicking the “X”, then clicking ‘Save’ doesn’t work (that was offered as a solution in another thread).

    Hope you figure it out.

    Regards,
    Keith

    I can’t dismiss this message too: “Yoast SEO has been updated to version 3.4.2. Find out what’s new!”.

    Yoast SEO version 3.7.1.

    WordPress version: 4.6.1

    Plugin Support amboutwe

    (@amboutwe)

    A bug report is currently open for this issue. If you would like to follow the progress of the report, you can do that here: https://github.com/Yoast/wordpress-seo/issues/5862

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Can't dismiss admin message’ is closed to new replies.