• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Hello Bar Installation Child Theme –

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Hello Bar Installation Child Theme –

This topic is: not resolved

Tagged: hello bar, hello bar solo

  • This topic has 3 replies, 3 voices, and was last updated 13 years, 3 months ago by Matt Mizwicki.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • April 1, 2013 at 11:52 am #32474
    jaehouse
    Member

    Hey all!

    So I downloaded the hellobar-solo for my genesis child theme and have the script in both header and footer via Genesis Theme Settings. Should I be inserting something in functions.php? The bar isn't showing up!

    April 1, 2013 at 1:12 pm #32493
    Brad Dalton
    Participant

    You could try installing the Genesis Simple Hooks plugin and adding it to one of the hook locations in Genesis.


    Tutorials for StudioPress Themes.

    April 1, 2013 at 7:09 pm #32545
    Matt Mizwicki
    Member

    Hi jaehouse...

    I've been wrestling with the same problem for awhile.

    Here is what i did to FINALLY get it working...

    Add this to functions.php

    //add hello bar scripts
    function hellobar_scripts() {
    wp_register_script( 'hellobar_solo_js', get_bloginfo('stylesheet_directory'). '/hellobar-solo/hellobar.js');
    wp_enqueue_script( 'hellobar_solo_js' );
    }
    add_action('wp_enqueue_scripts', 'hellobar_scripts');
    function hellobar_styles() {
    wp_register_style('hellobar_css', get_bloginfo('stylesheet_directory'). '/hellobar-solo/hellobar.css');
    wp_enqueue_style( 'hellobar_css');
    }
    add_action('wp_enqueue_scripts', 'hellobar_styles');

    Then in the admin i went to Genesis/Theme Settings and scrolled down to Header and Footer scripts...

    In wp_footer() i added...

    // <![CDATA[
    new HelloBar( 'Your text here ', {
    showWait: 1000,
    barColor: 'rgb(114, 233, 109)',
    positioning: 'carbon',
    texture:'light-gradient',
    fonts: 'Arial, Helvetica, sans-serif',
    forgetful: true,
    helloBarLogo: false }, 1.0 );
    // ]]>

    April 1, 2013 at 7:35 pm #32553
    Matt Mizwicki
    Member

    The wp_footer section is incorrect above, because the script tags got stipped out.

    You can use the examples on the hello bar website for the wp_footer() section...
    http://www.hellobar.com/solo/#solo-code

    I hope that helps you out.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble