• 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

cehwitham

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 8 posts - 381 through 388 (of 388 total)
← 1 2 3 … 18 19 20
  • Author
    Posts
  • February 18, 2013 at 3:48 am in reply to: How to set current_menu_item for Portfolio page #20946
    cehwitham
    Participant

    Hi,

    Looking at your website this issue has now been resolved? I'm seeing current page indications (orange bg) on the portfolio and tag pages.

    If it's not behaving as you want, please provide some more information and I'll take a look.

    Chris


    Twitter: cehwitham Web: cehwitham.com

    February 18, 2013 at 3:44 am in reply to: Google rich snippet – Warning #20945
    cehwitham
    Participant

    Hi Maria,

    I can't see the dates outputting on your site.

    Could you just add the updated class to the published date? Would that satisfy Google?

    Alternatively if Google / your requirements need both dates but you only want to show one of them, I think you'd be forced to hide the second one with CSS.

    Chris


    Twitter: cehwitham Web: cehwitham.com

    February 18, 2013 at 3:36 am in reply to: Need Padding Above h2 , cant figure it #20944
    cehwitham
    Participant

    It appears you are running some kind of minify / caching script. Did you clear your cache after updating the style.css file?

    Chris


    Twitter: cehwitham Web: cehwitham.com

    February 17, 2013 at 6:02 pm in reply to: Corporate (Version 1.1) Site title still displaying in header #20905
    cehwitham
    Participant

    Hi Nicole,

    I'm not sure quite how you're trying to remove the text, or how you've done it previously but if you find the functions.php file in your wp-content/themes/corporate/ you can add the follow two lines of code to remove the title and description from the header.

    remove_action( 'genesis_site_title', 'genesis_seo_site_title' );
    remove_action( 'genesis_site_description', 'genesis_seo_site_description' );


    Twitter: cehwitham Web: cehwitham.com

    February 17, 2013 at 5:59 pm in reply to: Need Padding Above h2 , cant figure it #20904
    cehwitham
    Participant

    In style.css you need to add something like:

    .attachment-home-top {
    margin-bottom:20px;
    }


    Twitter: cehwitham Web: cehwitham.com

    February 17, 2013 at 5:54 pm in reply to: Help Adding a Widget Area to Genesis Magazine Child Theme Header #20903
    cehwitham
    Participant

    Hi,

    I think you're over complicating this a bit. There's actually no need to duplicate the header.php file and location (although this is common when editing some other child themes that aren't based on Genesis).

    I suggest you start by reading up on hooks here: http://my.studiopress.com/docs/hooks/
    What you essentially need to do is (this can all be done in functions.php in your child theme)

    Remove the title and tagline:

    remove_action( 'genesis_site_title', 'genesis_seo_site_title' );
    remove_action( 'genesis_site_description', 'genesis_seo_site_description' );

    Then write a function to output your widget area (note you will need to register your widget area too):

    function output_my_logo(){

    if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar( 'logo' ) ) {
    }

    }

    Then add this function to the header using:

    add_action( "genesis_site_title", "output_my_logo");

    I hope this helps.

    Chris


    Twitter: cehwitham Web: cehwitham.com

    February 17, 2013 at 5:46 pm in reply to: Search Form Placement and Customization #20901
    cehwitham
    Participant

    Hi Penny,

    Not entirely sure how you want this to look in the end, the layout doesn't look bad to me in its current state.

    I think the Gravity Form styles are overiding whatever you're trying to change on the button. Try being more specific with your CSS selector or placing your button styles after the GF styles in style.css (it looks like the GF styles are around line 1741). Look for:
    div.gform_footer input.button,input[type="button"], input[type="submit"]
    Putting something like #header .widget area input[type=submit'] { your styles here;} might work.

    Chris


    Twitter: cehwitham Web: cehwitham.com

    February 17, 2013 at 5:39 pm in reply to: add div parallel with breadcrumbs div #20900
    cehwitham
    Participant

    Hi Alex,

    Breadcrumbs

    There is some information on the link above regarding changing the breadcrumbs. If you look at the last example, you should be able to modify the suffix or prefix markup to contain your additional div and then style it accordingly.

    Alternatively you could write a new function to output your code and hook it onto genesis_before_loop but this would have it separate from the breadcrumb loop and I believe you want it mixed in.

    Hope this helps.

    Chris


    Twitter: cehwitham Web: cehwitham.com

  • Author
    Posts
Viewing 8 posts - 381 through 388 (of 388 total)
← 1 2 3 … 18 19 20
« Previous Page

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