• 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

cdils

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 - 361 through 380 (of 416 total)
← 1 2 3 … 18 19 20 21 →
  • Author
    Posts
  • January 27, 2013 at 9:41 am in reply to: Add specific text to specific tag page? #15301
    cdils
    Participant

    Hey Bjorn,

    Try going to Posts > Tags and edit the tag in question. You'll see an area for an Archive Headline and Archive Intro Text. That should do the trick!

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:39 am in reply to: Minimum Theme: Rotate Home Page Image #15300
    cdils
    Participant

    Hi Anita,

    Can you post a link? You may need to edit the CSS for the slider to be the same dimensions. Also, do you use Firebug? That should show you where the border is coming from so that you can remove that from your CSS.

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:33 am in reply to: Simple Social Icons – RSS shows Dribble #15296
    cdils
    Participant

    Hi Tracy,

    Not sure if you ever found resolution for this aside from the CSS edit discussed in the old thread. If you are, you might try posting on the plugin's support forum and see if you get a better response there. ๐Ÿ™‚

    http://wordpress.org/support/plugin/simple-social-icons

    Cheers,

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:29 am in reply to: minimum theme featured image problem #15295
    cdils
    Participant

    Hi there,

    Not sure if you're still having trouble or not. Have you seen the new Genesis Minimum Image Extender plugin?

    http://wordpress.org/extend/plugins/genesis-minimum-images-extended/

    This might be a non-coding solution for you. ๐Ÿ™‚

    Otherwise, you could add in a conditional to your code to make sure you're not on a single portfolio page:
    if ( !is_singular( 'portfolio' ) ) {
    // print the image
    }

    Cheers,
    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:24 am in reply to: Show post_meta in archive listing page #15293
    cdils
    Participant

    Hi there,

    I took a look at your test page and looks like you got things working properly? Let me know if you still need help.

    Cheers,

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:22 am in reply to: get rid of embedded style in head (Modern-Blogger) #15290
    cdils
    Participant

    Hi there,

    My first thought would be to remove support for the custom header in functions.php (assuming you're not using it). I don't have access to the Modern Blogger theme, so I'm not 100% sure if that's a solution. Can you post a link to your site?

    You can always add an !important declaration to your CSS element to override the #header, like this:

    #header {

    background: url(whatever.png) no-repeat !important;

    }

    Cheers,

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:15 am in reply to: style on Search page #15289
    cdils
    Participant

    Hey there,

    Still needing help? Can you post a link to your search archive page?

    Thanks,

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 27, 2013 at 9:11 am in reply to: Categories as a list rather than all expanded?? #15288
    cdils
    Participant

    Hi there,

    Go to Genesis > Theme Settings and look for the Content Archives section. You can uncheck the featured image, select "show post content" from the drop down and set the number of characters to zero. I think that'll do the trick for you!

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 25, 2013 at 2:58 pm in reply to: Add Filter to Allow Shortcodes in Category Description #14768
    cdils
    Participant

    No problem! I was thinking you could do HTML in there, but not sure about PHP - maybe a security issue? Sorry I'm not much help!


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 25, 2013 at 10:25 am in reply to: Add Filter to Allow Shortcodes in Category Description #14615
    cdils
    Participant

    Have you tried using the category "archive intro text" instead of the category description? Not sure if it parses text out the same way or not. Just a shot in the dark. ๐Ÿ™‚


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 25, 2013 at 10:20 am in reply to: I cant login to My Studiopress #14612
    cdils
    Participant

    Hey there, shoot an email to support @ copyblogger.com ATTN: Rebecca. She'll get you sorted out.

    ๐Ÿ™‚


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 25, 2013 at 8:31 am in reply to: Minimum Theme: Rotate Home Page Image #14588
    cdils
    Participant

    The original image in the demo is 1600x600. ๐Ÿ™‚


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 5:29 pm in reply to: Removing Division on Landing Page and Best Practices #13906
    cdils
    Participant

    Hi Wolfgang,

    I'm not sure I totally understand your first question. I *think* if you're using a landing page template (a la Brian's tutorial), it shouldn't pick up your featured area?

    But to your second question, there is nothing "wrong" with referencing another php file from your functions.php. I find it a nice way to maintain custom code separately from functions.php (I like to switch themes a lot!). I think it probably boils down to a matter ofย  developer preference, but to my knowledge, you are fine to approach it either way.

    Cheers,

    Carrie

     


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 5:09 pm in reply to: How about just getting some questions answered? #13899
    cdils
    Participant

    Hi there,

    This is a community forum, so answers are supplied by unpaid volunteers of the StudioPress community as a help to each other. That said, I'm sorry that you haven't gotten a response - that happens sometimes despite our best efforts.

    The revamped StudioPress site now includes a 1:1 support option. You can submit a support ticket at any time via My StudioPress > Get Help on the top menu. I'd encourage you to continue to use the forums, but certainly submit a support ticket if you find your question(s) aren't being answered.

    Hope that helps. ๐Ÿ™‚

    Carrie

     


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 5:04 pm in reply to: Minimum Theme: Rotate Home Page Image #13895
    cdils
    Participant

    For those individual posts you can go to the Edit Posts > Theme SEO Settings and opt to make the page not archived and not indexed. ๐Ÿ™‚


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 5:01 pm in reply to: Move post info after excerpt #13894
    cdils
    Participant

    Maybe try something like this...

    /** Remove the post info function */
    remove_action( 'genesis_before_post_content', 'genesis_post_info' );

    And then add it back in with the post meta...

    /** Add the post info function */
    add_action( 'genesis_after_post_content', 'genesis_post_info', 5 );

    Side note...the 5 at the end of the function should position the post info before the post excerpt.

    Now if you want this to happen on the home page ONLY and not on the others, we can wrap the above code in a conditional, like this:

    /** Customize location of post info function */

    remove_action( 'genesis_before_post_content', 'genesis_post_info' );

    add_action( 'genesis_after_post_content', 'lifestyle_custom_post_info' );
    function lifestyle_custom_post_info() {
    ย ย  if ( is_home() || is_front_page() ) {

    ย ย ย ย  genesis_post_info();

    ย ย  }
    }

    I didn't test the code, so proceed with caution, but I think that's the idea!

    Cheers,
    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 4:38 pm in reply to: I cant login to My Studiopress #13876
    cdils
    Participant

    I'll see if I can get someone to sort that out for you. Stay tuned...


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 4:34 pm in reply to: First site launch of 2013 for me #13871
    cdils
    Participant

    @Ozzy, lucky for you they didn't want to move all those pages. ๐Ÿ˜‰


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 4:28 pm in reply to: First site launch of 2013 for me #13866
    cdils
    Participant

    Nice, Ozzy! I like the colors.

    I noticed the bottom-most right link for Testmaker 6 looks like maybe it's linking to the old site?


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    January 22, 2013 at 4:19 pm in reply to: Minimum Theme: Rotate Home Page Image #13864
    cdils
    Participant

    Another option is to use the Genesis Responsive Slider, create posts using the desired images as the post featured image, and then set the slider to "do not link to post".

    You'll have to modify functions.php (like Goddess said, around line 70) to remove sample.jpg and insert the slider, like this:
    if ( is_home() ) {
    echo '<div id="home-featured"><div class="wrap">';
    genesis_widget_area( 'home-slider', array( 'before' => '<div class="home-slider widget-area">', ) );
    echo '</div></div>';
    }
    Cheers,

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. ๐Ÿ™‚

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

  • Author
    Posts
Viewing 20 posts - 361 through 380 (of 416 total)
← 1 2 3 … 18 19 20 21 →
« 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