• Resolved Jaaaarne

    (@jaaaarne)


    I just wanted an endless scroll, was it too much to ask? πŸ™‚ Now I have Jetpack harassing me in my Dashboard by trying to force me to use its centralized site management. I don’t friggin’ need it! I didn’t ask for it! Unfortunately, this advert cannot be closed, it’s just always there until, I suppose, I turn this function on – which I absolutely ain’t doing!

    How do I get rid of this advert/banner (with the green line on the side)? I don’t want to see it, I’m not interested in what it’s offering…. or rather forcing me into.

    Please assist. This is driving me nuts.

    https://wordpress.org/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    You can hide that message with the can_display_jetpack_manage_notice filter, like so:

    add_filter( 'can_display_jetpack_manage_notice', '__return_false' );

    Another alternative, if you only use the Infinite Scroll module, would be to enable Jetpack’s Development mode. It will remove all prompts to connect your site to your WordPress.com account. You can enable that mode thanks to this plugin.

    You can also read more about Jetpack’s Development mode here:
    http://jetpack.me/support/development-mode/

    Thread Starter Jaaaarne

    (@jaaaarne)

    Ah, thank you! I’m using the first method in case I might want some other functions as well in a couple of weeks. πŸ™‚ Works like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eliminate Jetpack advertizement in Dashboard’ is closed to new replies.