• 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

Crystal Theme: Replacing Home Left and Home Right Slider with One slider

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 › General Discussion › Crystal Theme: Replacing Home Left and Home Right Slider with One slider

This topic is: not resolved

Tagged: crystal theme, home left, home right, slider

  • This topic has 1 reply, 2 voices, and was last updated 12 years, 10 months ago by Brad Dalton.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 21, 2013 at 12:23 am #29866
    hawaiiguy
    Member

    I have been fusing with the Home Left and Right Widgets on Crystal, but it just doesn't give me the look we want.

    http://www.blissoftokyo.com

    I want to replace the two individual widgets and make it just one - page wide (960px) - image or slider.  Can you pls explain how to do it - in small steps?

    ~ thanks!

    March 21, 2013 at 1:38 am #29872
    Brad Dalton
    Participant

    There's different ways to do this:

    You could install the Genesis Simple Hooks plugin and paste the HTML for your image into the genesis_after_header hook field and retain your home top widgets so your image displays before these widgets.

    You could remove the home top left and right widgets and replace them with a  full width widget area using a custom function.

    Or remove the widgets and simply display an image after your header using simple hooks:

    Removing home top left and right widgets:

    Remove this code from your home.php file. (backup first)

    <div id="home-top">
    
    	<div class="home-top-shadow"></div>
    
    	<div class="home-top-left">
        	<div class="wrap">
    			<?php if (!dynamic_sidebar('Home Top Left')) : ?>
          			<div class="widget">
            			<h4><?php _e("Home Top Left", 'genesis'); ?></h4>
            			<p><?php _e("This is a widgeted area which is called Home Top Left. It is using the Genesis - Featured Page widget to display what you see on the Crystal child theme demo site. To get started, log into your WordPress dashboard, and then go to the Appearance > Widgets screen. There you can drag the Genesis - Featured Page widget into the Home Top widget area on the right hand side.", 'genesis'); ?></p>
          			</div><!-- end .widget -->
        		<?php endif; ?>
    		</div><!-- end .wrap -->
    	</div><!-- end .home-top-left -->
    
    	<div class="home-top-right">
      		<div class="wrap">
    			<?php if (!dynamic_sidebar('Home Top Right')) : ?>
          			<div class="widget">
            			<?php if( function_exists('wp_cycle') ) : ?>
              				<?php wp_cycle(); ?>
            			<?php endif; ?>
          			</div><!-- end .widget -->
        		<?php endif; ?>
    		</div><!-- end .wrap -->
    	</div><!-- end .home-top-right -->
    
    	<div class="clear"></div>
    
    </div><!-- end #home-top -->
    

    There's other ways to display an image in any genesis_hook location using custom functions:

    Gist not displaying? Grab the code from github


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and 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