• 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

re-arranging widget area's 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 › re-arranging widget area's outreach pro

This topic is: resolved

Tagged: home-top outreach

  • This topic has 6 replies, 3 voices, and was last updated 10 years, 8 months ago by dobird.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • January 22, 2015 at 9:41 am #138263
    Jack
    Member

    Hi,

    With the current website we are building our client has asked us if we could move the sub footer-right and place it full width between the home-top and home-bottom.

    I have made it full width but just don't know how to move the widget areas. Can anyone point me in the right direction or show me how its done.

    Any help is greatly appreciated,
    Many Thanks,
    Jack.

    January 22, 2015 at 6:11 pm #138324
    Marcy
    Participant

    In the @media only screen and (max-width: 782px) { section, there is:

          .five-sixths,
    	.four-sixths,
    	.home-widgets .featuredpost .entry,
    	.one-fourth,
    	.one-half,
    	.one-sixth,
    	.one-third,
    	.three-fourths,
    	.three-sixths,
    	.two-fourths,
    	.two-sixths,
    	.two-thirds {
    		margin: 0;
    		width: 100%;
    	}

    Notice that there are no "fifths" there.
    Bill's generator generates code for "fifths", but Genesis themes don't include "fifths" anymore.
    Just add .one-fifth in that section, and all should be well.


    Marcy | Amethyst Website Design | Twitter

    January 23, 2015 at 5:31 am #138404
    Jack
    Member

    Thanks for your help, I have now included that. Just need to be able to move the widget area now. Was wondering if it would be easier to rather than move the widget area, to make a new one instead that appears between the home top and home bottom.

    Looking through forums and tutorials on how to do this but any help is greatly appreciated.

    Many Thanks,
    Jack

    January 23, 2015 at 6:32 am #138406
    Jack
    Member

    I went with the idea of making a new widget area but am having a hard time making it appear on the home page.
    This is what I have got so far:

    in functions.php

    genesis_register_sidebar( array(
    'id'          => 'home-middle',
    'name'        => __( 'Home - Middle', 'outreach' ),
    'description' => __( 'This section will appear at above of the home Bottom  widget area.', 'outreach' ),
    ) );

    and in the front page.php

    add_action('genesis_home-middle', 'new_home_widget', 1);
    function new_home_widget() {
    
    genesis_widget_area( 'home-middle', array(
    		'before' => '<div class="new_home_widget widget-area">',
    		'after' => '</div>',
    	) );
    
    }

    Any idea's as to why it wont show?

    January 23, 2015 at 9:40 am #138415
    Marcy
    Participant

    I'm glad you got the columns sorted, But it looks like I replied to the wrong question. Sorry about that.


    Marcy | Amethyst Website Design | Twitter

    January 23, 2015 at 10:12 am #138421
    Marcy
    Participant

    It looks like the part in the functions.php to create a new widget area is OK.

    Open the front-page.php and add to the function outreach_home_top_widgets() {, so it looks like this:

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

    I edited the class that you had to be "home-middle". It will be easier to know what it is for styling, since you call it Home - Middle for what appears in the widget area.


    Marcy | Amethyst Website Design | Twitter

    March 17, 2015 at 8:32 am #144738
    dobird
    Member

    Hi, I am trying to change the size of the responsive slider so that I can put something on the other side of it in the Home-Top widget area, could someone please tell me the easiest way to do that? I don't see a hook that allows me to add something in that space. Thank you.

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ 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

© 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