• 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

Giuljo

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 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • August 18, 2016 at 7:07 am in reply to: Unable to change fonts in Outreach Pro #191522
    Giuljo
    Member

    Ugh! Ignore my last note. My client actually entered the title in uppercase so that explains that.

    And a light bulb went off - all those elements: title of widgets, site title, etc. are links. Of course they'd be affected by that line of code.

    Thank you again for your help.

    August 17, 2016 at 2:37 pm in reply to: Unable to change fonts in Outreach Pro #191485
    Giuljo
    Member

    Thank you! That was driving me crazy. I thought that piece of code would only affect the a elements. Still don't entirely understand why it overrode the title. In any case, the fonts are showing up properly now.

    One odd thing - the title is still showing up as upper case even with the transform property for the site title commented out. Wonder if it's being affected by the transform property for the menu and widget titles. Is that even possible?

    August 17, 2016 at 9:45 am in reply to: Featured Image for Posts not displaying in Eleven40 Child Theme #191454
    Giuljo
    Member

    One other note: the image styling in the code above isn't necessary. That's only needed if you want to change the way the image shows.

    Oops - I lied. Two more notes: In my theme options, the featured image box under archives was not checked. I changed that and everything now works.

    August 13, 2016 at 7:00 am in reply to: Featured Image for Posts not displaying in Eleven40 Child Theme #191212
    Giuljo
    Member

    I found a solution for Outreach Pro which may work for the Eleven40 Child Theme.

    Add this code to the functions.php file

    // show featured images on post pages ****************************
    //* image size can be adjusted
    add_image_size( 'single-thumbnail', 680, 200, true );
    
    //* Display featured image above content on Posts
    add_action ( 'genesis_entry_content', 'sk_show_featured_image_single', 9 );
    function sk_show_featured_image_single() {
    
    	if ( is_singular('post') && has_post_thumbnail() ) {
    		echo '<div class="single-thumbnail">';
    			genesis_image( array( 'size' => 'single-thumbnail' ) );
    		echo '</div>';
    	}
    
    }

    Code for style.css

    /* Display featured image above content on Posts
    ------------------------------------------------ */
    
    .single-thumbnail {
    	margin-bottom: 20px;
    }
    
    .single-thumbnail img {
        vertical-align: top;
        float: left;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    If you want the post text to start beneath the image, remove the float & the right padding.

    August 11, 2016 at 7:19 am in reply to: Featured Image for Posts not displaying in Eleven40 Child Theme #191109
    Giuljo
    Member

    I came over to the forum looking for the same information: getting the featured image to show up on the post pages.

    I know Outreach Pro suppresses them but my client wants the images so I need to know how to get them back. Would prefer not to have to switch child themes as I put in a lot of customizations already.

    June 27, 2016 at 11:10 am in reply to: Adding second widget row to Outreach Pro #188394
    Giuljo
    Member

    Perfect! It's working now. I greatly appreciate your help with this. I suspected it would end up coming down to 1 line of code missing. 😀

    June 27, 2016 at 10:04 am in reply to: Adding second widget row to Outreach Pro #188384
    Giuljo
    Member

    I've posted the code for all 4 files that I edited:




    I placed comments in caps for the sections I added.

    Thank you so much.

    June 27, 2016 at 9:25 am in reply to: Adding second widget row to Outreach Pro #188381
    Giuljo
    Member

    The widget ID is unique. The widget is registered. I am able to add content on the back end. It's just not showing up on the landing page. The landing page is only showing one row.

    April 14, 2016 at 8:02 am in reply to: unable to change header height #183596
    Giuljo
    Member

    Son of a gun! That was exactly it. Thank you so much!

    April 13, 2016 at 9:21 pm in reply to: unable to change header height #183575
    Giuljo
    Member

    I don't have Photon. The only style sheet I'm editing is the one for Outreach Pro. I haven't added any additional style sheet and I can't find that code reference "height: 160px;" anywhere.

    April 13, 2016 at 1:17 pm in reply to: unable to change header height #183560
    Giuljo
    Member

    Caching is disabled. I even loaded the page in a different browser that I rarely use. No change.

    Also tried installing WP Super Cache just to make sure it was cleared.

    April 10, 2016 at 6:11 pm in reply to: Top navigation bar not showing #183322
    Giuljo
    Member

    I finally realized that, unlike in the plain WP themes, there isn't a navigation bar at the top until you create it. Never occurred to me it wasn't automatic.

    Thank you for your reply.

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

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