• 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

nhed

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 17 posts - 41 through 57 (of 57 total)
← 1 2 3
  • Author
    Posts
  • February 19, 2015 at 9:07 am in reply to: How to get post image to show up on Archive page #141308
    nhed
    Member

    Well Genesis Developer, that did it. I tried that before and it didn't work. I guess the lesson here is try things more than once before looking for another solution. 🙂 Thanks. I appreciate the help.

    February 19, 2015 at 6:22 am in reply to: How to get post image to show up on Archive page #141292
    nhed
    Member

    Anyone else have any idea as to where I can find help with setting up images to display on the archive, category pages?

    Thanks for the help. I know I just must not be doing something right, but I've read the tutorial for my theme, Altitude, and can't seem to find what I'm doing wrong.

    It looks like Altitude doesn't support Featured images, but I'm not sure.

    All the best,

    Ed

    February 18, 2015 at 3:09 pm in reply to: Remove post title hook removed titles sitewide! #141243
    nhed
    Member

    Thank you Tonya. I wasn't sure what to say to answer Paige. So thank you once again.

    Later I need to talk with you. I'll write you directly later in the week. Actually, probably on the weekend. 🙂

    And Paige, I'm glad you got the help you needed.

    All the best.

    Ed

    February 15, 2015 at 2:27 pm in reply to: How to get post image to show up on Archive page #140958
    nhed
    Member

    Hi Braddalton.

    Yes, that's the first place I tried. Here's a shot of the settings I have.

    I previously tried setting a Featured Image in the settings and one the post, but nothing showed up. How can I tell if my theme supports the Featured Image?

    http://screencast.com/t/Bsscd1KnDO

    There must be something I'm not seeing somewhere.

    Thanks for the help.

    All the best,

    Ed

    February 15, 2015 at 1:57 am in reply to: How to remove "time class+ entry-time" from theme #140898
    nhed
    Member

    Thanks Carlo Manf. Yes, that worked. I appreciate the help. All the best,

    February 15, 2015 at 1:53 am in reply to: Removing white space below nav bar #140897
    nhed
    Member

    OK. If you check the above mentioned thread, you'll see we resolved the issues. Thank you all for your help!! I do appreciate it.

    All the very best.

    February 13, 2015 at 4:12 pm in reply to: Remove post title hook removed titles sitewide! #140774
    nhed
    Member

    Hey thanks so much, Tonya.

    Now you will know how newbie I am.

    How do I PM you? I just used the contact form on your site, and I've looked around here for PM but don't seem to see it.

    All the best,

    Ed

    February 13, 2015 at 10:02 am in reply to: Removing white space below nav bar #140706
    nhed
    Member

    Yes, it's back to the way things were. I was just a bit discouraged and reverted back to the original css and functions.php to see if I could figure things out but quickly switched back. So now things are like they were, except that now I have a lot less useless white space. 🙂 Thank you for your help!!

    OK. I got a tip from Tonya. She had me add back in the padding-top to the css.

    Here's her suggestion:

    If you go to line 549 of your style.css, you’ll find that the margin-top being applied to .site-inner is very small. Your header’s height is 77px. Therefore, you should have at least 100px here or more.

    You can see our discussion here:

    Remove post title hook removed titles sitewide!

    I'm still having trouble with just removing the titles from posts. I need to remove titles only from posts but leave the titles for pages. I believe there is a plugin to remove the titles from pages if I end up needing to.

    February 13, 2015 at 8:57 am in reply to: Remove post title hook removed titles sitewide! #140694
    nhed
    Member

    Hi Tonya,

    Thanks for the thanks. Have a great day.

    I tried the code you suggested to add to the php file. Here's the code at the bottom of my functions.php file:

    if (is_single())
    {
         //* Remove all post titles 
    remove_action('genesis_entry_header', 'genesis_do_post_title');
    }
    
    //* Remove the entry meta in the entry header (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_post_info', 5 ); 

    But...

    Now the titles are back on all my pages, that's good. But the titles are back on the posts as well.

    So now what do I do?

    Thanks for the help. And...

    I read all about you on your site. I happy to meet you and so glad He save you.

    All the best,

    Ed

    February 13, 2015 at 3:46 am in reply to: Remove post title hook removed titles sitewide! #140686
    nhed
    Member

    I apologize for the video above. I only meant to post the link, I didn't know the actual video would show up. But thank you all for your help.

    February 13, 2015 at 3:40 am in reply to: Remove post title hook removed titles sitewide! #140684
    nhed
    Member

    Thank you Tonya. I'm very thankful for the help.

    Regarding issue 1: Yes! I changed the padding to 100p and everything works great now, even in the mobile widths!! Thank you, thank you, thank you.

    Please see this to be sure you know how thankful I am:

    Regarding issue 2: The Front-Page (home page) isn't an issue. Apparently there is no title on the front page as far as I can see. I haven't started working on the Front-page yet, but it seems to be OK the way it is.

    My problem is that the code that was suggested to me to add to remove the title from posts apparently also is removing the title from pages too.

    Will what you are suggesting above bring back the title area on pages too?

    Thank you sooooo much for the help. I truly appreciate it Tonya.

    All the best.

    Ed

    February 12, 2015 at 4:41 am in reply to: Removing white space below nav bar #140576
    nhed
    Member

    OK. I got another answer suggesting the following:

    You could try adding this code around the @media only screen and (max-width: 800px) { media queries in your style.css file :

    .entry-header:after {
    margin-bottom: 0
    }

    .entry-header {
    padding-top: 0;
    }

    I placed the .entry-header:after code before the @media only screen and (max-width: 800px) { and the .entry-header code after the @media only screen and (max-width: 800px) .

    That reduced the white space some, but it pushed the title under the nav bar/logo area (not sure exactly what that is called).

    Any ideas?

    Thanks again and again for the help.

    February 11, 2015 at 3:57 pm in reply to: Removing white space below nav bar #140527
    nhed
    Member

    Thanks Porder. I'll keep you posted when I hear back. 🙂

    I do appreciate the help.

    All the best, my friend.

    February 11, 2015 at 3:12 pm in reply to: Removing white space below nav bar #140516
    nhed
    Member

    I just got a reply from support. They said:

    It looks to be a css issue and you can correct the space by modifying the theme's stylesheet to remove the white space in empty titles above your posts at smaller screen widths.

    Does anyone have any ideas as to where I might look in the css to remove the extra white space?

    February 11, 2015 at 1:10 am in reply to: Removing white space below nav bar #140440
    nhed
    Member

    I removed the title area since I am using a visual editor to build my pages that includes the title. I did this add code to the functions.php

    Could the white space be some other area that I need to remove with php?

    February 10, 2015 at 3:46 pm in reply to: Removing white space below nav bar #140386
    nhed
    Member

    OK. Thanks once again. Yes, I use the inspector in both Firefox and Chrome. I've learned a lot. But I am just a beginner with WP so it's rough. I'll add the table back in. I hate to take things out when I don't know what they are or what they do. 🙂 Have a great week.

    All the best,

    Ed

    February 10, 2015 at 2:02 pm in reply to: Removing white space below nav bar #140373
    nhed
    Member

    Hey Porter. Thank you so very much for the time and the info. I'm new at all this, so this is great.

    How did you search and find the display table thing?

    I removed "table" from the css. Not sure if that's how you disable it, but I did that and I now have a bit less white space.

    Thank you once again Porter. I appreciate the help. I really do. I'm hoping someone else will come and off a solution as on a mobile device it's a lot of white space to lose.

    All the best,

    Ed

  • Author
    Posts
Viewing 17 posts - 41 through 57 (of 57 total)
← 1 2 3
« Previous Page

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