• Resolved kuivah

    (@kuivah)


    I’m using the Sela theme. I don’t have Jetpack on it and i’m not planning to install it.

    Is there any way to disable the notification which seems to appear almost every day to the WordPress admin panel saying “The Jetpack plugin is required to use some of the themes features…” ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi there! The Jetpack notification is coming from the Sela theme, since the theme requires it for some features.

    As of right now, when you dismiss it, it’ll come back later as you’ve noticed. I’ve reported your request to be ale to fully dismiss it here: https://github.com/Automattic/theme-tools/issues/14.

    Hey kuviah – since you’re already using a child theme, if you pop this into your functions.php it should get rid of the dashboard notification:

    function removeThat() {
        remove_action( 'admin_head', array( 'Sela_Theme_Plugin_Enhancements', 'init' ) );
    }
    add_action( 'admin_head', 'removeThat', 1 );
    Thread Starter kuivah

    (@kuivah)

    Thanks! Resolved.

    Great!

    Thanks, nice fix.

    +1 for making the notice truly dismissable. I can see it’s been merged to the theme tools. Would be nice to update Sela and other affected themes?

    Moderator Kathryn Presner

    (@zoonini)

    Maeve – the next version of Sela will definitely include the newly dismissable notice. Since there haven’t been any changes other than this one, and since Sela was just updated quite recently (July 27, 2016), we won’t be submitting a new version just yet. Once there have been some other theme updates to accompany the notification change, a new version will be submitted to the directory. Thanks for your patience!

    No worries, thanks Kathryn. And nice theme ??

    Currently (5-17-17) on Sela version 1.0.15. This notification is still not dismissible, short or creating a child theme.
    Any movement on this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Disable Jetpack notification in Sela’ is closed to new replies.