• 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

grady

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • February 17, 2013 at 5:42 am in reply to: Minimum theme: removing recent posts on home page #20785
    grady
    Member

    Thank you!  That worked like a charm!

    February 16, 2013 at 2:05 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20656
    grady
    Member

    Brad, you're a boss.

    Thank you so very much for your kind assistance!

    February 16, 2013 at 1:57 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20654
    grady
    Member

    Brad, thank you again!  Your suggestion has almost completely solved the problem.  🙂

    After deleting the "padding: 60px 0;" only a small white sliver of space remains.

    I am continuing to work to find ways to remove the final remaining white sliver of space.

    February 16, 2013 at 1:39 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20651
    grady
    Member

    I have installed firebug and am attempting to learn how to make use of it as we speak.

    In the mean time, does anyone have any direct suggestions as to how I might go about removing the white blank spaces between my rotating featured images on the home page and the header above?

    Many thanks,

    -grady

    February 15, 2013 at 8:15 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20500
    grady
    Member

    Brad, thank you very much for that.  🙂

    I've done as you suggested, and the improvement is great!  But unfortunately there's still a large gap between the image and the headline above (also a gap below the images) that I can't seem to remove.

    apricotforesthospital.com

    Any suggestions would be much appreciated!

    February 15, 2013 at 4:31 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20491
    grady
    Member

    UPDATE:  Modest Success!

    apricotforesthospital.com

    However I'm still trying to figure out how to set up the slider settings in order to remove this thin grey line framing the images so that the images will fill the entirety of the space as in the static image on the demo site ... any suggestions appreciated!

    -Grady

    February 15, 2013 at 2:36 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20485
    grady
    Member

    Additionally, I have set up the Genesis Responsive Slider but asking it to display "pages", and creating two separate pages each solely containing an image I would like to display.  Then I instructed the slider to "Include by page ID" and added the two pages' page ID's.

    Still no luck getting anything at all to display in that space originally occupied by the featured image.

    February 15, 2013 at 2:06 am in reply to: Minimum Theme: Replacing Featured Image w/ Genesis Responsive Slider #20480
    grady
    Member

    I should add that since the original post I have attempted to solves this problem following the advice listed here:

    http://www.carriedils.com/add-slider-minimum-theme/2293

    Based on her instructions I have altered the functions.php files in the editor which originally read like this:
    /** Add the featured image section */
    add_action( 'genesis_after_header', 'minimum_featured_image' );
    function minimum_featured_image() {
                if ( is_home() ) {
                            echo '<div id="featured-image"><img src="'. get_stylesheet_directory_uri() . '/images/sample.jpg" /></div>';
                }
                elseif ( is_singular( array( 'post', 'page' ) ) && has_post_thumbnail() ){
                            echo '<div id="featured-image">';
                            echo get_the_post_thumbnail($thumbnail->ID, 'header');
                            echo '</div>';
                }
    }
    to this:
    /** Add the featured image section */
    add_action( 'genesis_after_header', 'minimum_featured_image' );
    function minimum_featured_image() {
    if ( is_front_page() ) {
    echo '<div id="featured-image"><img src="'. get_stylesheet_directory_uri() . '/images/sample.jpg" /></div>';
    }
    elseif ( is_singular( array( 'post', 'page' ) ) && has_post_thumbnail() ){
    echo '<div id="home-featured"><div class="wrap">';
    genesis_widget_area( 'home-slider', array( 'before' => '<div class="home-slider widget-area">', ) );
    echo '</div></div>';
    }
    }
    Now I am attempting to configure the Genesis Responsive Slider to display the images I want to show without much luck.
    Any suggestions would be much obliged.
    Best,
    -Grady

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 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