• 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

In Outreach, Home Top & Home Bottom Missing in Widget Area

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 › In Outreach, Home Top & Home Bottom Missing in Widget Area

This topic is: not resolved

Tagged: home bottom, home-top, outreach

  • This topic has 4 replies, 3 voices, and was last updated 7 years, 10 months ago by sylvia browder.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • May 3, 2015 at 11:27 pm #150066
    sylvia browder
    Member

    Hi Everyone,
    I am working on a new website using Outreach and Home Top & Home Bottom is missing in the widget area. So, there is no way to configure 'genesis responsive slider' to home top and the 4 widgets horizontally across the Home Page bottom. Why are these widget areas missing? HELP!

    May 4, 2015 at 5:39 am #150085
    Victor Font
    Moderator

    Look in functions.php and front-page.php and see if anything has been commented out.If that doesn't work, download a new copy of the theme.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    May 11, 2015 at 8:33 pm #151814
    sylvia browder
    Member

    Hi Victor,
    Do you mean look within the forum for responses about functions.php and front-page.php? Just trying to understand your suggestion?

    May 12, 2015 at 8:30 am #151849
    brock
    Member

    He is suggesting that you look inside your themes files to see if something has been removed, as that is the only reason they would not be showing up.

    In your functions.php file, the code you are checking for is

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

    Then, in your front-page.php file you are looking for this code:

    
    function outreach_home_top_widgets() {
    
    	genesis_widget_area( 'home-top', array(
    		'before' => '<div class="home-top widget-area">',
    		'after'  => '</div>',
    	) );
    	
    }
    
    function outreach_home_bottom_widgets() {
    	
    	genesis_widget_area( 'home-bottom', array(
    		'before' => '<div class="home-bottom widget-area"><div class="wrap">',
    		'after'  => '</div></div>',
    	) );
    
    }
    
    

    If either of these files is missing the respective code that is your problem. You want to make sure the theme has not been modified by you or someone else. Downloading a new copy and installing it would ensure that.

    May 21, 2015 at 10:10 am #153104
    sylvia browder
    Member

    Thank you very much.

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

© 2023 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