• 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

Beautiful Pro Theme – Full width page disappear

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 › General Discussion › Beautiful Pro Theme – Full width page disappear

This topic is: resolved

Tagged: Beautiful Pro Theme

  • This topic has 9 replies, 3 voices, and was last updated 9 years, 4 months ago by chris01.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • December 19, 2016 at 4:15 pm #197838
    chris01
    Member

    Option for the Full width page is gone

    Beautiful Pro Theme

    Link: http://www.healingyourheart.ca/

    With the last WordPress Platform update (I’m assuming that’s what did it), all options for a full with webpage have been removed.

    Now if the fix is in front of my eyes, please let me know.

    If not -

    Question
    How can I fix this either by changing some of the coding or installing the proper plugin.

    Thanks

    Chris

    http://www.healingyourheart.ca/
    December 19, 2016 at 4:35 pm #197840
    Susan
    Moderator

    Chris:

    Have you updated your Genesis Framework? The latest version is 2.4.2, released on October 6. A recent update to WP is causing issues with layout settings for those sites which are not running the latest version of the Genesis Framework.

    December 19, 2016 at 4:43 pm #197842
    chris01
    Member

    Hi Susan,

    Everything is up to date....Plugins, WordPress Platform, Genesis etc.

    I have also removed unused plugins.

    Right now, the option for the 'full page width' has disappeared.

    Thanks

    December 19, 2016 at 5:24 pm #197846
    chris01
    Member

    Any takers??

    I have now tried 2 different plugins = Nothing worked.
    I have searched the web for different updates to the Style sheet = Nothing worked.

    We were ready to open the website ...NOW... And this 'change' is now stopping everything.

    Can anybody explain why the template options were removed??

    OR

    How to remove the *&^&^%$$ Sidebar??

    Thanks!

    December 19, 2016 at 5:32 pm #197849
    chris01
    Member

    The following - in bold below.

    I am assuming that these pieces of code are 'related' the sidebar.... ???
    To what should they be changed to remove the sidebar?

    Thanks
    ___________________________

    Beautiful Pro Theme: theme-defaults.php (lib/theme-defaults.php)

    //* Beautiful Theme Setting Defaults
    add_filter( 'genesis_theme_settings_defaults', 'beautiful_theme_defaults' );
    function beautiful_theme_defaults( $defaults ) {

    $defaults['blog_cat_num'] = 4;
    $defaults['content_archive'] = 'full';
    $defaults['content_archive_limit'] = 0;
    $defaults['content_archive_thumbnail'] = 0;
    $defaults['image_alignment'] = 'alignleft';
    $defaults['posts_nav'] = 'prev-next';
    $defaults['site_layout'] = 'content-sidebar';

    return $defaults;

    }

    //* Beautiful Theme Setup
    add_action( 'after_switch_theme', 'beautiful_theme_setting_defaults' );
    function beautiful_theme_setting_defaults() {

    if( function_exists( 'genesis_update_settings' ) ) {

    genesis_update_settings( array(
    'blog_cat_num' => 4,
    'content_archive' => 'full',
    'content_archive_limit' => 0,
    'content_archive_thumbnail' => 0,
    'image_alignment' => 'alignleft',
    'posts_nav' => 'prev-next',
    'site_layout' => 'content-sidebar',
    ) );

    December 19, 2016 at 6:02 pm #197850
    chris01
    Member

    Hello -

    OK, anybody following this series of posts - I've changed the 'content-sidebar to 'full-width-content' anddddd... for sure, nothing changed.

    Any suggestions??

    ____________________________

    <?php

    //* Beautiful Theme Setting Defaults
    add_filter( 'genesis_theme_settings_defaults', 'beautiful_theme_defaults' );
    function beautiful_theme_defaults( $defaults ) {

    $defaults['blog_cat_num'] = 4;
    $defaults['content_archive'] = 'full';
    $defaults['content_archive_limit'] = 0;
    $defaults['content_archive_thumbnail'] = 0;
    $defaults['image_alignment'] = 'alignleft';
    $defaults['posts_nav'] = 'prev-next';
    $defaults['site_layout'] = 'full-width-content';

    return $defaults;

    }

    //* Beautiful Theme Setup
    add_action( 'after_switch_theme', 'beautiful_theme_setting_defaults' );
    function beautiful_theme_setting_defaults() {

    if( function_exists( 'genesis_update_settings' ) ) {

    genesis_update_settings( array(
    'blog_cat_num' => 4,
    'content_archive' => 'full',
    'content_archive_limit' => 0,
    'content_archive_thumbnail' => 0,
    'image_alignment' => 'alignleft',
    'posts_nav' => 'prev-next',
    'site_layout' => 'full-width-content',
    ) );

    } else {

    _genesis_update_settings( array(
    'blog_cat_num' => 4,
    'content_archive' => 'full',
    'content_archive_limit' => 0,
    'content_archive_thumbnail' => 0,
    'image_alignment' => 'alignleft',
    'posts_nav' => 'prev-next',
    'site_layout' => 'full-width-content',
    ) );

    }

    update_option( 'posts_per_page', 4 );

    }

    December 19, 2016 at 6:52 pm #197859
    Christoph
    Member

    Hi,

    just to clarify, did the complete Layout Settings / Default Layout tabs or only the full-width setting disappear?
    If the tabs disappeared, check if Layout Settings / Default Layout are selected in the Screen Options.
    Another possibility would be that you used a code snippet that unregistered the full-width layout.

    Because of the possible connection to the WordPress 4.7 update, I'd recommend opening a ticket with the official Studiopress support at my.studiopress.com/help
    That being said, I just activated the theme on a test site running WordPress 4.7 and I have all three layout options.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    December 19, 2016 at 7:06 pm #197860
    chris01
    Member

    Hi Christoph,

    just to clarify, did the complete Layout Settings / Default Layout tabs or only the full-width setting disappear?
    The complete Layout Settings / Default Layout has disappeared. The option is offered under the Genesis tab/Theme Settings and only says: Default Layout with nothing else re: no options

    If the tabs disappeared, check if Layout Settings / Default Layout are selected in the Screen Options.
    Layout Settings is selected in the Screen Options and only offers a link back to the Genesis option to choose the Default Layout.

    Another possibility would be that you used a code snippet that unregistered the full-width layout.
    I did not add anything - any code - nothing...

    December 20, 2016 at 5:50 am #197875
    Susan
    Moderator

    Did you deactivate ALL your plugins to rule out a conflict?

    You shouldn't need to add in any additional coding, or modify any files (if you don't that, StudioPress support won't be able to assist you). If you are running the latest version of Genesis and WordPress, and have deactivated ALL your plugins, then you should submit a ticket to StudioPress.

    December 21, 2016 at 9:21 am #197949
    chris01
    Member

    Hello all!

    Figured it out...somehow the template was hacked...

    I don't know how they got thru re: I have the best of the best installed as protection on my client's websites and monitor them like a hawk...and obviously, that was not enough.
    As suggested by Christoph, I went ahead and installed a new version of the template on my website, (to verify) and yes, the layout options was right there...

    So, re-installed the template on my client's website, updated the visual and voila, all is OK for now...

    That said, if this was not a hack - I can't see what caused the problem.

    Thanks for the help!

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Beautiful Pro Theme – Full width page disappear’ is closed to new replies.

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