• 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

hbollinger

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 28, 2016 at 9:18 pm in reply to: Editing Footer in Darling Theme #184654
    hbollinger
    Member

    Perfect, thanks!

    April 25, 2016 at 1:39 pm in reply to: Remover Vertical line between Content and Sidebar #184400
    hbollinger
    Member

    Oh Perfect! That worked. I'm sorry...I should have mentioned where I was making changes. When I make changes, I try to use the custom css when possible so that I remember what I've changed. Good to know that it doesn't work for removing something - I learn as a I go. Thanks for your help!

    April 25, 2016 at 1:08 pm in reply to: Remover Vertical line between Content and Sidebar #184397
    hbollinger
    Member

    I changed this:

    .content-sidebar .content {
    border-right: 1px solid #d7d7d7;
    padding-right: 25px;
    }

    To this:
    .content-sidebar .content {
    padding-right: 25px;
    }

    ...but the vertical line is still there from my view. I'm not using caching that I know of.

    April 6, 2016 at 10:57 pm in reply to: Responsive Menu Bar Problems #183095
    hbollinger
    Member

    Hi Victor,

    Thank you for checking. I ended up using a highlight color for the menu instead of a border, but I'm still having problems with the view on my iphone 6s. I didn't have this issue before removing the "stripes" that came with the theme. On my iphone 6s the menu bar is there, but I can't actually see the 3 black lines for the menu unless I zoom out. I'm not sure if these pictures will come through, but this is what it looks like on my phone:

    November 13, 2015 at 3:44 pm in reply to: Making Images smaller in RSS feed #171044
    hbollinger
    Member

    Oh! Looks like the plugin did the trick. I did a test email and it looks great. Thanks so much, Christoph! And thanks to Robin for creating the plugin!

    November 13, 2015 at 8:28 am in reply to: Making Images smaller in RSS feed #170989
    hbollinger
    Member

    Thanks Christina.

    They show at full width, but the problem I'm having is that if I display pictures in my blog posts over 560px wide, they overstretch in my mailchimp email campaigns and it throws off the whole email layout (especially on smaller screens). So if I have a picture in a post that is set to display at its full width of 560px wide and another one that is set to display at 775px wide, the pictures will display at different widths in the email on bigger screens and the other content in the email gets offset - and then on smaller phone screens the content gets pushed to the left and shows at 50% rather than full width. The only solution I've found so far is to set my pictures at 560px wide, but I'd like to display them wider to match the width of my blog content.

    I recently switched themes and was having the same trouble before.

    Any other ideas? Thanks.

    November 3, 2015 at 2:09 pm in reply to: Adding Author and Date Below Post Title #170068
    hbollinger
    Member

    It's working now! Thanks for all your help, Brad!

    November 3, 2015 at 11:03 am in reply to: Adding Author and Date Below Post Title #170013
    hbollinger
    Member

    I removed that css - it's still not displaying on my smaller screen. I refreshed the page but is there caching I can clear directly on my site? I know I used to have a caching plugin that I don't use anymore.

    November 3, 2015 at 10:25 am in reply to: Adding Author and Date Below Post Title #170002
    hbollinger
    Member

    The author and date are now displaying under the post title on my wider laptop screen, but I can't figure out why it's not displaying on my smaller phone screen.

    In addition to adding some code to my function php.file, this is the code under the entries section of my stylesheet that I changed slightly for my style preferences, and it looks good on my pc:

    .entry-header .entry-meta {
    font-size: 13px;
    font-style: italic;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
    }

    .entry-header .entry-meta a {
    color: #f27999;
    }

    I also see this under the media queries on my stylesheet:

    .entry-header .entry-meta {
    display: none;
    }
    I don't know if this has anything to do with the "why" but I did change the "display" section to "center" but that did nothing.
    I'm stuck. Any thoughts?

    Thanks.

    November 3, 2015 at 1:57 am in reply to: Adding Author and Date Below Post Title #169970
    hbollinger
    Member

    Thank you, Brad.

    I ended up trying the Genesis simple edits plugin first and was able to get it to work that way, but then I ran into a problem with the entry footer area. The theme came set up with the entry footer displaying the category (no "filed under" label just the category name) and the comment count (just the number rather than "comments 5") - this is how my website is currently displaying. When I used the plugin, it added the words "filed under" next to the category which was nice, but it also added the word "comments" rather than just using the number - this looked great per individual post but it displayed oddly on the latest posts excerpts on my homepage.

    So I looked through the code snippets and added this code to add to my functions.php file:

    //* Customize the entry meta in the entry header (requires HTML5 theme support)
    add_filter( 'genesis_post_info', 'sp_post_info_filter' );
    function sp_post_info_filter($post_info) {
    $post_info = '[post_date] by [post_author] [post_comments] [post_edit]';
    return $post_info;
    }

    I took out the [post_comments] and [post_edit] because that portion wasn't displaying correctly. I was able to add the published date and author in the entry header this way which was my original goal. It displays great on my laptop but the author/date doesn't show up on the smaller screen of my iphone. I will look through the files again to see if I can find anything. If not, I'm happy that at least it's displaying on my laptop now.

    Thanks for your help,
    Hannah

    November 2, 2015 at 3:40 pm in reply to: Blog Posts Excerpts on Home Displaying Uneven Darling Theme #169935
    hbollinger
    Member

    Thank you!

    I shortened About Woven Beautiful - thanks for catching that.

    In the first screenshot above, I made the 3 photos the same dimensions. The bottom 3 I haven't fixed yet but I will work on editing my other photos. 🙂 I'm curious, why is the line with the 3 diamonds at the bottom of each excerpt (above the category name and comment count) at a different height per post, rather than being even? Is the actual content impacting this? Is there a way to make it even?

    Thanks.

    June 18, 2015 at 8:43 am in reply to: Beautiful Pro Navigation Menu #156650
    hbollinger
    Member

    Just did!

    June 16, 2015 at 4:03 pm in reply to: Beautiful Pro Navigation Menu #156437
    hbollinger
    Member

    Perfect! Thanks Christoph - you made my day!

    May 10, 2015 at 9:37 pm in reply to: Genesis Simple Share: Pinterest button not working #151631
    hbollinger
    Member

    Thank you both. I switched plugins for now because I'm having trouble using the genesis simple share buttons on my phone (when I click on them they don't always allow me to share the content). The pin it button seems to be working okay now as far as pinning content, but the counter isn't always accurate.

    Since the plugin is a whole set of sharing buttons, I'm not sure what it means to upgrade to the new Pin It button for Firefox. Last I checked, the Genesis Simple Share buttons haven't been updated in 3 months so as far as I know I had the latest version.

    Thanks,
    Hannah

    March 20, 2015 at 8:21 am in reply to: Sharing Buttons Displaying in Wrong Place on Homepage #145020
    hbollinger
    Member

    Thanks Victor, There is a section in the post editor where you can check: "Show AddThis Sharing buttons" which allows me to turn the buttons on/off per post. I tried un-checking the box and this removes the buttons from the post once it's open, but the buttons still show on the excerpt on the homepage. I do have my AddThis settings set to display the sharing buttons at the top and bottom of posts, but I've never had a problem with them showing up on the homepage excerpts.

    February 4, 2015 at 2:00 pm in reply to: Display Custom Logo and Right Header Inline: Beautiful Pro #139686
    hbollinger
    Member

    Fixed it.

    January 30, 2015 at 1:55 pm in reply to: Display ads/images beside each other in the sidebar area #139076
    hbollinger
    Member

    That's so strange, sorry for the confusion - but thanks for sticking with me. 🙂 I'm not sure why I'm not able to see them side by side. I checked on both my computer and phone but I'll try one more time. If not, I'll try to center them. Thanks for the help!

    January 30, 2015 at 10:58 am in reply to: Display ads/images beside each other in the sidebar area #139053
    hbollinger
    Member

    Thanks for your help, Lauren. I couldn't get them to display side by side so I removed one of the images, but I would be okay with them being stacked on top of each other if I could at least center the images. When I put a code for an image in a text widget it floats left in the sidebar. I'm wondering if I can add some code so that the images align center.

    January 29, 2015 at 9:04 pm in reply to: Display ads/images beside each other in the sidebar area #139007
    hbollinger
    Member

    That is what I want but it doesn't display like that for me when I try to put one code in the left split sidebar, and one in the right split sidebar. How did you do that?

    January 29, 2015 at 7:53 pm in reply to: Display ads/images beside each other in the sidebar area #139003
    hbollinger
    Member

    Thanks Lauren,

    I thought that too but that doesn't display them side by side. I want to be able to display images side by side (like ads, badges from other sites, and so on). I have a incourage image and a proverbs 31 image in my sidebar, and I what them to display inline side by side, but instead they float left and are stacked on top of each other. I'm guessing I might need to change some css but I'm not sure what.

  • 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