• 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

Carolyn

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 - 21 through 40 (of 40 total)
← 1 2
  • Author
    Posts
  • June 17, 2013 at 11:00 am in reply to: Adding 3 More Widget Areas to Corporate Theme #46368
    Carolyn
    Participant

    Hi Brad.

    I didn't get this resolved. Now that I am on vacation I hope to tackle it again soon.

    I know the site link I gave doesn't work anymore, but with the code I provided, can you see what my problem might be?

    March 20, 2013 at 9:30 am in reply to: How Do I Change Image Sizes #29709
    Carolyn
    Participant

    I missed this yesterday. Thanks!

    March 19, 2013 at 12:50 pm in reply to: Fabric theme homepage slider? #29464
    Carolyn
    Participant

    Probably VERY USEFUL. I'm in the beginning (hacking) stages so I'm trying to learn as much as possible.

    Do you post much on G+?

    I'll follow you there too if you do.

    March 19, 2013 at 12:40 pm in reply to: Fabric theme homepage slider? #29458
    Carolyn
    Participant

    Great, thanks Brad. I've now subscribed to your feed. I'm sure I'll learn a lot!

    March 19, 2013 at 12:35 pm in reply to: Fabric theme homepage slider? #29453
    Carolyn
    Participant

    Here's where I am
    http://todd.carolyncreates.com/

    I've got the Genesis Slider in, but have space between the subnav and slider. I've also tried to update the slider but it won't (another topic)

    Should I change my code from above to the one you listed?

    March 19, 2013 at 12:10 pm in reply to: Fabric theme homepage slider? #29442
    Carolyn
    Participant

    Okay, so I'm new to it and I added a slider the way I wrote, but I'd go with Brad's since he is probably more experienced.

    Brad - what is your code? Maybe I should change mine.

    March 19, 2013 at 11:18 am in reply to: Fabric Theme: Changing *Fixed* Width, Possible? #29424
    Carolyn
    Participant

    Thanks, but then how come when I change it in the CSS, only the right side is increased?

    March 19, 2013 at 10:22 am in reply to: Fabric theme homepage slider? #29413
    Carolyn
    Participant

    Check that you aren't missing a semi-colon or something in the code.

    March 19, 2013 at 10:00 am in reply to: Fabric theme homepage slider? #29409
    Carolyn
    Participant

    Here's what I did.

    I added a widget area just below the secondary navigation.
    To the function.php I add the code

    /** Register widget areas */
    genesis_register_sidebar( array(
    'id' => 'home-top',
    'name' => __( 'Home Top', 'fabric' ),
    'description' => __( 'This is the top section of the homepage', 'fabric' ),
    ) );

     

    Then I created a home.php and added

    <?php
    /** Add home top widget area */
    add_action( 'genesis_after_header', 'home_top' );

    function home_top() {
    dynamic_sidebar( 'home-top' );
    }

    genesis();

     

    After that I went to Appearances > Widgets

    and in my new widget area Saw there was an area called Home Top.
    In that widget, I put the Genesis Responsive Slider.

    March 11, 2013 at 3:10 pm in reply to: Remove Featured Image from Post, Not Home Screen #25508
    Carolyn
    Participant

    Did you end up commenting out any of the functions before making that change?

    March 10, 2013 at 2:47 pm in reply to: Remove Featured Image from Post, Not Home Screen #25337
    Carolyn
    Participant

    Hmm, not sure what to suggest.

    March 7, 2013 at 2:42 pm in reply to: The area on the right side is called? #24852
    Carolyn
    Participant

    Those are widgets.

    Go to Appearances > Widgets

    March 7, 2013 at 2:35 pm in reply to: Remove Featured Image from Post, Not Home Screen #24849
    Carolyn
    Participant

    Have you set a featured image when you set up a post?

    I have the image in my post and on front page BUT NOT the big one...

    See my test site

    http://todd.carolyncreates.com

    March 7, 2013 at 2:24 pm in reply to: Remove Featured Image from Post, Not Home Screen #24845
    Carolyn
    Participant

    I can't access your link above, but I did remove the Featured Image above the post title by commenting out

    /** Add custom field above post title */
    /**add_action('genesis_before_post_title', 'fabric_post_image', 8 );
    function fabric_post_image() {

    if ( is_page() ) return;

    if ( $image = genesis_get_image( 'format=url&size=featured' ) ) {
    printf( '<a href="%s" rel="bookmark"><img class="post-photo" src="%s" alt="%s" /></a>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
    }

    }

    In the functions file. Is that what you are looking for?

    February 14, 2013 at 2:42 pm in reply to: Lifestyle Primary Navigation above Breadcrumbs #20391
    Carolyn
    Participant

    Thanks Brad. I did change the hooks, but to no avail. I'll keep trying.

    February 11, 2013 at 8:55 pm in reply to: Location of Menu in Lifestyle Theme #19749
    Carolyn
    Participant

    Thanks Tom (and Susan)!

    February 10, 2013 at 2:51 pm in reply to: Location of Menu in Lifestyle Theme #19444
    Carolyn
    Participant

    Thanks Susan, I searched but obviously not that well!

    February 2, 2013 at 10:39 am in reply to: Changing the Number of Displayed Blog Posts – Crystal Theme #17361
    Carolyn
    Participant

    Thanks!

    February 1, 2013 at 3:30 pm in reply to: Changing the Number of Displayed Blog Posts – Crystal Theme #17208
    Carolyn
    Participant

    Hmmm, that doesn't seem to work. I have it set at 5 and 10 are showing.
    http://www.aakpreschool.com/blog/

    January 27, 2013 at 1:05 pm in reply to: Removing Home Middle Widget in Crystal Theme #15364
    Carolyn
    Participant

    THANK YOU! I have been toying around for over an hour in the functions file!
    As a newbie, why did I have to comment out in home.php for it to work and not in functions.php?

     

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 40 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