• 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

Image between Header and Menu on Outreach Pro

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

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Image between Header and Menu on Outreach Pro

This topic is: resolved
  • This topic has 3 replies, 3 voices, and was last updated 12 years, 3 months ago by frankie1tree.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 23, 2014 at 6:01 am #86628
    frankie1tree
    Participant

    Hi
    I have a design request from the client; to have a different image on different Pages above the menu but below the header. Does anyone know if this is possible and how to do this? I assume it will be create separate Custom Page Templates for each Page requiring an image which is OK but I cannot see how to call in a different image above the menu if this is at all possible?
    This is not like having different headers because the 'header' element is fine and needs to collapse gracefully in responsive mode as it does currently.
    Thanks, Francis

    http://www.tangramwebtesting.co.uk/goodheat/
    April 7, 2014 at 2:55 pm #98945
    Susan
    Moderator

    As you posted this a while back, I hope you were able to get your issue resolved. If not, please check back in, and I will escalate for you.

    If it is resolved, please mark it as "resolved", so we can close it.

    Thanks!

    April 20, 2014 at 5:14 pm #101545
    BossLady
    Member

    I actually just did this on Outreach Pro. I added "Featured Image" capability to pages and added wrap support so it would behave with minimal css effort.

    In functions.php file add 'featured-image' to the list under "support for structural wraps." Then add the following:

    //** Add the featured image section */
    	add_action( 'genesis_after_header', 'gs_featured_image', 5 );
    	function gs_featured_image() {
    	if ( is_singular( array( 'post', 'page' ) ) && has_post_thumbnail() ){
    		echo '<div class="featured-image">';
    		genesis_structural_wrap( 'featured-image');
    		echo get_the_post_thumbnail($thumbnail->ID, 'header');
    		genesis_structural_wrap( 'featured-image', 'close' );
    		echo '</div>';
    	}
    }
    

    In css add:

    .featured-image {
    	text-align: center;
    	width: 100%;
    	margin-bottom: 25px;
    	margin-bottom: 2.5rem;
    	padding-top: 25px;
    	padding-top: 2.5rem;
    }
    

    Play with the css a little to get it how you need it.

    Hope this is helpful!

    April 21, 2014 at 1:30 am #101593
    frankie1tree
    Participant

    Great thanks for the support!

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image between Header and Menu on Outreach Pro’ is closed to new replies.

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