• 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

Genesis Child

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 26 total)
1 2 →
  • Author
    Posts
  • July 4, 2014 at 1:31 pm in reply to: How can you make breadcrumbs show the url of a page instead of the title #112988
    Genesis Child
    Member

    Ok. I actually figured out how to do this on my own. It was actually very simple and the solution kind of ironic....

    ... you can do it using the Yoast SEO plugin options in the advanced settings on page....

    facepalm

    July 3, 2014 at 4:01 pm in reply to: Has anyone else lost the ability to set page attribute to landing page? #112904
    Genesis Child
    Member

    False Alarm.

    User Error :/

    June 25, 2014 at 3:04 am in reply to: Remove Tags and Category Meta from Blog Roll Excerpts ONLY #111434
    Genesis Child
    Member

    Hi Neil,

    Nope. That one does not work either. That one doesn't remove tags or categories from either post excerpts or posts ๐Ÿ™

    June 25, 2014 at 2:31 am in reply to: Remove Tags and Category Meta from Blog Roll Excerpts ONLY #111428
    Genesis Child
    Member

    It's weird because I have tried this code too, which is also supposed to be able to solve my problem:

    /** Customize the post meta function - Crunchify Tips*/
    add_filter( 'genesis_post_meta', 'crunchify_post_meta_filter' );
    function crunchify_post_meta_filter($post_meta) {
    if ( !is_page() && !is_home() && !is_front_page() && !is_archive()) {
    $post_meta = '[post_categories before="Filed Under: "] [post_tags before="Tagged: "]';
    return $post_meta;
    }}

    But this isn't working either. Removes tags and categories from post excerpts and the actual posts too...

    ๐Ÿ™

    June 25, 2014 at 2:23 am in reply to: Remove Tags and Category Meta from Blog Roll Excerpts ONLY #111426
    Genesis Child
    Member

    Hi Neil,

    No it is removing it from both. My site is not live yet. Can I provide you with anything else?

    functions.php?

    Thanks,

    GC

    June 25, 2014 at 1:48 am in reply to: Remove Tags and Category Meta from Blog Roll Excerpts ONLY #111414
    Genesis Child
    Member

    Hi Neil,

    Thanks for getting back to me.

    I tried that. It removes the tags and category meta from the post and the post excerpts though. I just want to remove the tags and category meta from the post excerpts, not from the posts themselves.

    Any other ideas?

    Thanks,

    GC

    June 22, 2014 at 12:48 am in reply to: Sticky Menu Not Working #111027
    Genesis Child
    Member

    OK, I figured out what the problem was. I had not removed the existing code from the style sheet, this code here:

    /* Secondary Navigation
    --------------------------------------------- */

    Stup!

    GC

    June 1, 2014 at 12:04 am in reply to: Mobile Responsive Hierarchy Menu with Hamburger #107708
    Genesis Child
    Member

    Solved my own problem:

    Responsive Website Navigation for Genesis WordPress Themes

    Works great.

    If anyone else has any other ways of doing that you are willing to share. By all means do.

    GC

    May 31, 2014 at 10:46 pm in reply to: Mobile Responsive Hierarchy Menu with Hamburger #107704
    Genesis Child
    Member

    Wouldn't let me edit the original post again, lol.

    Ideally if I could stop my sub pages 'springing out' to the right (or left) and kind of just have them open up as further drop downs this would be ideal so they don't end up spanning all the way across the screen.

    So like this:

    Page
    _Page 1
    _Page 2
    _Page 3
    __Page 3.1
    __Page 3.2
    __Page 3.3
    ___Page 3.3.1
    ___Page 3.3.2
    ___Page 3.3.3

    Instead of:

    Page
    _____Page 1
    _____Page 2
    _____Page 3
    ____________Page 3.1
    ____________Page 3.2
    ____________Page 3.3
    _____________________Page 3.3.1
    _____________________Page 3.3.2
    _____________________Page 3.3.3

    Thanks ๐Ÿ˜‰

    May 27, 2014 at 2:17 pm in reply to: Post Categories not showing in Footer 1 #107041
    Genesis Child
    Member

    Ok, I figured it out.

    It was because I didn't have any post actually in the categories yet. I made a test post and assigned it to one of the categories and now that category is showing.

    Resolved,

    GC

    May 23, 2014 at 1:33 pm in reply to: Social media icons in the bottom of a post #106522
    Genesis Child
    Member

    I'm having some problems with this too. It's working and everything but I don't know how to style my css to get it to look the way I want it too.

    If someone wants to have a look I can privately send you my url (it's a new site and I don't want to skew my traffic analytics).

    I am also prepared to pay someone to do this. As long as you are completely transparent with me about how long it will take you to do and how much it will cost I will pay you in advance.

    Any takers?

    May 20, 2014 at 5:19 am in reply to: Verifying Google Plus Page #105983
    Genesis Child
    Member

    Ok disregard all of that. (My last post that is [the one above this post] - in fact if a moderator could delete that so that no poor unsuspecting sole goes and does that to there site... IT DOES NOT WORK.

    It said it was working from Googles end... but it broke my site in actuality and I had to reverse it i.e. I have now removed the code.

    Still stuck :/

    May 20, 2014 at 5:05 am in reply to: Verifying Google Plus Page #105979
    Genesis Child
    Member

    Ok. So I've done it.

    This is what I did.

    (I'm using Genesis-Sample)

    1) Go to Genesis tab and hover
    2) Hover displays 'Theme Settings' and 'Import/Export' - select theme settings
    3) Scroll to the bottom of 'Theme Settings' to a sub-heading that says: 'Header and Footer Scripts'
    4) In the 'wp_head()' section put the code Google gave you in there.

    Then go back to your Google+ page and select 'verify website'

    Voilร !

    May 20, 2014 at 4:55 am in reply to: Verifying Google Plus Page #105978
    Genesis Child
    Member

    Ok... so Google is telling us to do it incorrectly then?

    https://support.google.com/plus/answer/1713826?p=link_page_to_website&rd=1

    As per Google in the link above

    To link your Google+ Page to your website:

    Make sure you're using Google+ as your page.
    Click Profile on the left.
    On the ‘About’ tab, click the Link website button next to your website URL.
    Follow the steps in the box that appears:
    Copy and paste the code snippet provided to the <head> tag of your website and click the Test website button.
    We'll check to make sure you've added the snippet to your website correctly.
    Click Done when the check is complete.
    A verified checkmark checkmark will display next to your website on the 'About' tab of your page's profile. It may take a few days for the checkmark to appear.

    Or am I just not understanding the instructions correctly. I've done a few Google searches and allot of people say to put the code in the header.php ...

    May 19, 2014 at 10:36 pm in reply to: Verifying Google Plus Page #105965
    Genesis Child
    Member

    Hi Susan,

    Thanks for this info - it seems pretty straight forward - however when I go into the file depicted above the second line of text under <?php and Genesis Framework says this:

    * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
    * Please do all modifications in the form of a child theme.

    Scary!

    The only reason I searched and found this thread was because I wanted to put this code in my child theme but there does not appear to be a header.php file to add it too...

    Any ideas? Susan? Anyone?

    Please help!

    GC

    May 15, 2014 at 1:36 am in reply to: Text transform to underline when hovering page link in primary navigation menu #105242
    Genesis Child
    Member

    P.S.S.

    I'm having a good look at your website now. WOW! It's really cool. I like how the when you scroll down the home page it has those transparent sections where you can see the background image between the content containers.

    Very nice.

    Thanks again for your help I will mark this resolved ๐Ÿ˜‰

    May 15, 2014 at 1:26 am in reply to: Text transform to underline when hovering page link in primary navigation menu #105239
    Genesis Child
    Member

    WOW! So simple! You - are - a - LEGEND!

    This makes so much sense now. A total AHA moment. I am slowly bit by bit learning how all this stuff works and this has opened my eyes up to understanding more of how these Stylesheets work.

    Thank you so much for helping me with this, and thank you so much for being empathetic of my bounce rate.

    You are a really outstandingly efficient, helpful, and empathetic person.

    I'm really stoked you helped me out with this.

    Again thank you sooooo much, and thank you for the kind words about how my site is looking thus far, it means allot to me ๐Ÿ˜‰

    Genesis Child ๐Ÿ˜‰

    P.S. Oh obviously I have applied the code and it works PERFECTLY! ๐Ÿ˜‰ tada!

    May 15, 2014 at 12:56 am in reply to: Text transform to underline when hovering page link in primary navigation menu #105237
    Genesis Child
    Member
    This reply has been marked as private.
    May 15, 2014 at 12:51 am in reply to: Text transform to underline when hovering page link in primary navigation menu #105234
    Genesis Child
    Member

    Does it help at all that I am just running the stock standard Genesis Sample Child Theme over the Genesis Framework?

    If not please let me know and I will private reply with my url - I appreciate the assistance and don't want to be awkward lol

    Thanks again

    May 15, 2014 at 12:41 am in reply to: Text transform to underline when hovering page link in primary navigation menu #105229
    Genesis Child
    Member

    Hi nuts and bolts,

    and thanks for you rapid response.

    If you look at the studiopress navigation bar at the top of this forum and you hover over the page options

    STUDIOPRESS 101
    SHOP FOR THEMES
    RESOURCES ยป
    MY STUDIOPRESS

    You will see they change colour from grey to white. I am trying to set my site up so that when you hover over the page options the text transforms to underline instead of changing colour. I have figured out how to stop it from changing colour by just making the css code for the colour hover change the same as the regular colour.

    but how do I make the text transform to underline on hover

    I hope this is adequate enough of an explanation. I could provide my site url but it is brand new and I am trying to minimise views at the moment so as not to skew the analytical data and because I have not even launched the brand yet and the content is commercially sensitive...

    but I will if I have to...

    Thanks

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

© 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