• 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

ezines

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 27 total)
1 2 →
  • Author
    Posts
  • April 8, 2017 at 10:22 am in reply to: Relaunched my GenesisWP Site – Feedback!? #204504
    ezines
    Participant

    I like it!

    It does feel a bit busy/cluttered though. A little more vertical whitepsace in each content area might help.

    March 24, 2014 at 11:05 am in reply to: Move Wintersong Responsive Menu? #96427
    ezines
    Participant

    Thanks Andrea. I did that on the 22nd right after my prior post.

    March 22, 2014 at 11:35 pm in reply to: Move Wintersong Responsive Menu? #96131
    ezines
    Participant

    How about theme support team? Do you know how to do this?

    March 11, 2014 at 10:12 pm in reply to: Move Wintersong Responsive Menu? #94370
    ezines
    Participant

    Does anyone have a clue how to do this?

    March 9, 2014 at 12:19 pm in reply to: Move Wintersong Responsive Menu? #94063
    ezines
    Participant

    Moving this to General Discussion.

    March 9, 2014 at 12:16 pm in reply to: Move Wintersong sidebar? #94062
    ezines
    Participant

    Worked perfectly!

    Thank you Lynne,

    March 9, 2014 at 8:58 am in reply to: Move Wintersong sidebar? #94040
    ezines
    Participant

    I understand that the sidebar is actually the header. Still want it on the right side, not left.

    January 1, 2014 at 11:11 pm in reply to: WP Query to exclude category? #82619
    ezines
    Participant

    Figured it out!

    In case someone else needs it:

    - changed approach to include instead of exclude, which didn't work

    - cat parameter isn't usable for products

    - used product_cat and category slugs to include all categories except ones to be excluded

    $my_query = new WP_Query('posts_per_page=12&post_type=product&product_cat=category-slug-1,category-slug-2,category-slug-3

    December 30, 2013 at 8:33 pm in reply to: WP Query to exclude category? #82212
    ezines
    Participant

    I'm a PHP newbie. No idea what to do with your code.

    Here's full code snippet:

    <?php $slider_cat = 1; if($th_options['th_featured_carousel_cat'] != '') { $slider_cat = 
    implode(",", $th_options['th_featured_carousel_cat']); } 
    $my_query = new WP_Query('posts_per_page=12&post_type=product);
            while ($my_query->have_posts()) : $my_query->the_post();
            $image_id = get_post_thumbnail_id();
            $image_url = wp_get_attachment_image_src($image_id,'carousel');
            $image_url = $image_url[0]; ?>

    Where/how do I add new code?

    December 30, 2013 at 10:50 am in reply to: Website Hacked Modern Blogger theme #82089
    ezines
    Participant

    What you wrote is the same as saying, "my car's engine is making loud noises and smoking but I'm going to drive 300 miles and then I'll get it fixed."

    It's a waste of time and effort to get your site running without first removing the cause of the hack and securing it. I learned the hard way that hackers plant hidden doors so they can get back into your site.

    December 30, 2013 at 12:11 am in reply to: Website Hacked Modern Blogger theme #81973
    ezines
    Participant

    Fixing your theme won't keep the hackers out, nor will just a security plugin.

    I highly recommend the guys at WP Security Pros - wpsecurity.com

    They repaired three hacked sites for me and none have been re-hacked. Also reduced pageload times and repaired code errors.

    January 18, 2013 at 1:30 pm in reply to: Remove Post Meta from Home Page #12905
    ezines
    Participant

    FireSamurai - Thanks again!

    I kept playing with your code. It was very close, just missing a couple of exclamation marks:

    function my_remove_post_meta() {
    if ( !is_home() || !is_front_page() ) {
    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
    }}

    January 18, 2013 at 10:45 am in reply to: Remove Post Meta from Home Page #12875
    ezines
    Participant

    Thanks FireSamurai, but that did not work.

    None of the remove post meta functions seem work on this theme.

    This is from the SP code snippets page and it also does not work. Meta remains across the theme:

    /** Remove the post meta function */
    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );

    I've also tried a variety of things all over the Simple Hooks plugin.

    I sincerely thank to community for offering assistance.

    It's getting to be WAY PAST TIME for some help from Studiopress support.  Is anyone out there?

    January 15, 2013 at 10:57 pm in reply to: Support Tickets are a JOKE!!!! Really, Studiopress??? #12214
    ezines
    Participant

    BTW, "ezines" is short for "ezines2001" @my-fave-email.  When I began using it, 2001 was so far in the future that I didn't even consider that one day it would be ancient.  That's how/why my lists have over 200,000 subscribers.

    January 15, 2013 at 10:46 pm in reply to: Support Tickets are a JOKE!!!! Really, Studiopress??? #12209
    ezines
    Participant

    That's one of the things that makes the web so wonderful... you often don't really know whom you're dealing with and just how much influence they may have.

    Despite of my (our) lack of coding knowledge, my business partners and I have deep skills in other areas and we're highly sought-after for WP meetup presentations.

    Good S-U-P-P-O-R-T is the number-one thing I look for with any product or service, and I tell everyone who'll listen how important support is.

    I have repeatedly slammed Woothemes to our email lists with over 200,000 subscribers total, and at every WordPress meetup where I've made presentations or attended.  People thank me profusely in-person and by email.

    January 15, 2013 at 10:20 pm in reply to: Support Tickets are a JOKE!!!! Really, Studiopress??? #12204
    ezines
    Participant

    I second that... but it seems that when you speak up you are passive-aggressively censored.

    So you can now expect to have your forum posts ignored by moderators, as mine have been.

    In addition, anything you ask via support becomes a "customization" outside of their scope.  In short, go pay someone to get the answers that you used to get in the old forum.

    And it's not just here at... Woothemes is now far worse than this!  I guess the new trend in selling themes is, "We're so big that we no longer have to care about each of you anymore."

    BTW, I've stuck my neck out and responded to this post in the interest of making things better, which I believe was Robin's intention as well.

    January 15, 2013 at 9:52 pm in reply to: Remove Post Meta from Home Page #12197
    ezines
    Participant

    Thanks Barney.

    No home.php in this theme

    Does anyone have a clue?

    January 15, 2013 at 9:50 pm in reply to: Remove link from Pretty Pictures header? #12195
    ezines
    Participant

    Ideas, thoughts, educated guesses?

    January 15, 2013 at 9:49 pm in reply to: Add logo to Pretty Pictures navbar? #12194
    ezines
    Participant

    Anyone have a clue?

    January 13, 2013 at 11:43 pm in reply to: Remove link from Pretty Pictures header? #11759
    ezines
    Participant

    I was able to hide the link using CSS,

    home  .navigation { display: none;  }

    But the link is still in the page code.

    How do I remove it completely?

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

© 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