• 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

websiteproducer

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • July 25, 2016 at 12:09 pm in reply to: Education Pro Responsive Slider Post Content Covers Image #190179
    websiteproducer
    Member

    The whole time the settings were in the Slider Settings. :/

    July 25, 2016 at 9:22 am in reply to: Education Pro Responsive Slider Post Content Covers Image #190171
    websiteproducer
    Member

    Hi, any ideas how I can move that box down and over so it doesn't cover most of the picture?

    July 22, 2016 at 2:01 pm in reply to: Education Pro Responsive Slider Post Content Covers Image #190023
    websiteproducer
    Member

    It's not live but I created a back door.

    http://www.heathrowpta.org/proof

    Thx!

    July 21, 2016 at 12:58 pm in reply to: Education Pro Responsive Slider Post Content Covers Image #189954
    websiteproducer
    Member

    Anyone have some advice?

    April 25, 2016 at 5:13 pm in reply to: How to Full Width on Magazine Pro Homepage #184422
    websiteproducer
    Member

    I think I got it, had to remove the line about forcing the sidebar. Thx for your help!

    April 25, 2016 at 4:50 pm in reply to: How to Full Width on Magazine Pro Homepage #184420
    websiteproducer
    Member

    Hi,

    Didn't work. Is there anything else I should do or change a setting somewhere?

    Thx.

    http://www.hellolakemary.com/

    December 7, 2015 at 4:49 pm in reply to: News Pro: How to edit footer #173096
    websiteproducer
    Member

    Thanks. It worked for desktop.

    Are there different settings for mobile? The iPad still shows them as thin and far to the left.

    August 3, 2015 at 10:38 am in reply to: No Sidebar page template for Education Pro #161296
    websiteproducer
    Member

    Ah ... went to Layout Settings and changed it, it worked. Thx so much! Really appreciate your help!!

    August 3, 2015 at 10:17 am in reply to: No Sidebar page template for Education Pro #161289
    websiteproducer
    Member

    Actually it does show up now under Page Attributes ...

    Except Sidebars are still there.

    August 3, 2015 at 10:16 am in reply to: No Sidebar page template for Education Pro #161287
    websiteproducer
    Member

    Ok code looks like this:

    <?php
    
    /*
    Template Name: Full Width Page Template
    */
    
    //* Force full width content layout
    add_filter( ‘genesis_pre_get_option_site_layout’, ‘__genesis_return_full_width_content’ );
    
    genesis();

    How do I get this page to show up as a Page Attribute under Pages so I can select it?

    August 3, 2015 at 10:09 am in reply to: No Sidebar page template for Education Pro #161284
    websiteproducer
    Member

    Here's ALL of the code on that page

    <?php
    /**
     * This file adds the Landing template to the Education Pro Theme.
     *
     * @author StudioPress
     * @package Education Pro
     * @subpackage Customizations
     */
    
    /*
    Template Name: Full Width Page Template
    */
    
    //* Add landing body class to the head
    add_filter( 'body_class', 'education_add_body_class' );
    function education_add_body_class( $classes ) {
    
    	$classes[] = 'education-pro-landing';
    	return $classes;
    
    }
    
    //* Force full width content layout
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
    add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' );
    
    //* Remove site header elements
    remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
    remove_action( 'genesis_header', 'genesis_do_header' );
    remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
    
    //* Remove navigation
    remove_action( 'genesis_before_header', 'genesis_do_nav' );
    remove_action( 'genesis_footer', 'genesis_do_subnav', 7 );
    
    //* Remove breadcrumbs
    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
    
    //* Remove site footer widgets
    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
    
    //* Remove site footer elements
    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );
    
    //* Run the Genesis loop
    genesis();
    
    August 3, 2015 at 10:03 am in reply to: No Sidebar page template for Education Pro #161280
    websiteproducer
    Member

    Do I go into FTP, save a copy of page_landing.php and name it page_full_width.php

    and then add this code to very top?

    <?php

    /*
    Template Name: Full Width Page Template
    */

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

    genesis();

    August 3, 2015 at 9:17 am in reply to: No Sidebar page template for Education Pro #161270
    websiteproducer
    Member

    But then how would I add sidebars?

    Most of the site has sidebars except there are two pages where I would like full width? In those cases I thought I would select a template that said Full Width (instead of Default)

    August 3, 2015 at 8:57 am in reply to: No Sidebar page template for Education Pro #161263
    websiteproducer
    Member

    Hi, sorry ... which PHP file ... and where should I add it?

    and will that give me the 'option' to select a new template for full width?

    July 17, 2015 at 7:52 am in reply to: Agency Pro – need white header bkgd and black text #159655
    websiteproducer
    Member

    Thanks so much for your help .. and the tip! All worked perfectly! Really appreciate it.

    June 25, 2015 at 2:37 pm in reply to: Issue w Executive Pro Theme (above post) #157536
    websiteproducer
    Member

    Yes, and even more weird was it was taking the new Site Map URL and putting it in there.

    I actually did these at same time ... logged in, updated WP, then created a Site Map page and downloaded a plugin to generate the Site Map ... so maybe it had something to do with the Site Map page but no idea what it could be.

    June 25, 2015 at 1:19 pm in reply to: Issue w Executive Pro Theme (above post) #157528
    websiteproducer
    Member

    That did it. Thx man!

    I wonder when I update WordPress or the theme will it come back?

    April 24, 2015 at 3:41 pm in reply to: Want LOGO to be another size than my theme #149068
    websiteproducer
    Member

    Thx for your help.

    September 23, 2013 at 12:57 pm in reply to: StudioPress Themes Promo get themes "in the future" #63872
    websiteproducer
    Member

    Yes I saw that .. I thought all (or most) of the themes were made by others. I just logged into my account and looked at all themes available by StudioPress and thought I would have access to them all as per that e-mail you pointed out. Can you please point out the new StudioPress themes made in the last 6 Months? ... would like to see what's new.

    Thanks.

    -Will

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