• 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

andrenellin

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 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • January 15, 2019 at 7:17 am in reply to: 2 blog pages, one filtered #303536
    andrenellin
    Member

    Look under appearance/menu's. Do you see 'Categories'. Under categories, select the category you want to display in the menu.

    January 13, 2019 at 12:22 pm in reply to: How to make a theme's width full screen #283111
    andrenellin
    Member

    Create Full Width Home Page In Any StudioPress Theme

    October 18, 2018 at 6:27 am in reply to: Custom Link issue on iPhones #223828
    andrenellin
    Member

    Which Tab?

    October 5, 2018 at 4:24 pm in reply to: Customizer not loading #223572
    andrenellin
    Member

    Rename your plugins folder and see if it loads correctly. If so, it indicates a plugin conflict. You then need to correct your plugins folder name, deactivate all plugins, then activate one by one until you find the plugin conflicting with Genesis Framework.

    September 22, 2018 at 5:21 am in reply to: 'Cannot send session cache limiter' and 'Cannot modify header' error #223361
    andrenellin
    Member

    1. Potential Plug-in Conflict
    Rename the plugins folder (plugins folder2) either in cpanel or using ftp (filezilla), thereby disabling all plugins. Now try access the admin dashboard. If you can access the admin dashboard when the plugins folder is renamed, then there is a conflict with one of your plugins. If it is a plug-in issue, rename the plug-in for back to plugins, and then rename all the plugins inside the folder. One by one, restore the plug-in name to the original name until the site breaks. That way you can isolate if it is a plug-in.

    2. PHP version
    Do you know what version of PHP your site was hosted in with your previous host. If it was an earlier version than what you are using now, you may have a plug-in that conflicts with the version you are using now.

    Start with those. This past week I switched to SiteGround and my sites feel faster. They are a good host.

    September 16, 2018 at 7:43 am in reply to: Show video in content for single category #223234
    andrenellin
    Member

    This is how I resolved it. I made show content the default for displaying blog categories which resolved the issue with video not showing in the loop. For the other category I used the following code in the page template:

    category-blog.php

    <?php
    /**
     * Template Name: Category Blog
     * Template Post Type: post
     * @package WordPress
     * @subpackage Genesis
     *
     */
    add_action('genesis_before_content_sidebar_wrap', 'do_blog_posts');
    
    function do_blog_posts() {
    
    	// Remove 'site-inner' from structural wrap
    	add_theme_support('genesis-structural-wraps', array('header', 'footer-widgets', 'footer'));
    
    	// Remove the post content
    	remove_action('genesis_entry_content', 'genesis_do_post_content');
    
    	// Display the post excerpt
    	add_action('genesis_entry_content', 'the_excerpt');
    	// add_action('genesis_entry_content', 'sc_get_excerpt', 10);
    
    //* Modify the length of post excerpts
    	add_filter('excerpt_length', 'sp_excerpt_length');
    	function sp_excerpt_length($length) {
    		return 200; // pull first X number of words
    	}
    
    // Display Category Title in the Heading Section
    	echo '<div class="background_black page_header_row text_light">';
    	echo '<div class="wrap">';
    	echo '<h1>Blog Posts</h1>';
    	echo '</div>';
    	echo '</div>';
    }
    genesis();
    
    September 16, 2018 at 7:31 am in reply to: Genesis not updating #223233
    andrenellin
    Member

    1. Backup your site.
    2. Deactivate Genesis plugin.
    3. Delete Genesis plugin using wp dashboard.
    4. Upload latest version of Genesis.
    5. Install latest version of Genesis.
    6. Activate latest version of Genesis.

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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