• 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

Altering Lifestyle to look like Magazine 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 › Altering Lifestyle to look like Magazine Theme

This topic is: not resolved

Tagged: child themese, lifestyle, magazine

  • This topic has 5 replies, 2 voices, and was last updated 7 years, 3 months ago by elnath78.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 7, 2016 at 11:14 am #178513
    elnath78
    Member

    Hello,

    I like the Lifestyle style while I prefer the homepage layout of the Magazine theme. I wonder what would be the more simple solution to this while preserving any changed in the case that the theme gets updated by Studiopress. In particular I want the blog summary in the Lifestyle homepage to look like the Magazine theme while preserving its original style 8fonts, colors etc..) I find th ethemes very similar however Lifestyle has the bottom section split in two and other small differences. Hope someone can help, thank you!

    February 7, 2016 at 11:31 am #178514
    elnath78
    Member

    looking in Lifestyle front-page.php file I can guess that I have to replace the following:

    	if ( is_active_sidebar( 'home-bottom-left' ) || is_active_sidebar( 'home-bottom-right' ) ) {
    
    		echo '<div class="home-bottom">';
    
    		genesis_widget_area( 'home-bottom-left', array(
    			'before' => '<div class="home-bottom-left widget-area">',
    			'after'  => '</div>',
    		) );
    
    		genesis_widget_area( 'home-bottom-right', array(
    			'before' => '<div class="home-bottom-right widget-area">',
    			'after'  => '</div>',
    		) );
    
    		echo '</div>';
    	
    	}

    with the following:

    	genesis_widget_area( 'home-bottom', array(
    		'before' => '<div class="home-bottom widget-area">',
    		'after'  => '</div>',
    	) );

    but will this be preserved when Lifestyle theme will be updated by Studiopress?

    February 7, 2016 at 12:58 pm #178517
    Victor Font
    Moderator

    It's more than just front-page.php. You have to look in functions.php for the widget area declarations and style.css for the widget area formatting. You also have to look deeper in front-page. Blog summaries are derived from the loop, not widget areas.


    Regards,

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

    February 7, 2016 at 5:17 pm #178539
    elnath78
    Member

    Hello Victor, thanks for clarifying, but what do you mean when you say that I have to look deeper in front-page.php? Also where can I find the loop that you mentioned? Many thanks.

    February 8, 2016 at 6:24 am #178557
    Victor Font
    Moderator

    I just compared the home pages for themes. They both disable the Genesis loop. So what you did above is correct. You still have to copy over the sidebar registration in functions.php:

    genesis_register_sidebar( array(
    	'id'          => 'home-bottom',
    	'name'        => __( 'Home - Bottom', 'lifestyle' ),
    	'description' => __( 'This is the bottom section of the homepage.', 'magazine' ),
    ) );

    And the CSS in style.css that you will find in a couple of places.


    Regards,

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

    February 8, 2016 at 7:50 am #178566
    elnath78
    Member

    Hello, yes I have fond this part, but how can I make one widget look like another? For instance the #2 (middle) widget in Magazine looks like the bottom widgets in Lifestyle, I want to show in Lifestyle a #2 (middle) widget like Magazine and as #3 bottom left/right a single widget bu that looks like the actual middle, not sure if this is clear, in case I can try to rephrase my question. Thank you!

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

© 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