• 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

scottz

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 13 posts - 21 through 33 (of 33 total)
← 1 2
  • Author
    Posts
  • March 26, 2014 at 4:34 pm in reply to: Automate Simple Sidebar #96843
    scottz
    Member

    thanks, that may work, but will probably only show in the archive view. I'm using woo commerce, and I'd like to assign different sidebars to specific products. Any way to get simple sidebars to show up in the quick edit mode? That would be nice.

    Or is that not doable?

    January 13, 2014 at 12:52 pm in reply to: shopping cart recommendations #85011
    scottz
    Member
    This reply has been marked as private.
    December 13, 2013 at 9:35 am in reply to: shopping cart recommendations #78802
    scottz
    Member

    Yes, thanks Susan. I just spotted the plugin about a half hour ago. You have no idea how happy that makes me.

    December 13, 2013 at 9:04 am in reply to: Epik – images won't resize #78799
    scottz
    Member

    It seems very theme specific. I'm not having this problem with other WP sites at all.

    Check this out.

    Practice Areas

    The image is set to display at 200X200, yet it shows at 300X300.

    I've never seem this before.

    September 6, 2013 at 6:52 am in reply to: REmove breadcrumbs and meta #61050
    scottz
    Member

    Thanks Brad,

    Good info. I think it's actually fixed, but more because SHOPP finally installed their damn product correctly, with all the template files in place. But thanks for the info and links, I'll definitely use that going forward on other stuff.

    August 29, 2013 at 12:04 pm in reply to: Need blank template code #59575
    scottz
    Member

    I bring this question to you, because it's part of the same issue. I am working on trying to alter the template for this page, a shopp shopping cart. I'm trying to remove the breadcrumbs, date, and the hello world phantom post title.

    http://myic3.com/shop/
    http://myic3.com/shop/category/ic3-products/

    I took your advice, and created the separate template using the code you gave me which I am using as the custom page template, in this case, I was instructed by Shopp support to create one called shopp.php.
    http://optimizemyshopp.com/blog/an-explanation-of-shopp-templates-theme-vs-content/

    I did this using the code you supplied me, and then tried customizing the code thus:

    <?php
    /**
    * This file adds the Landing template to the Associate Child Theme.
    *
    * @author StudioPress
    * @package Generate
    * @subpackage Customizations
    */

    /*
    Template Name: Custom
    */

    // Add custom body class to the head
    add_filter( 'body_class', 'add_body_class' );
    function add_body_class( $classes ) {
    $classes[] = 'custom-template';
    return $classes;
    }

    // Remove header, navigation, breadcrumbs, footer widgets, footer
    /* add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' ); */
    /* remove_action( 'genesis_header', 'genesis_header_markup_open', 5 ); */
    remove_action( 'genesis_header', 'genesis_do_header' );
    /* remove_action( 'genesis_header', 'genesis_header_markup_close', 15 ); */
    /* remove_action( 'genesis_after_header', 'genesis_do_nav' ); */
    remove_action( 'genesis_after_header', 'genesis_do_subnav', 15 );
    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs');
    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );

    genesis();

    As you can see, I still see the breadcrumbs and such. Do you have any further suggestion how to remedy this?

    Thanks in advance for your expert advice!

    August 22, 2013 at 3:40 pm in reply to: Need blank template code #58287
    scottz
    Member

    That's kinda what I thought, just wasn't sure on the naming convention. Really good to know.

    Appreciate your time!

    August 22, 2013 at 9:42 am in reply to: Need blank template code #58216
    scottz
    Member

    Thanks for generously sharing your time Brad....

    You're saying the landing page template is part of associate, I didn't see it. If it isn't, how do I add it? Do I add a file to the ftp, or do I add to functions/php?

    Forgive me, this php and template stuff is a bit over my head.

    July 27, 2013 at 11:30 am in reply to: Soliloquy #52836
    scottz
    Member

    Thank you so much!

    February 18, 2013 at 12:51 pm in reply to: Add portfolio to associate theme #21057
    scottz
    Member

    Thanks, followed the instructions, set everything up. Created posts, etc., but he doesn't say to how to display the archive. What am I missing? Is there another set of instructions I missed.

     

     

    January 6, 2013 at 1:37 pm in reply to: add featured top to eleven40 theme #9969
    scottz
    Member

    Thanks Chris....editing php always makes me nervous. It worked. I guess I learn a little but each time.

    You guys are great!

    January 5, 2013 at 12:49 pm in reply to: add featured top to eleven40 theme #9764
    scottz
    Member

    That's great, worked like a charm. Easy. However, how do I now get rid of the main blog feed that comes after my 'home-featured' widget?

     

    December 14, 2012 at 8:38 pm in reply to: WordPress Caching issues, I think #5337
    scottz
    Member

    Indeed I did. That's what was so frustrating. I must have cleared my cache ten times or more, and still it stubbornly would not update my changes. I restarted my browser, tried it in chrome, and just about every other thing you can imagine. Seems like it must be a wp 3.5 issue. All my other sites with this theme seem to be fine.

     

     

  • Author
    Posts
Viewing 13 posts - 21 through 33 (of 33 total)
← 1 2
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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