• 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

road2ruin

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 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • November 21, 2012 at 5:20 am in reply to: Where Are The Theme Specific Forums… #1086
    road2ruin
    Member

    @nickthegeek...Thank you for taking the time to clarify to process by which y'all got to make the change. For me that goes a long way.


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 6:37 pm in reply to: Where Are The Theme Specific Forums… #1006
    road2ruin
    Member

    My thought is to ask the Studiopress crew what led to the changeover...I feel like if I understood the problems that needed fixing from their perspective it would go a long way to helping me "sign up". Having said that, my experience has been that I have gotten great help here in the past several days, not so very different than before. The studiopress outfit has done a pretty damn good job to date...I am willing to cut them some slack; I am inclined to go with the new situation for a bit and see how it plays. Just sayin'  for what it's worth. 😉

     


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 2:51 pm in reply to: column classes in Minimum V.1 #937
    road2ruin
    Member

    Did it and it worked- kinda- will take some foolin' with the CSS to get to my liking.  Thanks for all your help. I need to take a break from this for a couple of work days. Have good Thanksgiving


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 1:30 pm in reply to: column classes in Minimum V.1 #923
    road2ruin
    Member

    could not figure where to put the code...I am not that bright apparently.


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 1:29 pm in reply to: How to Make Home Page of Minimum Theme a Blog #922
    road2ruin
    Member

    Can I do this, add the V.2 home php to V.1  if  I want two columns of posts on the V.1 front page? seems too easy and likely to screw up everything...my usual result.


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 1:25 pm in reply to: Where Are The Theme Specific Forums… #921
    road2ruin
    Member

    What David said...:)


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 11:58 am in reply to: column classes in Minimum V.1 #899
    road2ruin
    Member

    Thanks SZ. Will give it a shot. I am trying to put two columns into the feature widget on the front page of minimum v.1 - two columns of posts..

    http://blog.longrunpictures.com

     


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 20, 2012 at 8:20 am in reply to: feature image and excerpt in posts on front page #826
    road2ruin
    Member

    This can be closed since your suggestion worked so well.


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 19, 2012 at 6:44 pm in reply to: Feature images in Minimum V.2 header are Enormous #773
    road2ruin
    Member

    Gotcha...and thank you


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 19, 2012 at 4:02 pm in reply to: Feature images in Minimum V.2 header are Enormous #742
    road2ruin
    Member

    Sozo,  the answer from the help desk( Andrea) was to be found in the functions.php:

    To remove it, you will need to edit code in functions.php. It;s this section:

    /** Add the featured image section */
    add_action( 'genesis_after_header', 'minimum_featured_image' );
    function minimum_featured_image() {
    if ( is_home() ) {
    echo '<div id="featured-image"><img src="'. get_stylesheet_directory_uri() . '/images/sample.jpg" /></div>';
    }
    elseif ( is_singular( array( 'post', 'page' ) ) && has_post_thumbnail() ){
    echo '<div id="featured-image">';
    echo get_the_post_thumbnail($thumbnail->ID, 'header');
    echo '</div>';
    }
    }

    The second half in the else if area is what adds the image to the top of single posts.

    I have removed the featured image from the posts and that works with a clear header- ( clean top but less interesting) but I would love to be able to control for the size of the featured image. is there a reasonably simple coding change to allow for using the feature image but controlling for the size and alignment?

     

    Thanks


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 19, 2012 at 11:07 am in reply to: Feature images in Minimum V.2 header are Enormous #697
    road2ruin
    Member

    "This question should be submitted to the help desk. The help desk is for any issues you are having with the original theme function. But the media gallery cropping doesn’t effect thumbnails. What did you change the image size in functions.php to? Did you run Regenerate Thumbnails plugin after changing the size?"

    Will do, that, submit this to the help desk.

    I changed the size to 900x600 which how I cropped the header (sample) image- and now i have changed it back to the original 1600, 9999, TRUE

    I added : /** Add new image sizes */
    add_image_size( 'header', 1600, 9999, TRUE );
    add_image_size( 'feature image', 1600, 9999, TRUE );
    add_image_size( 'portfolio', 330, 230, TRUE );
    add_image_size( 'grid_thumb', 150, 150, TRUE );
    add_image_size( 'tiny_thumb', 90, 90, TRUE );

    to the functions.php

    I and ran Regenerate Thumbnails after I added the image sizes but before i changed the feature size.

    Thanks again.

     

     


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 18, 2012 at 9:15 am in reply to: feature image and excerpt in posts on front page #538
    road2ruin
    Member

    Worked a charm it did...Thank you, Mr. Wright. I am a fan of your photography by the way. I used Manhattan with many edits for my site and i use SmugMug as the back end for the slideshows et al. Seems to work. Enough about me. Thanks for the help


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 17, 2012 at 7:07 pm in reply to: Portfolio on the front page #505
    road2ruin
    Member

    I was going to copy and paste the code but made a different design decision- gonna stick with the 4 feature widgets fior now- thank you for your patience

     


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 17, 2012 at 5:19 pm in reply to: Portfolio on the front page #501
    road2ruin
    Member

    Works a treat now...did what I thought would work. Can I post the code I used in home.php and functions.php or is it too soon for that?

     

    Thank you


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 17, 2012 at 1:07 pm in reply to: Portfolio on the front page #457
    road2ruin
    Member

    Thank you SoZo...getting a 404 on the adding sidebar link- will check out the style rules in v.1


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 17, 2012 at 10:06 am in reply to: Where Are The Theme Specific Forums… #428
    road2ruin
    Member

    Thank you for your timely and elucidating response. I get that. And much appreciated. I have always liked the community forum code exchange. I will go there as I have many times before. I had thought the Portfolio question was an "easy" fix but the more I look the more I realize i don't see it. Patience Grasshoppa is my new mantra.


    Road2Ruin aka Michael LongRun Pictures

     
     
     

    November 17, 2012 at 9:36 am in reply to: Where Are The Theme Specific Forums… #421
    road2ruin
    Member

    So my experience today has been to ask for code help through the members portal and: GOOD NEWS get a very quick response but BAD NEWS be told that code and such were being handled over here. This will get better after the migration is complete I'm guessing but it is a little frustrating. Oh well...great looking Forum and love the Genesis thought process. Still looking for some code help though....


    Road2Ruin aka Michael LongRun Pictures

     
     
     

  • Author
    Posts
Viewing 17 posts - 1 through 17 (of 17 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