• 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

derekwberg

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
  • July 23, 2016 at 9:06 pm in reply to: How do I reduce the hight of the agency pro responsive header area #190106
    derekwberg
    Member

    Yes I use dambuster.

    July 23, 2016 at 1:13 pm in reply to: How do I reduce the hight of the agency pro responsive header area #190088
    derekwberg
    Member

    Hey Christoph

    Sorry for the rookie move of pasting entire CSS...

    So is this code you mentioned:

    .gd-full-width .site-inner {
    margin-top: 75px;
    }

    Is this already in my CSS or something I have to add?

    If it is there where is it?

    If it is not there, where is the best place to insert it?

    Derek

    January 5, 2016 at 8:06 am in reply to: Alititude Theme and Beaver Builder not playing nice at all #175630
    derekwberg
    Member

    I Added the dambuster plugin. Template is using full width of the page, but still does not resemble template at all.

    http://www.clarendonhillsmusicacademy.com/post-1435/

    May 21, 2015 at 7:16 am in reply to: Creating a custom alternative header image for a blog category #153087
    derekwberg
    Member

    Thanks brother!

    March 11, 2014 at 9:07 am in reply to: Enterprise Pro Home Top #94283
    derekwberg
    Member

    For some reason when I do that the home top disappears completely

    Here is all of the code for front page

    <?php
    /**
    * This file adds the Home Page to the Enterprise Pro Theme.
    *
    * @author StudioPress
    * @package Enterprise Pro
    * @subpackage Customizations
    */

    add_action( 'genesis_meta', 'enterprise_home_genesis_meta' );
    /**
    * Add widget support for homepage. If no widgets active, display the default loop.
    *
    */
    function enterprise_home_genesis_meta() {

    if ( is_active_sidebar( 'home-top' ) || is_active_sidebar( 'home-bottom' ) ) {

    //* Force full-width-content layout setting
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    //* Add enterprise-pro-home body class
    add_filter( 'body_class', 'enterprise_body_class' );

    //* Remove the default Genesis loop
    remove_action( 'genesis_loop', 'genesis_do_loop' );

    //* Add home top widgets
    add_action( 'genesis_after_header', 'enterprise_home_top_widgets' );

    //* Add home bottom widgets
    add_action( 'genesis_loop', 'enterprise_home_bottom_widgets' );

    }
    }

    function enterprise_body_class( $classes ) {

    $classes[] = 'enterprise-pro-home';
    return $classes;

    }

    function enterprise_home_top_widgets() {

    genesis_widget_area( 'home-top-left', array(
    'before' => '<div class="home-top-left widget-area one-half first"><div class="wrap">',
    'after' => '</div></div>',
    ) );

    genesis_widget_area( 'home-top-right', array(
    'before' => '<div class="home-top-right widget-area one-half"><div class="wrap">',
    'after' => '</div></div>',
    ) );

    }

    function enterprise_home_bottom_widgets() {

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

    }

    genesis();

  • 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