• 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

ChicGeek

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 - 1 through 10 (of 10 total)
  • Author
    Posts
  • January 16, 2013 at 10:26 pm in reply to: Adding new widget area (Agency Theme) #12562
    ChicGeek
    Member

    Hi,

    Trying to do the same as described above. I need to duplicate the home-right, middle and left and the bubble. Was able to add the extra widgets, but they appeared below and not in their own bubble.

    Can someone post the solution. Any help appreciated!

    Thanks,

    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    January 13, 2013 at 10:10 pm in reply to: Outreach Theme – Extra Widgets Row #11745
    ChicGeek
    Member

    Hi,

    I'm trying to do the same thing in Agency. Can you let me know how you did this. I added an extra row, but want them in their own section and that's where I'm getting stuck. Not sure what to name the hook. I got them in and added the widgets and see I need to duplicate this and that's where I'm stuck:

    function agency_home_loop_helper() {

    if ( is_active_sidebar( 'home-left' ) || is_active_sidebar( 'home-middle' ) || is_active_sidebar( 'home-right' ) ) {

    echo '<div id="home">';

    echo '<div class="home-left">';
    dynamic_sidebar( 'home-left' );
    echo '</div><!-- end .home-left -->';

    echo '<div class="home-middle">';
    dynamic_sidebar( 'home-middle' );
    echo '</div><!-- end .home-middle -->';

    echo '<div class="home-right">';
    dynamic_sidebar( 'home-right' );
    echo '</div><!-- end .home-right -->';

    echo '</div><!-- end #home -->';

    }

    I was reading a thread that had the same question over the weekend and can't seem to find it.

    Thanks!

    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    December 3, 2012 at 9:13 pm in reply to: Added code to functions.php file. Site went down… #3193
    ChicGeek
    Member

    Thanks for the great tips Nick!


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    December 3, 2012 at 9:11 pm in reply to: Adding a Relative Logo to Header #3190
    ChicGeek
    Member

    Closing this thread since it's resolved.


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    December 2, 2012 at 2:24 pm in reply to: How to Stop Body Background Moving? #2906
    ChicGeek
    Member

    Hi,

    Looks like you fixed it!

    Great.

    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    December 2, 2012 at 2:22 pm in reply to: How to Stop Body Background Moving? #2904
    ChicGeek
    Member

    Hi,

    Looks like you created your own custom CSS instead of adding your image to #wrap and you also have it added to #body.

    First, remove the fixed option and second change it to repeat-x. This will fill from left to right and will show the #f6f6f6 color where the image ends.

    body.custom-background {
    background-color: #f9f6f6;
    background-image: url('http://www.ithacaindy.com/wp-content/uploads/2012/12/body-bg.png') ;
    background-repeat: repeat-x; (<--add -x)
    background-position: top left;
    background-attachment: fixed; (<--remove)
    }

    You should try Firebug to inspect the site and you'll see that there are images attached to a lot of different styles that aren't necessary.

    Hope this helps!
    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    November 30, 2012 at 6:03 pm in reply to: Remove shadows from nav links #2689
    ChicGeek
    Member

    Great! Glad it helped!


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    November 30, 2012 at 4:42 pm in reply to: Is it possible to change the password for the forums? #2669
    ChicGeek
    Member

    Hi,

    Just click your name and it will take you to your profile page where you'll see the option to edit next to your name. You'll be taken to the page where you can change your password.

    Hope this helps!

    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    November 30, 2012 at 2:59 pm in reply to: Change Color Behind Slider- Exec Theme #2618
    ChicGeek
    Member

    Hi Christine,

    Can you include a link to your site.

    Just looking at the demo and it's a full-width slider. Do you mean the black behind the excerpt on the left?

    Happy to help out if I can.

    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

    November 30, 2012 at 2:35 pm in reply to: Remove shadows from nav links #2614
    ChicGeek
    Member

    Hi Herman,

    Look for this and remove the text shadow:

     
    #header {
    margin: 0 auto;
    min-height: 115px;
    overflow: hidden;
    text-shadow: 1px 1px #000;
    width: 100%;
    }

    Hope this helps!
    Elisha


    The Pixel Spot ♥ A Recommended STUDIOPRESS Customizer ♥ I Tweet

    Genesis Junkie + Web & Graphic Designer + Ad World Girl + Student of Life

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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