Viewing 13 replies - 16 through 28 (of 28 total)
  • I forgot about CloudFlare, which I use. I cleared my cache with CloudFlare, browser cache, reloaded and all good.

    This is a cache problem.
    Just clean your cache for your website, reload wp-admin and the “close” button will work.

    @svkovalyov
    You should open a new thread for the “%% page %%” problem.

    Same here, there should be a setting to disable the tour for all users anyhow.

    It’s ridiculous that it pops up thanking users for installing when they’ve simply upgraded.

    “It’s ridiculous that it pops up thanking users for installing when they’ve simply upgraded.”

    Yes, it is. Like the “incompatible” plugins obnoxious warnings that make people disable other plugins without even thinking what they’re doing, just because Yoast doesn’t want you to use “competitor” plugins.

    This was also happening with me, clearing my cache and reloading admin dashboard stopped it.

    I do however agree, it should not come up if you’re doing an update.

    Clearing the cache didn’t do anything for me. Pretty annoying.

    I had this problem, and clearing the cache in the browser didn’t fix it. But the sites I’ve had the problem on use a CDN, and after clearing that cache, then the browser’s again, the problem has resolved itself. It looks like a JS function in this version of the plugin got a new name, and if the browser is trying to load the cached version it throws an error and the Tour and Update notifications don’t get dismissed.

    Restarting NGINX fixed it for me

    Clearing Chrome’s history / cache eventually got rid of the damn pop-up for me (clearing the W3TC and Cloudflare caches didn’t do anything).

    Please get rid of these annoying ‘take a tour’ popups. If we want to see what’s new we can check the change log!

    Please fix this bug.

    Brandon Holcombe

    (@brandonhcreativemediacom)

    Same here. VERY annoying bug. Mac OS, Chrome. Every page refresh initiates the Start Tour popup.

    Uncaught ReferenceError: wpseoSetIgnore is not defined

    document.location="https://www.aurorasentinel.com/wp-admin/admin.php?page=wpseo_dashboard";			});
    							jQuery('#pointer-close').click(function () {
    					wpseoSetIgnore("tour", "wp-pointer-0", "c1e9ddbb03");
    					});
    				};

    This line gets flagged as the error.
    wpseoSetIgnore("tour", "wp-pointer-0", "c1e9ddbb03");

    Unbelievably annoying to have the tour pop up over and Over and OVER again.

    I just found out that the function wpseoSetIgnore is in fact wpseo_setIgnore.
    So just copy/paste your line looking like :
    wpseoSetIgnore(“tour”, “wp-pointer-0”, “XXXXXXXX”);
    by
    wpseo_setIgnore(“tour”, “wp-pointer-0”, “XXXXXXXX”);

    And the popup will not come again

    Well it worked for me ??

    Guillaume
    https://www.lemondeadeux.com

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Start Tour bug’ is closed to new replies.