• 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

brock

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 6 posts - 161 through 166 (of 166 total)
← 1 2 3 … 7 8 9
  • Author
    Posts
  • March 30, 2015 at 11:17 am in reply to: Customize Minimum pro #146141
    brock
    Member

    Try adding this if statement inside the 'minimum_site_tagline' function in your functions.php file:

    
    //* Add the site tagline section
    add_action( 'genesis_after_header', 'minimum_site_tagline' );
    function minimum_site_tagline() {
     
            if ( !is_page('whateverpage') )
    	printf( '<div %s>', genesis_attr( 'site-tagline' ) );
    	genesis_structural_wrap( 'site-tagline' );
    
    		printf( '<div %s>', genesis_attr( 'site-tagline-left' ) );
    		printf( '<p %s>%s</p>', genesis_attr( 'site-description' ), esc_html( get_bloginfo( 'description' ) ) );
    		echo '</div>';
    	
    		printf( '<div %s>', genesis_attr( 'site-tagline-right' ) );
    		genesis_widget_area( 'site-tagline-right' );
    		echo '</div>';
    
    	genesis_structural_wrap( 'site-tagline', 'close' );
    	echo '</div>';
    }
    
    March 17, 2015 at 12:40 pm in reply to: How can i get these featured images right? #144755
    brock
    Member

    Could explain in more detail exactly what you are trying to do?

    February 6, 2015 at 3:03 am in reply to: Bad rating for Genesis Framework / Page from Google Pagespeed Insight #139925
    brock
    Member

    That's my 2 cents but I know it's really not a satisfying answer. Hopefully someone will come along who can give a better explanation.

    February 6, 2015 at 2:49 am in reply to: Bad rating for Genesis Framework / Page from Google Pagespeed Insight #139923
    brock
    Member

    The strange thing is that I compared Studiopress' site (which scored 57 on google insights) with a site that scored 70. The Studiopress site loaded faster in the old fashioned browser test. But my experiment could have been flawed in some way.

    Google insights gives reasons for why it gives the score it does. But you have to know what all of that stuff means. What you are seeking is reassurance and I would think that Genesis would not be such popular framework if it had serious problems with pagespeed.

    February 6, 2015 at 2:09 am in reply to: Adding More Categories on Primary Navigation Menu, without a second row #139920
    brock
    Member

    Do you know exactly how many items you want to add? You are going to have to make changes to the CSS file.

    If you are okay with using smaller font-size in the navigation menu then a font size of 12px will make room for about 6 menu items, depending on their text length. You won't have to make any changes to the padding.

    .genesis-nav-menu {
     font-size: 12px
    }

    If you want to make room for even more items you can change the padding and the width of the widget area. These changes allowed me to fit 8 items in there. (Keeping the font-size at 12px)

    .site-header .widget-area {
     width: 770px;
    }

    and

    .genesis-nav-menu a {
     padding: 27px 10px;
    }

    So add these changes to the bottom of your style.css file. Make a note that they are customizations. There needs to be some changes to the media queries as he said. I will see if I can get those for you but I have to run for now!

    December 22, 2014 at 2:42 pm in reply to: Adding a grid loop to Copyblogger theme #135073
    brock
    Member

    I think it might be due to the fact that I am pulling in the blog page based on categories. I used this method:

    Set the page template to 'blog'.

    Set the custom fields:

    query_args cat='id'

    As I said, it does work for the search results (although it looks a little strange). I am now trying a different theme with the same result.

  • Author
    Posts
Viewing 6 posts - 161 through 166 (of 166 total)
← 1 2 3 … 7 8 9
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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