• 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

elaine_s

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • February 26, 2016 at 12:27 pm in reply to: Retina Display in Remobile Pro #179996
    elaine_s
    Member

    Thanks Christoph
    I gave it another try and what worked was changing the dimensions to accept a bigger logo in functions.php per your instructions, but my theme did not have the dimensions in but one selector in the css; therefore did not require changing any css.

    FYI, what finally worked for me was saving my hi-res 2x logo with the same name as 'cropped-2xlogo.png' which the customizer forced on it, and uploading the hi-res to the 'uploads' folder using ftp. In other words, fooling and bypassing the customizer completely.

    thanks for your help!

    September 13, 2015 at 6:16 pm in reply to: Custom Widgets – Side by Side (in same full=width section) #165376
    elaine_s
    Member

    @braddalton OK that works! Thanks so much!!!

    September 12, 2015 at 4:11 pm in reply to: Custom Widgets – Side by Side (in same full=width section) #165312
    elaine_s
    Member

    @braddalton - thanks. Again, that took care of getting rid of the left and right sidebars on subpages and posts, but did not target getting rid of the 'bottom-sidebar' on subpages and posts. 'bottom-sidebar' is still showing on front page, and every other page and post. I just want it on the home page. Here is the code:

    //* Hook split sidebar and bottom sidebar widget areas below primary sidebar
    add_action( 'genesis_after_sidebar_widget_area', 'beautiful_extra_sidebars' );
    function beautiful_extra_sidebars() {
    if ( is_front_page() )

    if ( is_active_sidebar( 'split-sidebar-left' ) || is_active_sidebar( 'split-sidebar-right' ) ) {

    echo '<div class="split-sidebars">';

    genesis_widget_area( 'split-sidebar-left', array(
    'before' => '<div class="split-sidebar-left" class="widget-area">',
    'after' => '</div>',
    ) );
    genesis_widget_area( 'split-sidebar-right', array(
    'before' => '<div class="split-sidebar-right" class="widget-area">',
    'after' => '</div>',
    ) );

    echo '</div>';

    }

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

    }

    September 11, 2015 at 9:05 am in reply to: Custom Widgets – Side by Side (in same full=width section) #165219
    elaine_s
    Member

    @braddalton thank you, I was able to remove the split sidebars using the code you provided, but cannot figure out how to remove the bottom sidebar also; it still stubbornly appears on every page (again, I want it on home page) - cannot write the php, here is the code so far:

    //* Hook split sidebar and bottom sidebar widget areas below primary sidebar
    add_action( 'genesis_after_sidebar_widget_area', 'beautiful_extra_sidebars' );
    function beautiful_extra_sidebars() {

    if ( is_front_page() AND is_active_sidebar( 'split-sidebar-left' ) || is_active_sidebar( 'split-sidebar-right' ) ) {

    echo '<div class="split-sidebars">';

    genesis_widget_area( 'split-sidebar-left', array(
    'before' => '<div class="split-sidebar-left" class="widget-area">',
    'after' => '</div>',
    ) );
    genesis_widget_area( 'split-sidebar-right', array(
    'before' => '<div class="split-sidebar-right" class="widget-area">',
    'after' => '</div>',
    ) );

    echo '</div>';

    }

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

    }

    September 10, 2015 at 4:49 pm in reply to: Custom Widgets – Side by Side (in same full=width section) #165170
    elaine_s
    Member

    @braddalton, I am using the Genesis split sidebars on the home page as instructed in Beautiful theme tutorial.
    However, now the split sidebars appear on every post and page, below the specific Genesis Simple Sidebars I have running on these different pages and posts. How can I get the split sidebars to only appear on the Home Page (and not populate everything else).

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)

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