• 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

styzer

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 - 41 through 60 (of 123 total)
← 1 2 3 4 5 6 7 →
  • Author
    Posts
  • June 9, 2015 at 1:09 am in reply to: News Pro – text styling not showing #155507
    styzer
    Participant

    I did select full text in Reading. Static page. But the home page still doesn't show formatting...

    June 9, 2015 at 12:38 am in reply to: News Pro – text styling not showing #155504
    styzer
    Participant

    I never use the Excerpt field, I selected to show summary...

    June 9, 2015 at 12:37 am in reply to: News Pro – text styling not showing #155503
    styzer
    Participant

    I'm not sure if I'm using the styles properly...

    Post on home page - MIDI “MOCKUPs” for newcomers: http://www.vi-control.net/portal/ shows NO formatting. When you click on it, the post shows it.

    http://www.vi-control.net/portal/midi-mockup-for-newcomers/

    June 9, 2015 at 12:04 am in reply to: News Pro – text styling not showing #155500
    styzer
    Participant

    Hi Erik,

    http://www.vi-control.net/portal

    I went back and pasted text in plain text form. For some reason the text was filled with styling. It seems to be working now!

    June 8, 2015 at 11:42 pm in reply to: News Pro – text styling not showing #155494
    styzer
    Participant

    OK, I tried other themes and the same problem occurs. Something nullifies the styling between the text editor and the blog page. Never happened to me before...

    Anyone has ideas how to solve this?

    Thank you in advance...

    Andre

    May 20, 2015 at 11:54 pm in reply to: Genesis Simple Sidebars – defective? #153065
    styzer
    Participant

    Wow, no wonder I can't figure this out. It is so totally irrational to me... but thanks for your kind help!

    May 20, 2015 at 11:40 pm in reply to: Genesis Simple Sidebars – defective? #153062
    styzer
    Participant

    So I can replace an existing sidebar with a plugin to create a sidebar. I am really confused. 🙂

    May 20, 2015 at 11:28 pm in reply to: Genesis Simple Sidebars – defective? #153060
    styzer
    Participant

    Thanks, so again - what is the use of the Genesis Simple Sidebar?

    May 20, 2015 at 11:15 pm in reply to: Genesis Simple Sidebars – defective? #153057
    styzer
    Participant

    The themes that have an option for TWO sidebars, I don't need the Genesis Simple Sidebar plugin. Soi I don't understand your reply. Isn't that plugin supposed to create sidebars where there are none?

    May 20, 2015 at 11:10 pm in reply to: Genesis Simple Sidebars – defective? #153055
    styzer
    Participant

    Streamline Pro. I have about these SP child-themes:

    Decor v.1.0.1
    eleven40 Pro v.2.2.1
    Executive Pro v.3.1.2
    Expose Pro v.2.1
    Focus Pro v.3.1.1
    Generate Pro v.2.1
    Magazine Pro v.3.1
    Metro Pro v.2.0.1
    News Pro v.3.0.2
    Outreach Pro v.3.1
    Streamline Pro

    I have tried a few of them with similar results.

    May 20, 2015 at 10:57 pm in reply to: Genesis Simple Sidebars – defective? #153051
    styzer
    Participant

    Thank you for your reply. As I mentioned, there is no such option in the Customize area or elsewhere. See screenshots:

    Genesis layout:
    Genesis layout

    Customize options:
    Customize Streamline Pro child-theme options

    Therefore something is wrong, isn't it? Is it the plugin, or are there instructions I didn't see beside those accompanying the plugin?

    Thanks!

    October 31, 2014 at 12:52 pm in reply to: Move Menu In Generate theme #130037
    styzer
    Participant

    Thanks genrock, however it's not working for me. Is there a way to use the container, or the wrap, or site-inner, etc. as an anchor from which to position the menu (instead of the header)?

    It's positioned correctly according to the header, underneath it, but I'd like to have it underneath the slider on the homepage. I removed the header from the homepage only, so that the slider takes its place. Makes sense?

    Unless I was to put the slider as a header?

    Thanks again!

    Andre

    October 31, 2014 at 10:51 am in reply to: Outreach Pro: remove header on homepage only? #130021
    styzer
    Participant

    I see, I did ask the question before, how to reposition the navigation above the header. This code shows how to do it via the functions.php file:

    //* Reposition the primary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    add_action( 'genesis_before_header', 'genesis_do_nav' );

    What qualifier should I use to "add_action" in order to move the menu "above the container" (site-inner) so that it will always be under both the slider and the menu?

    I'm thinking it would be something like:

    //* Reposition the primary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    add_action( 'genesis_before_xxxxxxx', 'genesis_do_nav' );

    I tried "container" and "site-inner" but I'm thinking it's probably not be the right description.

    Any help much appreciated... 🙂

    Andre

    October 31, 2014 at 10:30 am in reply to: Move Menu In Generate theme #130019
    styzer
    Participant

    Hi Leo,

    What is the code you found, and where did you insert it?

    Thanks!

    Andre

    October 31, 2014 at 10:19 am in reply to: Outreach Pro: remove header on homepage only? #130018
    styzer
    Participant

    This totally worked! Thanks!

    Now as for removing the menu, that too worked. But the Outreach theme doesn't have a template file, so I don't see where I could include the code to move it elsewhere?

    I'd like to move both the navigation and the scrolling ticker and place them under the slider. I pasted the code in the Genesis settings "header and footer scripts," under the ticker script, but that didn't work.

    Any more ideas?

    Thanks again!

    Andre

    September 8, 2014 at 12:04 pm in reply to: Disable sidebar on select posts in Outreach Pro? #123439
    styzer
    Participant
    This reply has been marked as private.
    September 8, 2014 at 12:03 pm in reply to: Disable sidebar on select posts in Outreach Pro? #123438
    styzer
    Participant

    Thanks Craig, I'll make sure to add this too.

    Regards,

    Andre

    September 8, 2014 at 11:55 am in reply to: Disable sidebar on select posts in Outreach Pro? #123435
    styzer
    Participant

    THAT'S IT!!!

    That was the missing piece. So when we create custom posts type hard-coding the functions.php file, it is important to include this snippet of code we we gain the same options as regular posts.

    I will add this to my other custom post types.

    Thanks again Anita, and Craig!

    Andre

    September 8, 2014 at 11:45 am in reply to: Disable sidebar on select posts in Outreach Pro? #123431
    styzer
    Participant

    Thanks Craig,

    Here is where I added it:

    // Register Custom Post Type
    function prophecy_post_type() {
    
    add_post_type_support( 'prophecy_post_type', 'genesis-layouts' );
    
    	$labels = array(
    		'name'                => _x( 'Prophecy Types', 'Post Type General Name', 'prophecy' ),
    		'singular_name'       => _x( 'Prophecy', 'Post Type Singular Name', 'prophecy' ),
    		'menu_name'           => __( 'Prophecy', 'prophecy' ),
    		'parent_item_colon'   => __( 'Parent Item:', 'prophecy' ),
    		'all_items'           => __( 'All Items', 'prophecy' ),
    		'view_item'           => __( 'View Item', 'prophecy' ),
    		'add_new_item'        => __( 'Add New Item', 'prophecy' ),
    		'add_new'             => __( 'Add New', 'prophecy' ),
    		'edit_item'           => __( 'Edit Item', 'prophecy' ),
    		'update_item'         => __( 'Update Item', 'prophecy' ),
    		'search_items'        => __( 'Search Item', 'prophecy' ),
    		'not_found'           => __( 'Not found', 'prophecy' ),
    		'not_found_in_trash'  => __( 'Not found in Trash', 'prophecy' ),
    	);
    	$args = array(
    		'label'               => __( 'prophecy_type', 'prophecy' ),
    		'description'         => __( 'Prophecy Type Description', 'prophecy' ),
    		'labels'              => $labels,
    		'supports'            => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'comments', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes', 'post-formats', ),
    		'taxonomies'          => array( 'category', 'post_tag' ),
    		'hierarchical'        => false,
    		'public'              => true,
    		'show_ui'             => true,
    		'show_in_menu'        => true,
    		'show_in_nav_menus'   => true,
    		'show_in_admin_bar'   => true,
    		'menu_position'       => 5,
    		'menu_icon'           => '',
    		'can_export'          => true,
    		'has_archive'         => true,
    		'exclude_from_search' => false,
    		'publicly_queryable'  => true,
    		'capability_type'     => 'page',
    	);
    	register_post_type( 'prophecy_type', $args );
    }
    
    // Hook into the 'init' action
    add_action( 'init', 'prophecy_post_type', 0 );

    I also have this in my style.css:

    .postid-6113 #sidebar {
    display: none;
    }

    But when I go to my EDIT page for this post, I still don't see any layout options. What am I missing?

    Regards,

    Andre

    September 8, 2014 at 11:19 am in reply to: Disable sidebar on select posts in Outreach Pro? #123419
    styzer
    Participant

    This is the code Brad shares:
    http://wpsites.net/web-design/remove-sidebar-home-page-posts/

    I don't know how to interpret it, though.

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 123 total)
← 1 2 3 4 5 6 7 →
« Previous Page

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