• Resolved dmccan

    (@dmccan)


    I went to do updates, saw the notice “Protect your site before making major changes.” Clicked the “x” and next time I went to do updates The notice showed again. Please stop spamming ads.

Viewing 5 replies - 1 through 5 (of 5 total)
  • +1 on this.

    I already use other backup solutions through my hosting provider. I don’t need Jetpack nagging me to use theirs every single time I go to the Updates page. *Especially* when I’m on a dev instance where Jetpack is already in debugging mode. It should _at least_ be smart enough to realize that.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Sorry about the delay in writing back to you.

    That’s interesting; the notice should not reappear: it is built so once a notice is dismissed, it should be dismissed for good. The status of your Jetpack notices (dismissed or not) is saved among your Jetpack options, in the jetpack_options row in wp_options.

    Do you recall doing anything that could affect Jetpack options (like deleting the plugin and starting again from scratch) between 2 plugin updates?
    Could you also let me know if you have similar issues (notices that keep reappearing) in other areas of your dashboard?

    I’m on a dev instance where Jetpack is already in debugging mode. It should _at least_ be smart enough to realize that.

    That’s a good point, and not something we’ve built into the notice system so far. I took note of it here. Thanks for the suggestion!

    Please stop spamming ads.

    Until we get to the bottom of this, or if you don’t even want to have to see Jetpack notices, ever, you could add the following filter to a functionality plugin on your site:
    add_filter( 'jetpack_just_in_time_msgs', '__return_false', 99 );

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I’m on a dev instance where Jetpack is already in debugging mode. It should _at least_ be smart enough to realize that.

    Just a quick note to confirm that this will be fixed in the next Jetpack release.

    Thread Starter dmccan

    (@dmccan)

    For me, this happens on both dev and live instances. I regularly copy my sites from live to dev, make changes, and push them back to live. In the process, Jetpack gets switched back and forth from active to debug mode (if that matters).

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    @dmccan When you copy your sites from live to dev, do you also copy the database? If so, you’re probably overwriting the option mentioned above in the process.

    In this case, it might be best if you used the filter I mentioned above to completely get rid of the notices.

    I hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘VaultPress notice shows every time there is an update’ is closed to new replies.