• 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

nomad_jess

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 29 total)
1 2 →
  • Author
    Posts
  • July 20, 2015 at 1:29 am in reply to: Removing header in mobile view #159860
    nomad_jess
    Member

    Hi Brad,

    Thank you very much for getting back to me. I went to the tutorial but I have to pay to access it?

    January 7, 2015 at 7:14 am in reply to: Getting comment bubble to show on pages #136275
    nomad_jess
    Member

    Hi Brad,

    Thanks for getting back to me. So no go when using the amplified widget, hey? The only reason I'm using that widget is to have pagination so that readers can move to more recent posts from the homepage. Is there another way to do that without using this widget?

    And if I change back to the standard Genesis Featured Widget to display posts on my home page, will the bubbles display then anyway? I guess I can just go ahead and test that, but can you provide some more guidance about the conditional I should be removing?

    This is what I have in my functions.php file right now:

    add_filter( 'genesis_post_info', 'sp_post_info_filter' );

    function sp_post_info_filter( $post_info ) {
    $num_comments = get_comments_number();
    $comments_link = get_comments_link();
    $bubble = "<span class='bubble'>".$num_comments."</span>";
    $post_info = 'By [post_author_posts_link] on [post_date] '.$bubble.'';

    return $post_info;

    }

    Basically, I would like to style my homepage with comment bubbles to encourage more interaction. If there is another way to achieve this with my most recent posts on the homepage, I'd be happy to consider alternatives if you have any suggestions.

    Many thanks in advance,

    Jess

    January 6, 2015 at 9:55 pm in reply to: Moving search bar into primary nav menu #136251
    nomad_jess
    Member

    Thank you Christoph! Much appreciated!

    January 3, 2015 at 10:36 pm in reply to: Shortcode for comment bubble #135969
    nomad_jess
    Member

    Thanks a lot for your reply, Ryan. I tried this code, but unfortunately it didn't work. Could the fact that I have Disqus installed be complicating things?

    Many, many thanks!

    December 9, 2014 at 2:04 am in reply to: View more posts from all categories, Metro Pro #134055
    nomad_jess
    Member

    Thank you Davinder!

    December 9, 2014 at 2:03 am in reply to: Pointing to correct RSS feed #134054
    nomad_jess
    Member

    Thank you for all the suggestions, Tom. A combo of Fix My Feed RSS Repair and Featured Images in RSS w/ Size and Position seems to have done the trick. Cheers!

    December 9, 2014 at 1:47 am in reply to: Unbolding excerpt text #134053
    nomad_jess
    Member

    And just like that, it seems to have resolved itself. Very bizarre but glad it's fixed. Thanks for all your help in working through it. 🙂

    November 7, 2014 at 11:38 am in reply to: Reduce gap under header #130830
    nomad_jess
    Member

    Thanks a million! 🙂

    October 31, 2014 at 12:55 am in reply to: Changing font size of some menu items #129968
    nomad_jess
    Member

    Thanks so much, Porter!

    This code seems to have done the trick:

    .nav-secondary .genesis-nav-menu li a {
    font-family: 'Amatic SC';
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    }

    I'll definitely look at the white color coding too. Cheers for that! 🙂

    October 31, 2014 at 12:51 am in reply to: Changing font of one menu item #129967
    nomad_jess
    Member

    Thank you so much, Lauren!

    That worked perfectly!

    October 21, 2014 at 2:34 am in reply to: Custom excerpt on featured post #128589
    nomad_jess
    Member

    Thank you, Tom! That's perfect! 🙂

    October 19, 2014 at 10:11 am in reply to: Unbolding excerpt text #128305
    nomad_jess
    Member

    I know, it's so bizarre! Unfortunately none of those codes worked, which is strange because, as you said, they technically should. Any other ideas?

    You'll totally have to let us know about your site! 🙂

    Greetings from Belgrade airport!

    October 18, 2014 at 3:55 am in reply to: Unbolding excerpt text #128239
    nomad_jess
    Member

    Hi Porter,

    Thanks so much. I tried both of these and unfortunately it still remained as before with only the lower section changed.

    However, then I tried adding code for .home-middle as well (despite both of these sections being in the home-bottom section) and it seems to have done the trick!

    So now the code I have now is:

    .home-bottom p {
    font-weight: 300;
    }

    .home-middle p {
    font-weight: 300;
    }

    Thanks so much! Wouldn't have been able to figure it out without you!

    The only things that remains bold now are the headings and the location widget in the sidebar, seemingly another side effect of the Mailchimp widget that used to be there. Even though I have moved the form out of the sidebar, it still seems to be affected. Interestingly, only the homepage is affected plus the dedicated subscribe page where we have another form (you can find it by clicking on the 'Latest from the road' menu item in the main nav). Basically it's affecting pages where Mailchimp forms are located. If you click on any post, you will see how I actually want the sidebar to look - unbolded widget headings and the location widget that says 'We're currently in Split, Croatia' 'View our travel itinerary' is all normally weighted text except for 'Split, Croatia'.

    If you have any ideas as to how to solve this final piece of the puzzle, I'd greatly appreciate it.

    Thank you so very much!

    Kind regards,

    Jess

    October 17, 2014 at 5:45 pm in reply to: Unbolding excerpt text #128207
    nomad_jess
    Member

    Thank you very much, Porter! This seems to have worked for the second part of the section, but not the first for some reason. Any idea as to how I might be able to achieve the same result for the 'latest' section?

    October 17, 2014 at 3:01 pm in reply to: Unbolding excerpt text #128185
    nomad_jess
    Member

    Hi Porter,

    Thanks for your response. Yeah, that's what I've been struggling with. As you said, I obviously need bold to be bold when I want it to be. It has something to do with the Mailchimp form, I'm sure of it. It does the same thing wherever I put it, in the sidebar too, everything goes bold below it. Did the same in our previous theme as well.

    If you have any idea how to resolve this, I'd greatly appreciate any suggestions.

    Many thanks,

    Jess

    October 17, 2014 at 9:37 am in reply to: Changing font of one menu item #128150
    nomad_jess
    Member

    Thank you, Lauren! That's perfect!

    I'm now just wanting to reduce the size and unbold the menus items to the right so they don't stand out as much.

    I've been trying with the following code, but the menu items have remained unaffected.

    .nav-secondary .genesis-nav-menu li {
    font-family: 'Amatic SC';
    font-size: 10px;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    }

    Any help would be greatly appreciated.

    Kind regards,

    Jess

    August 24, 2014 at 12:36 pm in reply to: Home-top featured image not spanning entire area on homepage – Metro Pro #120798
    nomad_jess
    Member

    This issue has somehow magically resolved itself. Whatever happened, it now displays correctly. Thanks all for your input. Really appreciate it.

    August 24, 2014 at 12:34 pm in reply to: Metro Pro – home-bottom featured images appearing huge despite size setting #120797
    nomad_jess
    Member

    This issue has now been resolved. Many thanks!

    August 24, 2014 at 12:33 pm in reply to: Reduce top padding over post titles #120796
    nomad_jess
    Member

    Thanks so much, Neil! This worked a treat!

    Really appreciate your help.

    Cheers,

    Jess

    August 22, 2014 at 12:32 am in reply to: Opaque submenus in Metro Pro #120417
    nomad_jess
    Member

    Good thing for lucky guesses! 😉

    Many thanks once again and good night (well, morning here). 🙂

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