• 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

Elaine Griffin

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 6 posts - 81 through 86 (of 86 total)
← 1 2 3 4 5
  • Author
    Posts
  • February 26, 2013 at 2:48 pm in reply to: order of side-by-side sidebars not displaying correctly #22966
    Elaine Griffin
    Member

    AH! The code hooking the sidebar was out of order. Thank you! Problem solved.

    February 26, 2013 at 2:12 pm in reply to: order of side-by-side sidebars not displaying correctly #22956
    Elaine Griffin
    Member

    Hi Greg,

    Thanks for the response. Here is the code.

    /**add a new sidebar**/
    genesis_register_sidebar( array(
    'id'        => 'left-widget',
    'name'      => 'Left Widget',
    'description'   => 'This is a sidebar that contains the left widget.',
    ) );

    /** Loads a new sidebar before the content */
    function child_left_widget() {
    echo '<div class="left-widget">';
    dynamic_sidebar( 'left-widget' );
    echo '</div>';
    }
    /**add a new sidebar**/
    genesis_register_sidebar( array(
    'id'        => 'center-widget',
    'name'      => 'Center Widget',
    'description'   => 'This is a sidebar that contains the left widget.',
    ) );

    /** Loads a new sidebar before the content */
    function child_center_widget() {
    echo '<div class="center-widget">';
    dynamic_sidebar( 'center-widget' );
    echo '</div>';
    }
    /**add a new sidebar**/
    genesis_register_sidebar( array(
    'id'        => 'right-widget',
    'name'      => 'Right Widget',
    'description'   => 'This is a sidebar that contains the right widget.',
    ) );

    /** Loads a new sidebar before the content */
    function child_right_widget() {
    echo '<div class="right-widget">';
    dynamic_sidebar( 'right-widget' );
    echo '</div>';
    }

    February 23, 2013 at 7:42 am in reply to: content not showing up in added widget areas #22387
    Elaine Griffin
    Member

    I finally figured this out! I had not enabled the hooks!

    February 22, 2013 at 10:43 am in reply to: A couple of navigation questions #22254
    Elaine Griffin
    Member

    Sorry to be a nag, but I'm wondering if anyone has any thoughts on this? I finally fixed the text, but when I use z-index, it makes the links unclickable?

    February 22, 2013 at 10:33 am in reply to: content not showing up in added widget areas #22252
    Elaine Griffin
    Member

    Thanks Marcel. I'm not seeing that in the page source, and I'm not sure where to change it?

    November 21, 2012 at 12:27 pm in reply to: slider sidebar above content but not above primary sidebar #1160
    Elaine Griffin
    Member

    Fixed. Thank you!

  • Author
    Posts
Viewing 6 posts - 81 through 86 (of 86 total)
← 1 2 3 4 5
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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