• 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

Matt Mizwicki

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 10 posts - 21 through 30 (of 30 total)
← 1 2
  • Author
    Posts
  • July 8, 2014 at 12:40 pm in reply to: how to remove double sidebars? #113448
    Matt Mizwicki
    Member

    The same issue had me confused for weeks when it first happened!

    Glad it worked out for you!

    July 7, 2014 at 10:13 pm in reply to: Logo not centered in full width – Sample Child Theme 2.0 #113319
    Matt Mizwicki
    Member

    Ok, i think then if you just remove margin: 0 auto; and padding: 0; you should be good to go!

    July 7, 2014 at 10:07 pm in reply to: Logo not centered in full width – Sample Child Theme 2.0 #113318
    Matt Mizwicki
    Member

    Add the word "center" to your background url like this...

    
    background: url(images/logo.png) center no-repeat;
    

    You'll have to mess with the padding/margins after that though i think.

    July 7, 2014 at 10:03 pm in reply to: Balance Theme Footer Not Stretching #113317
    Matt Mizwicki
    Member

    It looks like your site http://www.ianhowlett.com/ is password protected. Can you remove the password so we can take a look?

    July 7, 2014 at 9:44 pm in reply to: Removing dividing line from header in Crystal #113314
    Matt Mizwicki
    Member

    Are you talking about the line that sort of looks like a ruler?

    If so...
    Remove line #18

    
    body {
    	background: #FFFFFF url(images/bg.png) repeat-x;
    ...
    ...
    }
    
    and remove this at line #26
    
    

    body.home {
    background: #FFFFFF url(images/bg-home.png) repeat-x;
    }
    `
    Let me know if that works.

    July 7, 2014 at 9:18 pm in reply to: Move Responsive menu icon Centric Pro Theme #113310
    Matt Mizwicki
    Member

    This is the media query that is causing the problem...You'll need to remove the width.
    It's causing the entire widget area to be 50px, rather than just the menu icon.

    @media only screen and (max-width: 1023px){
    .header-widget-area {
    width: 50px !important; 
    }
    }

    You could remove the above and add something like this and it should at least get you started down the right path (there's more then one way to accomplish what you want i think)....

    
    @media only screen and (max-width: 1023px) {
    .header-widget-area {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    }
    
    nav.nav-header ul li {
    background-color: #444;
    }
    }
    
    July 7, 2014 at 6:39 pm in reply to: how to remove double sidebars? #113294
    Matt Mizwicki
    Member

    I've had the same problem multiple times. Do you happen to have Genesis Simple Sidebars on the site? Or maybe Genesis Connect for WooCommerce?

    If so, they add their own Primary Sidebar with a different name. They can be removed like this...

    remove_action( 'genesis_sidebar', 'ss_do_sidebar', 100 ); // remove the Genesis simple sidebars sidebar
    remove_action( 'genesis_sidebar', 'genesis_do_sidebar', 100 ); //remove the default genesis sidebar
    remove_action( 'genesis_sidebar', 'gencwooc_ss_do_sidebar' ); //remove the Genesis Connect for Woo Sidebar

    If that's not it, try keeping
    remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
    and then deactivate plugins one at a time until sidebar is gone. When you find out which plugin is causing the issue, you should be able to google how to remove the primary sidebar specific to that plugin.

    July 7, 2014 at 6:30 pm in reply to: Set my theme to look like the demo #113292
    Matt Mizwicki
    Member

    Yes, you'll need to add the Genesis Responsive Slider plugin in order for the slider to work. The full instructions and necessary plugins specifically for Outreach are at...
    http://my.studiopress.com/setup/outreach-theme/
    (you'll need to be logged in to access them)

    April 1, 2013 at 7:35 pm in reply to: Hello Bar Installation Child Theme – #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.

    April 1, 2013 at 7:09 pm in reply to: Hello Bar Installation Child Theme – #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 );
    // ]]>

  • Author
    Posts
Viewing 10 posts - 21 through 30 (of 30 total)
← 1 2
« Previous Page

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