• 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

chris01

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 20 posts - 1 through 20 (of 40 total)
1 2 →
  • Author
    Posts
  • April 10, 2019 at 5:08 am in reply to: Sixteen Nine Pro and left Sidebar Issues #490581
    chris01
    Member

    Hello! Anybody??

    April 9, 2019 at 3:30 pm in reply to: Sixteen Nine Pro and left Sidebar Issues #490575
    chris01
    Member

    Correction:

    I guess I should have written:

    The Header Right where the Custom Menu widget is added - Which as a result shows up on the left-hand side of the website.

    February 9, 2019 at 3:20 pm in reply to: Issue with choosing a StudioPress Theme… #489450
    chris01
    Member

    Thank you in following up and moving my question - that is much appreciated. At least I now know that it doesn't work in Chrome... Will try to figure out what the issue is in FF on my side...

    Thanks for your time!

    September 4, 2018 at 3:52 pm in reply to: Image header on Blog page #222930
    chris01
    Member

    Hi,

    I'm trying to do the same as above...but without adding 'another' plugin.

    That said, I've been going around in circles trying to figure out on how to implement this change... and no luck...

    Any takers on how this could be done with code?

    Tks

    August 30, 2018 at 6:59 pm in reply to: Infinity Pro Blog Grid Layout #222833
    chris01
    Member

    Hello again!

    May I just say...YOU. ARE. THE. BEST!!

    As for the design, you assume correctly. I like it simple and to the point. Again, thank you so much for your time - As I said before, this is greatly appreciated.

    Also, just had a look at your presentations @ WordCamp, very interesting, and for sure, will be following up more deeply. WordCamp is the best. Been to a few of them myself in Montreal throughout the years... Best 3 days...

    You made my day!

    Merci!

    🙂

    August 30, 2018 at 4:29 pm in reply to: Infinity Pro Blog Grid Layout #222824
    chris01
    Member

    Hi!

    If you could write for my site, that would be greatly appreciated - that said, I can add colors and type, no problem.

    This is really...really nice - tks!

    (I'm at my wits end with this - and just disappointed with myself that I did not realize when installing the template, that this type of issue would...show up! Like they say, read the fine lines - or look further than your nose! )

    PS: what are/is the link(s) to your video tutorials?

    August 30, 2018 at 1:33 pm in reply to: Infinity Pro Blog Grid Layout #222821
    chris01
    Member

    Tks!

    August 30, 2018 at 12:38 pm in reply to: Infinity Pro Blog Grid Layout #222817
    chris01
    Member

    Hi Mary,

    Do I understand that you'd like to customize that page to show a grid of posts?
    You are correct -

    Tks for looking into this!

    July 11, 2018 at 3:50 pm in reply to: Wellness Pro Full Width Page #221611
    chris01
    Member

    Tks for your time!

    July 11, 2018 at 3:22 pm in reply to: Wellness Pro Full Width Page #221607
    chris01
    Member

    Got it -

    That said, what would be the recommended width? Also, is there be a different entry for Mobile?

    I'm surprised that this has be changed in such a way...usually, it's all set up in the Style sheet...

    Or...did I miss something?

    July 11, 2018 at 3:13 pm in reply to: Wellness Pro Full Width Page #221604
    chris01
    Member

    Hi Anita,

    Thanks for the help!

    ...

    December 21, 2016 at 9:21 am in reply to: Beautiful Pro Theme – Full width page disappear #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!

    December 19, 2016 at 7:06 pm in reply to: Beautiful Pro Theme – Full width page disappear #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 19, 2016 at 6:02 pm in reply to: Beautiful Pro Theme – Full width page disappear #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 5:32 pm in reply to: Beautiful Pro Theme – Full width page disappear #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 5:24 pm in reply to: Beautiful Pro Theme – Full width page disappear #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 4:43 pm in reply to: Beautiful Pro Theme – Full width page disappear #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

    November 1, 2016 at 5:07 pm in reply to: Moving & Creating a CTA on a WordPress Website #195618
    chris01
    Member

    Hello...

    Any other suggestions...??

    Somebody must have an answer.... No?

    Thanks...

    November 1, 2016 at 2:42 pm in reply to: Moving & Creating a CTA on a WordPress Website #195609
    chris01
    Member

    Thanks William,

    I've gone thru the two articles - have moved the CTA (shows as what it's moved in the Widget area - VMA website), and obviously missing something here, as I can't get it to move on the website per say!!

    🙂

    August 13, 2015 at 2:09 pm in reply to: Entreprise Pro – Header Right #162291
    chris01
    Member

    Tks for the info!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 40 total)
1 2 →

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