• 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

Whitespace Pro welcome widget

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 › Whitespace Pro welcome widget

This topic is: not resolved

Tagged: whitespace pro welcome text widget

  • This topic has 6 replies, 5 voices, and was last updated 9 years, 3 months ago by danromanchik.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • June 26, 2015 at 4:24 pm #157621
    jmgroup
    Member

    Need to set up a welcome text widget under the homepage image that spans the three columns
    below. Could you help me with this, please?

    Many thanks,
    Marcia

    http://www.meredithkaplancoaching.com/new/
    June 27, 2015 at 11:39 am #157686
    aureliendebord
    Member

    Hello Marcia,

    You can register a new widget area. So here it is :

    In functions.php :

    
    //* Register widget areas
    genesis_register_sidebar( array(
    	'id'            => 'new-widget',
    	'name'          => __( 'New Widget', 'whitespace-pro)' ),
    	'description'   => __( 'This is the new widget', 'whitespace-pro' ),
    ) );
    

    In font-page.php :

    
    //* Add the new widget
    		add_action( 'genesis_before_loop', 'new_widget' );
    
    function new_widget() {
    	genesis_widget_area( 'new-widget', array(
    		'before' => '<div class="new-widget widget-area">',
    		'after'  => '</div>',
    	) );	
    }
    

    Then, in this widget, you can add a text widget and make some columns.

    Hope it works.


    Agence web Debord, building websites in France.

    June 28, 2015 at 3:21 pm #157765
    jmgroup
    Member

    Bonjour Aurelien,

    Actually it didn't work. Sorry. I see the new widget, put in the text widget and nothing is there 🙁
    What am I missing?

    Marcia

    June 29, 2015 at 1:13 am #157800
    aureliendebord
    Member

    Hey Marcia,

    Is it better with this code for the front-page.php ?

    //* Add the new widget
    		add_action( 'genesis_loop', 'new_widget' );
    
    function new_widget() {
    	genesis_widget_area( 'new-widget', array(
    		'before' => '<div class="new-widget widget-area">',
    		'after'  => '</div>',
    	) );	
    }

    I have changed the hook.


    Agence web Debord, building websites in France.

    June 29, 2015 at 2:18 am #157801
    Genesis Developer
    Member

    This tutorial can help you. Other wise you can search "whitespace pro add-on" on my site. It is free and it will come create widget areas for home page only.


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    August 3, 2015 at 4:06 pm #161330
    AmyKVibrantVA
    Member

    Hi - Will this work for just one main column of content underneath the home page welcome area? - we just need a white space for content below the image and above the blog grid -

    I would not need the css for 3 column as we just want a content column to put some text/info

    August 3, 2016 at 7:53 am #190691
    danromanchik
    Participant

    Thanks! I needed to do something very similar, and this worked great for me.

  • 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