• 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

efuller

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 50 total)
1 2 3 →
  • Author
    Posts
  • August 27, 2014 at 1:43 pm in reply to: Featured images not showing up in focus pro theme #121423
    efuller
    Member

    Ok...I think one final tweak you you'll have it.

    Go back into Settings -> Reading.
    Set 'Blog pages show at most' to the number of posts you want to show.
    Set 'For each article in a feed show' to Summary

    That should do it.


    I am a web developer

    August 27, 2014 at 1:08 pm in reply to: Featured images not showing up in focus pro theme #121416
    efuller
    Member

    Make sure that Settings -> Reading 'Front Page Displays' is set to 'your latest posts'.


    I am a web developer

    August 27, 2014 at 12:59 pm in reply to: Featured images not showing up in focus pro theme #121413
    efuller
    Member

    Ok. You can correct this.

    - Go to Genesis -> Theme Settings and look for the 'Content Archives' section
    - In the 'Select one of the following' dropdown, select 'Display Post Content'
    - Then in 'Limit content to', insert the number of characters you want to show. I'd start with 300.

    That should fix the whole post from being shown.


    I am a web developer

    August 27, 2014 at 12:53 pm in reply to: Featured images not showing up in focus pro theme #121410
    efuller
    Member

    Actually, they should be showing.

    Please try this.

    - Go to this post - http://whosjamie.com/building-websites/block-spam-comments/
    - Remove the Insert Read More tag you used
    - Save the post

    Basically we want the Genesis Theme settings to control this.


    I am a web developer

    August 27, 2014 at 12:38 pm in reply to: Featured images not showing up in focus pro theme #121403
    efuller
    Member

    🙂

    Here are some basics. If you need more functionality than what I explain, just say so and I'll try to provide you with easy to understand code.

    The featured image setting in Genesis -> Theme Settings is for archive type pages such as categories, tags...etc. When a reader lands on one of those pages, your excerpt plus featured image will display based on how you have it configured in those settings.

    Displaying your featured image on a single post/page is a bit more difficult.

    I hope I've explained this in a way that makes sense!


    I am a web developer

    August 27, 2014 at 12:17 pm in reply to: Featured images not showing up in focus pro theme #121382
    efuller
    Member

    Sweet. So the featured image is showing - http://whosjamie.com/category/building-websites/.

    Take note that this setting only works on archive/category pages.

    If you want your featured image to display on single posts, then a tutorial like this would help:

    http://wpsites.net/web-design/display-featured-image-before-or-after-entry-title-on-single-posts-pages/


    I am a web developer

    August 27, 2014 at 11:42 am in reply to: Featured images not showing up in focus pro theme #121373
    efuller
    Member

    Could you try setting a featured image on that post for testing purposes?


    I am a web developer

    August 27, 2014 at 11:25 am in reply to: Centric Pro CSS for menu hover background color and text hover color change #121366
    efuller
    Member

    I see what you are looking to do.

    So at line 1269, change the code to this:

    .genesis-nav-menu li a:hover,
    .genesis-nav-menu .current-menu-item > a {
    	background-color: none;
    	color: #dadbe0;
    }

    On line 1211, remove the 'color: fff; ' property so it looks like this:

    .site-header .widget-area a,
    .site-header .widget-area a:hover {
    	
    }

    I think these changes will give you your desired result.


    I am a web developer

    August 27, 2014 at 10:50 am in reply to: Featured images not showing up in focus pro theme #121359
    efuller
    Member

    So you have a featured image for this post set?

    http://whosjamie.com/building-websites/block-spam-comments/

    If not, could you set one temporarily?

    If you haven't changed the theme code, then featured images should work with those settings.

    All you can do is give it a try in regards to Magazine Pro.


    I am a web developer

    August 27, 2014 at 10:31 am in reply to: HELP!!! Can't see my previous posts #121354
    efuller
    Member

    If you just want your homepage to be your blog roll, then I would recommend not using the homepage widget areas.


    I am a web developer

    August 27, 2014 at 10:30 am in reply to: Featured images not showing up in focus pro theme #121353
    efuller
    Member

    Hmmm. I got favorable results on my test site using the Focus Pro Theme.

    Do you have both Genesis and WordPress up to date?


    I am a web developer

    August 27, 2014 at 10:22 am in reply to: Centric Pro CSS for menu hover background color and text hover color change #121351
    efuller
    Member

    You will need to change these properties in the style.css file.

    
    .genesis-nav-menu li a:hover,
    .genesis-nav-menu .current-menu-item > a {
    	background-color: rgba(255, 255, 255, 0.1);
    	color: #fff;
    }
    

    It starts at line 1269.


    I am a web developer

    August 27, 2014 at 10:11 am in reply to: Featured images not showing up in focus pro theme #121347
    efuller
    Member

    In the Admin area go to Genesis -> Theme Settings and go to the Content Archives section.

    If you have Display Content selected, try entering in a value for Limit Content...say maybe 300.

    Make sure Include Featured Image is selected and pick the size you want.

    Finally, don't forget to actually set a featured image for your posts.

    Give that a try. This configuration should show the featured image.


    I am a web developer

    August 6, 2014 at 3:35 pm in reply to: Executive Theme – Full Length Menu #117435
    efuller
    Member

    It looks as though you've gotten this worked out?


    I am a web developer

    July 20, 2014 at 11:33 am in reply to: center site header banner theme beautiful Pro #115058
    efuller
    Member

    Do you have a link we can look at?


    I am a web developer

    July 20, 2014 at 11:31 am in reply to: Parallax scrolling on other pages #115057
    efuller
    Member

    This tutorial may get you headed in the right direction: http://sridharkatakam.com/apply-parallax-effect-parallax-pro-genesis-theme/


    I am a web developer

    July 20, 2014 at 11:27 am in reply to: Infinite Scroll Display of Posts #115056
    efuller
    Member

    Ahhh..Ok.


    I am a web developer

    July 20, 2014 at 11:24 am in reply to: Infinite Scroll Display of Posts #115054
    efuller
    Member

    It looks like you got this working?


    I am a web developer

    July 19, 2014 at 2:36 pm in reply to: [beautiful theme] How to extend the background image #114963
    efuller
    Member

    Perhaps when you reload the new CSS isn't being loaded?

    Maybe try clearing your browser cache, or using a different browser.

    From what I can tell, that is the only place to change the height of that section.


    I am a web developer

    July 19, 2014 at 2:34 pm in reply to: genesis_post_meta filter hook help #114961
    efuller
    Member

    Try using this code:

    function post_meta_filter($post_info) {
    	$post_info = '[post_date format="F jS, Y" label="Written: "]';
    	return $post_info;
    }
    add_filter( 'genesis_post_info', 'post_meta_filter');

    This code will not restrict to the 'homepage' like you had in your original code. Feel free to apply your conditionals as needed.


    I am a web developer

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

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