• 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

Full width images – Education Theme

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 › Full width images – Education Theme

This topic is: resolved
  • This topic has 8 replies, 4 voices, and was last updated 10 years, 11 months ago by myrealitie.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • December 30, 2013 at 10:11 am #82068
    SueCrawford
    Participant

    Is it possible to add a static full-width image to the top of each page (other than the slider on the home page)? And still have it be responsive like the home page? How would I do that?

    Also, when I try to identify a "featured image" on each page, it doesn't show up anywhere. How does that feature work?

    Thanks!

    December 30, 2013 at 10:35 am #82083
    Brad Dalton
    Participant

    Link to your site please.

    You can do this several ways.

    Did you want to use the same image on every page or a unique image?

    In what position on the page http://www.genesisframework.com/markup.php

    Here's more on featured images http://wpsites.net/web-design/display-featured-image-before-or-after-entry-title-on-single-posts-pages/


    Tutorials for StudioPress Themes.

    December 30, 2013 at 10:37 am #82085
    Sridhar Katakam
    Participant

    Do you want the full width image on top of all static Pages above the existing header? Can you provide the URL of your site?


    Genesis Tutorials | Follow me on Twitter

    December 30, 2013 at 3:50 pm #82160
    SueCrawford
    Participant

    To clarify, I would like a different image on each page. I am using the Education theme with sidebar to the right. Two options would work....1) located below the header/navigation and above the page content and sidebar; or 2) located below the header/navigation and above the page content but next to the sidebar.

    I can't provide the url because I am working on a "practice" site that is hidden until I figure out everything. Then I will apply the changes to the site we are switching to this new theme.

    Thanks!

    December 31, 2013 at 10:54 pm #82434
    Sridhar Katakam
    Participant

    Several ways of doing this. Here's one. Add the following in Education's functions.php and modify to suit.

    add_action( 'genesis_after_header','sk_full_width_image' );
    function sk_full_width_image() {
    
    	if( is_page('sample-page-2') ) {
    		echo '<div id="custom-header"><img src="' . get_stylesheet_directory_uri() . '/images/custom-header1.jpg" alt="" /></div>';
    	}
    	else if( is_page('contact') ) {
    		echo '<div id="custom-header"><img src="' . get_stylesheet_directory_uri() . '/images/custom-header2.jpg" alt="" /></div>';
    	}
    
    }

    Genesis Tutorials | Follow me on Twitter

    December 31, 2013 at 10:55 pm #82435
    Sridhar Katakam
    Participant

    also add this in style.css:

    #custom-header {
    	text-align: center;
    }
    
    #custom-header img {
    	width: 100%;
    }

    Genesis Tutorials | Follow me on Twitter

    January 1, 2014 at 4:38 am #82453
    Brad Dalton
    Participant

    If you want to do this on every new page, its better to create a custom field

    Here's 2 tutorials which help you do that

    Unique Header Images in Genesis

    How To Add a 2nd Meta Box for a Different Featured Image

    If its only for a handful of pages, then you can use PHP and/or CSS code.


    Tutorials for StudioPress Themes.

    January 1, 2014 at 4:41 am #82454
    Sridhar Katakam
    Participant

    or, set it up so that featured image (if present) will be used as the full width image.


    Genesis Tutorials | Follow me on Twitter

    July 20, 2015 at 5:59 am #159872
    myrealitie
    Member

    Hello. I have the Parallax Pro theme.

    I am trying to make images on my landing pages full width.
    I tried to make an individual landing page with a full-width image using the instructions of Sridhar but I had no luck.

    Can someone please advise?

    Thank you SO MUCH in advance.
    ~Kate

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full width images – Education Theme’ 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