• 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

CathyEarle

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 44 total)
1 2 3 →
  • Author
    Posts
  • December 8, 2016 at 6:31 pm in reply to: Layout broken – Latest WP update 4.7 #197326
    CathyEarle
    Member

    opps sorry - just realized the answer in in this thread

    December 8, 2016 at 6:30 pm in reply to: Layout broken – Latest WP update 4.7 #197325
    CathyEarle
    Member

    I have this same issue on one of my sites - can someone please link to the directions on how to upgrade manually - this site (Genesis) is quite out of date as it does not do the auto updates as the other sites I manage do.
    Thank you!

    March 23, 2016 at 6:21 pm in reply to: Yoast – Schema #182138
    CathyEarle
    Member

    thank you!!!

    January 14, 2014 at 11:20 am in reply to: Can't find where space above heading is coming from #85164
    CathyEarle
    Member

    Thank you so much Robin.

    It's always somewhere I would never think to look. Really appreciate the help.

    Cathy

    January 2, 2014 at 6:23 pm in reply to: Minimum Pro – White Background #82794
    CathyEarle
    Member

    Wrong CSS code should have read:

    `.site-inner {
    clear: both;
    padding: 0px;
    padding: 0rem;
    background: rgba(255,255,255,0.85);
    }

    December 19, 2013 at 5:57 pm in reply to: Customize Search Results Title #80358
    CathyEarle
    Member

    I have the same issue with the search results showing "Search Results for:" there is no result test when I search using the "Taxominies Filter" plugin. Also it appears on top of a large white box.

    How can I change the formatting and wording of this - remove the "for" and remove the white background/large padding around the search results?

    December 12, 2013 at 11:34 am in reply to: Minimum Theme – Featured image white space #78573
    CathyEarle
    Member

    I have this same issue with another site. I can't seem to figure out where the spacing comes from for the .site-inner part. I have tried the above but doesn't work on the : Catering Website

    When the site shrinks down to mobile size I have a large white space below the featured posts.

    November 25, 2013 at 3:11 pm in reply to: Minimum Pro Genesis SubNavigation #75571
    CathyEarle
    Member

    You are amazing. Thank you.

    November 15, 2013 at 3:35 pm in reply to: Minimum Theme – Featured image white space #73277
    CathyEarle
    Member

    You are fabulous! Thank you!

    November 15, 2013 at 3:20 pm in reply to: Minimum Theme – Featured image white space #73272
    CathyEarle
    Member

    Thank you .. that was helpful, however I still have white space under the featured image as well as above the bottom of the featured image section. I have put a border around the area so you can see what I mean.

    November 13, 2013 at 7:39 pm in reply to: Make Responsive Header non-responsive iPad Portrait #72854
    CathyEarle
    Member

    Thank you so much Lynne. I will do that. I know I agree it does look fine the way it is but .... the client doesn't understand responsive and wants me to make the site look the same as this other "non-responsive" site.

    November 13, 2013 at 2:24 pm in reply to: Genesis Featured Widget Amplified — Dead Plugin? #72758
    CathyEarle
    Member

    Hope it works for you. Definitely saved me I really needed that plugin to work.

    November 13, 2013 at 1:58 pm in reply to: Genesis Featured Widget Amplified — Dead Plugin? #72752
    CathyEarle
    Member

    I use a PC to work on my websites which is where I was having the issue with the widget - when I make the changes using my MacBook Pro (I tied this last night at home) I don't have any issues with changing the widget options? I use Google Chrome on both PC and Mac.

    Is it possible that the PC is causing the drop downs in the widgets to not function properly?

    November 12, 2013 at 9:02 pm in reply to: Genesis Featured Widget Amplified — Dead Plugin? #72606
    CathyEarle
    Member

    Just noticed the same thing. Really need to use this plugin to make the title of the post link and have it be above the image rather than below. If there is another way of doing this great but at the moment I am having the same issue. The drop downs wont stay open.

    November 8, 2013 at 2:49 pm in reply to: Structural wraps and navigation in header right widget #71781
    CathyEarle
    Member

    I implemented the code above and it works but ......

    I guess I was confused about how the structural wrap works. What I actually want to do is have certain words within the navigation appear on two lines. So for example if the word was Summer Adventures instead of the words appearing beside each other they sit one below the other like

    Summer
    Adventures

    I see another type of example used on this site's navigation: http://genesistutorials.com/ where there is a main menu then smaller descriptive words underneath. I'd like the ability to do either. Not sure what I should search for in the forum to find the answer to this?

    November 8, 2013 at 11:08 am in reply to: Structural wraps and navigation in header right widget #71693
    CathyEarle
    Member

    Thanks so much for the response "AnyName" I'll see if I can use your work around. Appreciate you sharing.

    November 7, 2013 at 7:43 pm in reply to: Structural wraps and navigation in header right widget #71590
    CathyEarle
    Member

    I'm working on Minimum Theme and would like to do this also - wrap in the custom menu section.

    Any updates on this or work arounds?

    November 7, 2013 at 7:12 pm in reply to: Show Blog date on certain pages #71581
    CathyEarle
    Member

    I'm using the minimum pro theme and trying to to the same thing (remove date and category from specific categories) but nothing is working.

    I have tried removing them from all the pages using the code below but no success:

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

    Also tried the following link - no luck.
    http://wpsites.net/web-design/remove-post-meta-pages-posts-archives/

    Tried adding to CSS: no luck:

    `// Removes Post Info From Team Page
    .category-31 .post-meta,
    .categories,
    .tags {
    display: none !important;
    }

    For now I've resorted to removing them from Genesis Simple Edits but it doesn't resolve my issue with only wanting to remove them from certain category pages.

    Suggestions?

    November 6, 2013 at 2:12 pm in reply to: Navigation – CSS Color change #71304
    CathyEarle
    Member

    Thanks Andrea for the "background-color" guidance. I managed to fix that issue but now have an issue with white borders showing around all each of the menu items. Any tips on where I should look to remove these?

    November 6, 2013 at 12:24 pm in reply to: Navigation – CSS Color change #71285
    CathyEarle
    Member

    Thanks. I don't want it to go back to the black background colour though - I want it to stay white with a black font. I've tired a ton of different combos with no luck.

    Not sure exactly which section in the CSS nav I should be changing to fix it.

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

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