Forum Replies Created
-
AuthorPosts
-
nhed
MemberWell 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.
nhed
MemberAnyone 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
nhed
MemberThank 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
nhed
MemberHi 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
nhed
MemberThanks Carlo Manf. Yes, that worked. I appreciate the help. All the best,
nhed
MemberOK. 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.
nhed
MemberHey 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
nhed
MemberYes, 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:
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.
nhed
MemberHi 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
nhed
MemberI 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.
nhed
MemberThank 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
nhed
MemberOK. 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.
nhed
MemberThanks Porder. I'll keep you posted when I hear back. 🙂
I do appreciate the help.
All the best, my friend.
nhed
MemberI 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?
nhed
MemberI 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?
nhed
MemberOK. 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
nhed
MemberHey 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
-
AuthorPosts