• 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

Dan

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 30 total)
1 2 →
  • Author
    Posts
  • September 25, 2014 at 10:58 pm in reply to: AgentPress Search Listings Duplicated #125768
    Dan
    Participant

    Jen - you rock so hard you boulder! I had no idea that was there and it would cause that - thank you so so much!

    I'm off to try and restore some grey hair...

    September 22, 2014 at 5:51 am in reply to: AgentPress Pro Search Page #125291
    Dan
    Participant

    Hey Andrea,
    Many thanks! Plugin updated and she's all good to go!

    September 21, 2014 at 9:23 pm in reply to: AgentPress Pro Search Page #125248
    Dan
    Participant

    Ahh, thanks Sridhar! That's good to know, I'll follow that up right away.

    August 20, 2014 at 5:03 am in reply to: Mailchimp & SSL (using eNews Extended plugin) #119968
    Dan
    Participant

    Don't mind me - found a solution...

    Looks like Mailchimp have updated the form action code in between the time I first added it to the site and today's first round of testing. They now provide a protocol relative version. WIN!

    May 24, 2014 at 7:08 am in reply to: Adding Conditional Pagination to Pages #106587
    Dan
    Participant

    Hi Tom,
    Many thanks for your help!

    I didn't think to try hide that link with CSS, so I'll go play around, see if I can't get that to do the job.

    🙂

    March 29, 2014 at 9:14 pm in reply to: Selective display of posts in CPT on archive page #97367
    Dan
    Participant

    Quick update - just realised need to add an

    if(!is_admin()){

    conditional unless you want to hide the items in the dashboard too!

    🙂

    March 24, 2014 at 4:37 pm in reply to: Selective display of posts in CPT on archive page #96491
    Dan
    Participant

    That, Brad, is EXACTLY what I wanted to do - thank you so much!

    September 30, 2013 at 1:55 am in reply to: Going Green 3.0.0 – Featured Image for Static Homepage? #64753
    Dan
    Participant

    NM - just worked it out...

    Modify line 80 in functions.php from is_single to is_page.

    🙂

    September 30, 2013 at 1:46 am in reply to: Going Green 3.0.0 – Featured Image for Static Homepage? #64751
    Dan
    Participant

    Howdy sparkleseo!
    Did you find a workaround for this? Just running into exactly the same issue.

    Thanks!

    September 13, 2013 at 7:07 pm in reply to: Minimum Pro: Front Page Featured Image Thumbnails #62426
    Dan
    Participant

    Hi @baconzoo - yeah I did the old copy / paste trick, but that grid loop section wouldn't pick up the code tags, so it's presented as text. Been caught out like that a couple times myself. Glad you got it sorted though. 🙂

    September 11, 2013 at 5:44 am in reply to: Minimum Pro – Thumbnails with latest posts on home page? #61887
    Dan
    Participant

    Hi Kipley,
    If you're still looking to do this (I noticed you'd switched themes on the link above), I was looking for a similar solution and worked out what needed to be done. Hope this helps!

    Dan

    September 11, 2013 at 5:40 am in reply to: Minimum pro 3.0 issue #61884
    Dan
    Participant

    I did, yes! (Updated my own forum post on the topic with the 'how')

    Thank you for the follow up, much appreciated

    🙂

    September 10, 2013 at 1:03 am in reply to: Minimum pro 3.0 issue #61630
    Dan
    Participant

    Never mind - worked it out!

    September 10, 2013 at 12:58 am in reply to: Minimum Pro: Front Page Featured Image Thumbnails #61627
    Dan
    Participant

    Wohoo! Figured it out. For reference for others:

    In functions.php, add your desired image sizes

    
    //* Add new image sizes
    add_image_size( 'portfolio', 540, 340, TRUE );
    add_image_size( 'your-thumbnail-image-name', 240, 100, TRUE );
    

    (Note: If you do this after uploading the images you want to use, grab the Regenerate Thumbnails plugin and run it)

    Next modify the following grid loop helper section of front-page.php to:

    `//* Genesis grid loop
    function minimum_grid_loop_helper() {

    if ( function_exists( 'genesis_grid_loop' ) ) {
    genesis_grid_loop( array(
    'features' => 0,
    'feature_image_size' => 0,
    'feature_content_limit' => 0,
    'grid_image_size' => 'insert-your-thumbnail-image-name-you-created-here',
    'grid_image_class' => 'alignleft post-image',
    'grid_content_limit' => 200,
    'more' => __( '[Read more]', 'minimum' ),
    ) );
    } else {

    genesis_standard_loop();

    }

    }
    `
    And that should do you.
    🙂

    September 9, 2013 at 6:27 pm in reply to: Minimum pro 3.0 issue #61604
    Dan
    Participant

    Hi OP!
    Sorry to hijack your thread - I've a post up that references your site here as I'm trying to get the featured image thumbnails on the front page as you have done.

    Can you tell me, did you do anything special, or am I just completely overlooking something? (Not unheard of!)

    Many thanks, and again, apologies for the intrusion.

    Dan

    April 9, 2013 at 3:25 am in reply to: Google Authorship Not Working #34239
    Dan
    Participant

    Hi jordydme,
    Can you try adding the profile URL in the site's header and footer scripts section (rather than on the user profile) please?

    As per Greg Rickaby's excellent post on the subject:

    Step 1) Log into your WordPress dashboard and go to: Genesis -> Theme Settings -> Header and Footer Scripts
    Step 2) Paste your Google+ Profile URL

    Step 3) Save
    Step 4) Test

    Also, if you have any caching plugins running make sure you clear them before step 4.

    Let us know how you go!

    February 7, 2013 at 5:56 pm in reply to: Executive Theme – How to maintain current marker on portfolio items #18788
    Dan
    Participant

    Glad to have helped!

    January 26, 2013 at 10:18 pm in reply to: Cart66 Integration on responsive child theme #15239
    Dan
    Participant

    Hi Michele,
    I've had similar issues when using Gravity Forms before. To the best of my understanding, the plugin is not responsive, so you would need to add custom CSS styles to its fields for the lower size screen resolutions.

    Of note too - you may find http://www.studiopress.com/responsive/ useful for helping you with those smaller screen sizes!

    HTH

    January 19, 2013 at 10:50 pm in reply to: Best Plugin for Member Login? #13224
    Dan
    Participant

    Hey Tyy,
    If you're still looking, there's a myriad of different options for member logins, but if you want to stick with something written by someone with a solid WP reputation for good coding practices, have a look at Justin Tadlock's Members plugin.

    It's a while since I've needed it myself, but I recall it being pretty easy to use and setup.

    Hopefully it'll meet your needs!

    Dan

    January 19, 2013 at 10:23 pm in reply to: Executive Theme – How to maintain current marker on portfolio items #13220
    Dan
    Participant

    Hey nightingale,
    I'll have a stab at the URL change, I'm working on a site using Executive at the moment so I'll see what I can do. In the child theme functions.php, you should see this block of code:

    /** Create portfolio custom post type */
    add_action( 'init', 'executive_portfolio_post_type' );
    function executive_portfolio_post_type() {
    register_post_type( 'portfolio',
    array(
    'labels' => array(
    'name' => __( 'Portfolio', 'executive' ),
    'singular_name' => __( 'Portfolio', 'executive' ),
    ),
    'exclude_from_search' => true,
    'has_archive' => true,
    'hierarchical' => true,
    'menu_icon' => get_stylesheet_directory_uri() . '/images/icons/portfolio.png',
    'public' => true,
    'rewrite' => array( 'slug' => 'portfolio' ),
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes', 'genesis-seo' ),
    )
    );
    }

    If all you have to work on is the 'live' site, give yourself a fall back and duplicate the code, rather than modifying it (which might break something). Substitute 'portfolio' for 'our-fleet':

    /** Create portfolio custom post type */
    add_action( 'init', 'ourfleet_post_type' );
    function ourfleet_post_type() {
    register_post_type( 'ourfleet',
    array(
    'labels' => array(
    'name' => __( 'Our Fleet', 'executive' ),
    'singular_name' => __( 'Our Fleet', 'executive' ),
    ),
    'exclude_from_search' => true,
    'has_archive' => true,
    'hierarchical' => true,
    'menu_icon' => get_stylesheet_directory_uri() . '/images/icons/portfolio.png',
    'public' => true,
    'rewrite' => array( 'slug' => 'our-fleet' ),
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes', 'genesis-seo' ),
    )
    );
    }

    You'll need to re-save your permalinks once done, but that should add a second custom post type called 'Our Fleet'. Test it by duplicating a couple of the trucks you already have. If it's all working, duplicate the remaining posts across. (You may be able to find a change-post-type plugin that can help you here if there's too many)

    I would also recommend making a note of the old URLs and redirecting them to the new ones once you're done too - no point hobbling yourself with dead urls (if you remove the old /portfolio items) or duplicate content (if you don't) in the search engine race... Look for the 'Simple 301 Redirects' plugin if you're not up for getting your hands dirty in your .htaccess file.

    Of course, if any one has a better / more efficient method, I'll defer to greater minds!

    HTH

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

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