• 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

Breezii K.

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 22 total)
1 2 →
  • Author
    Posts
  • April 6, 2018 at 3:41 pm in reply to: sticky message in wellness pro theme #218709
    Breezii K.
    Member

    bumpp

    April 3, 2018 at 2:32 pm in reply to: sticky message in wellness pro theme #218603
    Breezii K.
    Member

    bump

    March 10, 2018 at 10:24 am in reply to: Featured Image Text Overlay #217719
    Breezii K.
    Member

    Was hoping the image caption section would do this but it's not appearing, and I am not the best at working with custom code - all the options I have tried thus far have failed.

    March 10, 2018 at 10:23 am in reply to: Featured Image Text Overlay #217718
    Breezii K.
    Member

    I think I may have to give up on this idea and try to find a different way of doing this perhaps. All I wanted to do was to show the Image Source Credit link on each of my featured images (but only on the post page and not the homepage).

    I seem unable to figure it out, hmm.

    March 10, 2018 at 10:16 am in reply to: Featured Image Text Overlay #217717
    Breezii K.
    Member

    WHen I try to add the suggested code given from the article to the snippet of 'featured image' code found in my functions.php file (above) I see this error;

    Your PHP code changes were rolled back due to an error on line 169 of file wp-content/themes/wellness-pro/wellness-pro/functions.php. Please fix and try saving again.

    syntax error, unexpected '<'

    March 10, 2018 at 10:12 am in reply to: Featured Image Text Overlay #217716
    Breezii K.
    Member

    I tried looking for it there the other night but am not sure exactly where this snippet of code needs to go; is it somewhere in this section?

    // Add featured image on single post.
    add_action( 'genesis_entry_content', 'wellness_featured_image', 1 );
    function wellness_featured_image() {

    $add_single_image = get_theme_mod( 'wellness_single_image_setting', true );

    $image = genesis_get_image( array(
    'format' => 'html',
    'size' => 'featured-image-large',
    'context' => '',
    'attr' => array ( 'alt' => the_title_attribute( 'echo=0' ), 'class' => 'aligncenter' ),
    ) );

    if ( is_singular() && ( true === $add_single_image ) ) {
    if ( $image ) {
    printf( '<div class="featured-image">%s</div>', $image );
    }
    }

    }

    // Modify size of the Gravatar in the author box.

    March 10, 2018 at 2:05 am in reply to: Featured Image Text Overlay #217699
    Breezii K.
    Member

    Hello,

    Thank you for the response. I tried that plugin along with about 8 others and nothing seems to have worked for me, as far as I can tell.

    I did find this article, however;
    https://napitwptech.com/tutorial/wordpress-development/display-image-caption-added-wordpress/

    ...and am wondering if perhaps this method could work with the Genesis framework and Wellness Pro child theme I am using.

    If so, they first suggest this-

    For the display of the image caption under the featured image, you first have to know that which file is rendering the display of the featured image in your site.

    So I wonder where exactly in my files might the featured image be 'rendering to display'? 🙂

    March 9, 2018 at 4:51 pm in reply to: Hide Post Tags #217633
    Breezii K.
    Member

    Thank you! I got this to work by installing the Genesis Simple Edits plugin and using that to hide the tags and also the Filed Under section. 🙂

    January 15, 2018 at 9:46 am in reply to: Text Post Custom Code #215416
    Breezii K.
    Member

    Hello,

    Thank you SO much for the response. I tried my luck asking the wordpress.org community but every solution they offered didn't work for my site for some reason, until someone mentioned it might be due to the genesis framework and directed me to asking here at the studiopress forums.

    I am glad to see there is a solution for this though, although whether it would work for me or not I do not yet know. I believe I may as well wait for the update to roll around first to see what that has to offer, then afterward I will see what solutions I can find for this if I yet need one.

    Also, with the solution you offered with the link above unless I'm mistaken, it looks as though that would also disable other functionalities such as underline and bold. I do not want that, I only wish to disable the header 1, 2, and 3 options and nothing else.

    Hmm, hopefully, the new update can offer better functionality and options but I suppose we shall see. I don't see the point in going through all this hassle only for the update to potentially take it all away, as it's a minor (preference-type) edit anyway. Nothing too important. I may revisit this thread once the update rolls out to see how I can move forward from there though...

    Thank you for your time and assistance!!

    June 9, 2016 at 9:05 pm in reply to: Adjusting Post Title Size In SideBar Widgets #187305
    Breezii K.
    Member

    Hey!

    So it turns out I kept experimenting with different plugins to see if there was an easier way to do this and I have found one that doesn't enlarge the title text so I'm gonna go ahead and stick with this one I found, instead of trying to tinker with my site files. xD

    Thank you so much for helping me all the same though, wanted to let you know!! ♥

    June 9, 2016 at 11:59 am in reply to: Adjusting Post Title Size In SideBar Widgets #187234
    Breezii K.
    Member

    Hello,

    The plugin I am hoping to use (if I can fix the title size) is this one,

    WP Tab Widget

    I don't see a setting in plugin settings to change the title size manually so I will try to add "rpwwt-post-title" to the stylesheet but then how do I add a font size? Would it be something like this?

    "rpwwt-post-title" font size= 12pt

    I really don't know how to do this haha, so any assistance would be greatly helpful, thank you so much!

    June 8, 2016 at 2:44 pm in reply to: Adjusting Post Title Size In SideBar Widgets #187192
    Breezii K.
    Member

    Hey!

    Thanks for the quick reply. 🙂

    I currently have a backup 'recent posts' plugin being used in the sidebar but the one I truly want to use makes the post title large (as mentioned) and so I have it disabled at the moment.

    I'm not too savvy with code and have never edited plugin files before so I think my best option would be to insert code for this into my theme's style sheet in the style.css file.

    I don't know exactly what code I should use for this though, is it the one you posted above? "rpwwt-post-title"

    Or is there more to it? How can I adjust the font size on my own? Am I supposed to put custom code into my stylesheet, or am I supposed to look for "rpwwt-post-title" and find where it says to edit the text size? Just trying to clarify. :}

    Thanks SO much for your help!

    May 12, 2016 at 10:54 pm in reply to: Google Plus In SideBar #185540
    Breezii K.
    Member

    Woohoo! Thanks so much Christoph this worked for me! 😀

    May 10, 2016 at 4:54 pm in reply to: Limit Tag Count #185371
    Breezii K.
    Member

    That worked exactly as intended - thank you so much!!! 🙂

    March 28, 2016 at 4:17 pm in reply to: How To Increase Site Tagline Width #182401
    Breezii K.
    Member

    Hmm... anyone? 😀

    March 25, 2016 at 4:00 pm in reply to: How To Increase Site Tagline Width #182252
    Breezii K.
    Member
    This reply has been marked as private.
    March 16, 2016 at 5:44 pm in reply to: Need Help Adding Logo To The Header of Genesis Sample Child Theme #181597
    Breezii K.
    Member

    Also, I have tried the instructions at this link;

    Add Header Image Logo To Genesis 2.0 Sample Theme

    However I don't have the 'use site title/logo' option under my Genesis theme settings for the header section.

    Instead, mine looks like this - http://snag.gy/e3Qnu.jpg

    Also, my logo is in a circular shape so I'm hoping I can get it to fit beside the site title/tagline text in the right way.

    I will keep looking online for various tutorials on this but any advice or tips would be much appreciated, thanks again!

    🙂 🙂

    March 16, 2016 at 5:38 pm in reply to: Need Help Adding Logo To The Header of Genesis Sample Child Theme #181596
    Breezii K.
    Member

    Also.... I have already tried the instructions at this link;

    Add Header Image Logo To Genesis 2.0 Sample Theme

    However I don't have the 'image logo' option in my Genesis theme settings, instead my theme settings look like this for the header section;

    http://snag.gy/e3Qnu.jpg

    I will continue searching the interwebs to see if I can find an answer for this, but if anyone has any tips I'd be most thankful. 😀

    - Bre

    November 26, 2015 at 1:48 am in reply to: Genesis Fonts In a Post #172034
    Breezii K.
    Member

    Thank you to everyone who offered help on this!!

    After going over everything, it would seem this is what I am looking to do carasmo -

    Alternatively
    If you want to add styles as an dropdown in Tiny MCE (the visual editor) that’s even more involved.

    And you are correct that does seem much too difficult for me haha! I did a little more digging into some of the plugins instead, and decided to go with this one which let's me do exactly what I am trying to...

    https://wordpress.org/plugins/google-font-manager/

    Figures I am still using a plugin to do this but that is ok. I will go through my plugins and see what else I can remove instead to help with site speed. 🙂

    Thank you again for all the help, I will mark this thread as solved. 🙂

    November 24, 2015 at 6:21 pm in reply to: Genesis Fonts In a Post #171967
    Breezii K.
    Member

    Hey Victor, thank you for the response!

    I followed all the directions at the link you gave me - great tutorial btw. 🙂

    It hasn't worked for me much like the others though, so I most definitely must be doing something wrong yet haha. >.<

    However I think that is probably because I am somewhat confused on this...

    To add the fonts to a text block class, you need to create a class in CSS for the new font-family and add it to the elements in your post. For example, the css would like this:

    .my-google-font {
    font-family: 'my google font';
    }
    In your post, you would wrap the text in this class:

    <span class="my-google-font">This is my fancy text in the new Google font!</span>

    Where do I put these snippets of code again?

    Thank you so much for helping me with this, I am determined to figure it out! ^_^

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