• 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 20 posts - 61 through 80 (of 86 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • June 6, 2013 at 2:17 pm in reply to: php plugin help – 03 social follow #44414
    Elaine Griffin
    Member

    Whoa, really?! It's been working great for me! I guess I'll go back to ShareThis, which I think did have the sharing buttons on the featured post.

    Thanks for taking the time to look into it.

    I appreciate the help!

    June 6, 2013 at 1:55 pm in reply to: php plugin help – 03 social follow #44411
    Elaine Griffin
    Member

    Thank you Ryan. Is there anything else I need to do? I put the code in the functions file, but I'm not seeing the buttons.

    April 15, 2013 at 7:41 am in reply to: Primary and secondary sidebars not aligning when adding another widget area #35551
    Elaine Griffin
    Member

    Perfect! Thank you!

    April 14, 2013 at 8:58 am in reply to: Primary and secondary sidebars not aligning when adding another widget area #35397
    Elaine Griffin
    Member

    Yes! Thank you.

    April 13, 2013 at 8:38 am in reply to: Primary and secondary sidebars not aligning when adding another widget area #35212
    Elaine Griffin
    Member

    I am having another problem, now. I need the header background for the large sidebar to cover the entire width. I've tried all sorts of things to do that, and nothing is working!

    April 13, 2013 at 5:06 am in reply to: Primary and secondary sidebars not aligning when adding another widget area #35199
    Elaine Griffin
    Member

    This worked perfectly, thank you!

    April 5, 2013 at 11:55 am in reply to: Extra sidebar area pushes content down #33338
    Elaine Griffin
    Member

    I'm still stuck on this, if anyone can help at all.

    I have this in the before_sidebar hook:

    <div class=”before-sidebar-ads”>
    <?php dynamic_sidebar( ‘before-sidebar-ads’ ); ?>
    </div>
    

    Here is what I have in my functions file:

    /**add a new sidebar**/
    genesis_register_sidebar( array(
    ‘id’        => ‘before-sidebar-ads’,
    ‘name’      => ‘Before Sidebar Ads’,
    ‘description’   => ‘This is a sidebar that goes before the sidebar.’,
    ) );
    /** Loads a new sidebar before the sidebar */
    function child_before_sidebar() {
    echo ‘<div class="before-sidebar-ads”>’;
    dynamic_sidebar( ‘before-sidebar-ads’ );
    echo ‘</div>’;
    }
    

    I see the sidebar in my dashboard, but not on the site. The site is http://www.retro-food.com

    Thank you!

    April 3, 2013 at 11:42 am in reply to: comment link on first post of first page #32872
    Elaine Griffin
    Member

    Okay, I'll give it a try and see how it goes.

    Thank you!

    Elaine

    April 3, 2013 at 9:42 am in reply to: Extra sidebar area pushes content down #32837
    Elaine Griffin
    Member

    Hmmm, that gave me the white screen of death.

    April 2, 2013 at 7:51 am in reply to: Extra sidebar area pushes content down #32630
    Elaine Griffin
    Member

    Thanks Brian. I added my hook to the genesis_before_sidebar hook.

    <div class="before-sidebar-ads">
    <?php dynamic_sidebar( 'before-sidebar-ads' ); ?>
    </div>

    And now it is not showing up at all. Here is what I have in my functions file:

    /**add a new sidebar**/
    genesis_register_sidebar( array(
    'id'        => 'before-sidebar-ads',
    'name'      => 'Before Sidebar Ads',
    'description'   => 'This is a sidebar that goes before the sidebar.',
    ) );
    /** Loads a new sidebar before the sidebar */
    function child_before_sidebar() {
    echo '<div class="before-sidebar-ads">';
    dynamic_sidebar( 'before-sidebar-ads' );
    echo '</div>';
    }
    genesis_register_sidebar( array(
    'id'        => 'after-content-widgets',
    'name'      => 'After Content widgets',
    'description'   => 'This is a sidebar that goes after the content.',
    ) );

    I'm so confused. Every time I think I have a handle on registering sidebars and using hooks, I need help!

     

    March 29, 2013 at 9:05 am in reply to: Navigation centering and image question #31928
    Elaine Griffin
    Member

    Thanks for the input!

    These nav bars make me feel like such a newbie!

    I ended up fixing this - there was some rogue code that I neglected to remove that was causing the errors.

    Thanks again!

    March 27, 2013 at 1:22 pm in reply to: Custom backgrounds for pages #31588
    Elaine Griffin
    Member

    Oh, I know how to do that! It's similar to using images in the nav bar. I need to start thinking of these as transferable to other applications. Thanks again Brad!

    March 27, 2013 at 12:23 pm in reply to: Custom backgrounds for pages #31575
    Elaine Griffin
    Member

    I think I saw that too. Something along the lines of:

    .custom-page .id-4

    For example. I can't quite remember. It's been one of those days!

    March 27, 2013 at 12:08 pm in reply to: Custom backgrounds for pages #31568
    Elaine Griffin
    Member

    Thank you Brad!

    Okay, that's what I thought, but I couldn't seem to get rid of the errors. Will try again.

    This was from the WP support forum.

    March 25, 2013 at 6:31 am in reply to: design question – searching for a nicer way to display links #31084
    Elaine Griffin
    Member

    That's a good idea, Carrie, thank you. I like the look of the CNN site. I hope that the client agrees to that kind of a set-up. Set-height boxes with the top links and then links to sub-pages.

    March 22, 2013 at 12:08 pm in reply to: After content sidebar help! #30493
    Elaine Griffin
    Member

    I fixed it! In case anyone else has this problem, the issue was I had not included clear:both in my stylesheet.

    March 22, 2013 at 12:02 pm in reply to: After content sidebar help! #30490
    Elaine Griffin
    Member

    In addition to all of this, the images are now duplicating.

    All widgets look fine in the before content sidebar.

    March 22, 2013 at 9:34 am in reply to: After content sidebar help! #30447
    Elaine Griffin
    Member

    Also, the site is http://www.elainegriffindesigns.com

    March 4, 2013 at 9:47 am in reply to: Best way to create a forum #24059
    Elaine Griffin
    Member

    Hi Charlie.

    I had a hard time with bbPress, too. It just was not very intuitive for me. I ended up using a Zingiri forum, which is pretty good, easy to customize. I'm having a small issue with a plugin, and the support isn't great, but it works for what it is. This was my first time installing a forum, and I'm sure your information will come in handy - thank you!

    February 28, 2013 at 9:11 am in reply to: Mobile display issues #23273
    Elaine Griffin
    Member

    Hi All,

    I just wondered if anyone had any thoughts on this. I'm still stumped, and I've never had any problems with this before.

    Thanks!

    Elaine

  • Author
    Posts
Viewing 20 posts - 61 through 80 (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