Viewing 12 replies - 1 through 12 (of 12 total)
  • I have also got the same problem, it gets really annoying after a while. Have read a lots of old threads about this, none seem to answer the issue. The closest I got was this: https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-constant-popup-in-dashboard …but it seems the code in the plugin has changed somewhat since then.

    The additional plugins I use are WooCommerce, Contact Form 7, Content Aware Sidebard and Options Framework. The theme I use is Klasik Framework. Is that in any way similiar to what you use to your site?

    WordPress version 4.2.2, wp YOAST version 2.1.1.

    Thread Starter srishtim

    (@srishtim)

    I use Woocommerce, WPcourseware, Contact form 7 – some components do look similar. I did not have this issue till yesterday. Today when I did a plugin update, this happened.

    Okay, we’re trying to get to the bottom of this with a bug report on Git hub: https://github.com/Yoast/wordpress-seo/issues/2492

    I updated from yoast version 2.1.1 to 2.2, that did the trick for me.

    Thread Starter srishtim

    (@srishtim)

    I updated from yoast version 2.1.1 to 2.2, that created the problem for me 🙂

    Deactivate and then try activating again.

    I’m also having this issue. The trouble is I manage hundreds of WordPress sites for clients and almost all use WordPress SEO.

    I don’t want to keep seeing this Congratulations message, Start Tour message and (un)helpful guides across every page. Yoast have not thought this through very well at all.

    Does anybody have any definitive ideas on how to permanently stop it, I’d even take a functions.php hack to get rid of all WP-SEO popups completely.

    Anyone?
    TIA.

    Sreejesh, This is not work

    Comment //add_action( ‘admin_print_footer_scripts’, array( $this, ‘intro_tour’ ) );
    45 line in file /admin/class-pointers.php
    I see this is a temporary solution

    Same here. Thanks to @svkovalyov for the temp fix above. Am sure Joost and co will sort this pronto!?

    Having the same issue here.

    Even in a non Woocommerce site, have multiple sites with SEO plugin.
    Very annoying it keeps popping up every single time I hit no matter what in the dashboard…

    Commenting out the add action line worked for me:

    add_action( ‘admin_print_footer_scripts’, array( $this, ‘intro_tour’ ) );
    45 line in file /admin/class-pointers.php

    //add_action( ‘admin_print_footer_scripts’, array( $this, ‘intro_tour’ ) );
    45 line in file /admin/class-pointers.php

    thanks
    Leon

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Popup’ is closed to new replies.