• Resolved Micha

    (@hellstrom)


    Hey folks,

    your theme always tells me:

    The Jetpack plugin is required to use some of this theme’s features, including: Site Logo (no specific module needed). Please install Jetpack by WordPress.com.

    What exactly are these features I’m missing? I’m not interested in installing jetpack, and I can’t disable the message. It just always appears again.

    Thanks, Hellstrom

Viewing 8 replies - 1 through 8 (of 8 total)
  • Would appreciate a response to this as well!

    Moderator Kathryn Presner

    (@zoonini)

    Sorry, looks like we missed this question!

    As the message says, in order to add a logo, you need the Jetpack plugin. If you don’t want to add a logo, then you can ignore the notice. Clicking the little “x” on the notice should make it go away, but updating the theme might bring it back again temporarily, until you close it again. If it’s popping up at other times, please let me know. Thanks!

    Thanks!

    Thread Starter Micha

    (@hellstrom)

    Hello,

    thanks for your answer. Yes, it goes away for a moment, but a soon as I reload the page or change to dashboard or something it’s back.

    The notice is only visible at dashboard main page, at the themes page and at plugin page.

    Btw, I’m using a child-theme, does this matter?

    Moderator Kathryn Presner

    (@zoonini)

    Hi Micha – thanks for confirming.

    This bug is reported here: https://github.com/Automattic/theme-tools/issues/14

    Sorry for the inconvenience – we’ll let you know when we’ve been able to get this fixed.

    Thread Starter Micha

    (@hellstrom)

    Hi Kathryn,

    thank you. Sorry, I wasn’t aware that this is already an confirmed bug. In this case, I’ll be patient. ??

    Moderator Kathryn Presner

    (@zoonini)

    If folks already have a child theme – or don’t mind making one – adding this to your child theme’s functions.php should cause the dashboard prompts not to appear:

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

    (@hellstrom)

    Hi Kathryn,

    thanks, that did the trick. It’s not perfekt, since it’s only a workaround, and a real theme update would be better, but for now it’s ok.

    Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘The Jetpack plugin is required to use some of this theme’s features’ is closed to new replies.