Community Forums › Forums › Archived Forums › Design Tips and Tricks › Featured post image sizes
Tagged: image size, lifestyle Pro
- This topic has 12 replies, 4 voices, and was last updated 11 years, 10 months ago by
catladykate.
-
AuthorPosts
-
December 14, 2013 at 12:21 am #78992
mborger
MemberHello. I have the Genesis - Featured Posts widget in my Home - Middle section (Lifestyle Pro theme). I have it set to display images at thumbnail sizes, but for some reason the most recent post image is much larger. I tried regenerating my thumbnails and changing some lines in the style.css but I haven't come across an answer yet.
Is there another reason why this particular image would ignore the settings in the widget? Thank you for any assistance.
http://bigrockinvestments.comDecember 14, 2013 at 10:35 pm #79180Sridhar Katakam
ParticipantTry this.
In style.css change
.featured-content img, .gallery img { width: auto; /* IE8 */ }to
.gallery img { width: auto; /* IE8 */ }
December 15, 2013 at 8:44 pm #79343mborger
MemberThank you - that worked perfectly.
January 3, 2014 at 10:30 am #82931jackirenee
MemberI'm having this same issue with Lifestyle Pro on my home page (http://www.dare2dream-dare2do.com), but I don't have the code that you mention to change in my style.css.
January 3, 2014 at 10:44 am #82936Sridhar Katakam
Participant.featured-content img, .gallery img { width: auto; /* IE8 */ }is lines 314 to 317 in http://www.dare2dream-dare2do.com/wp-content/themes/lifestyle-pro/style.css
January 3, 2014 at 10:50 am #82938jackirenee
MemberThanks. Found it and made the change, but it doesn't look like it fixed the problem. My 4th post should have a left align smaller image.
January 3, 2014 at 10:53 am #82939Sridhar Katakam
ParticipantThis is how it appears in my browser: http://cl.ly/image/03381x2u2D3C
Can you show us a screenshot of the problem?
January 3, 2014 at 11:03 am #82944jackirenee
MemberUsing chrome (looks fine on IE) - http://www.dare2dream-dare2do.com/wp-content/uploads/2014/01/screenshot1.png
January 3, 2014 at 11:05 am #82945Sridhar Katakam
ParticipantLooks fine in Chrome on my Mac here.
Try a hard refresh.
Ctrl + F5 on Windows
Cmd + Shift + R on Mac.
January 3, 2014 at 11:11 am #82946jackirenee
MemberStrange. Thanks. That worked.
February 8, 2014 at 9:26 am #89341catladykate
MemberThanks for the helpful post.
Two questions about this. Using Lifestyle, the code change made my photos all thumbnail size, but my settings for first post are home-small (266x160) on the widget. How do I get it to actually use the larger size for the first post?Also, where do you find the line numbers in the editor? Mine show no numbering.
February 8, 2014 at 7:53 pm #89415Sridhar Katakam
ParticipantCan you provide the URL of your site?
Also, where do you find the line numbers in the editor? Mine show no numbering.
http://wordpress.org/plugins/wp-editor/ <-- if you want line numbers in WordPress editor.
Sublime Text <-- if you want line numbers for files on your local computer.
February 9, 2014 at 10:40 am #89496catladykate
MemberHi and thank you for responding. My site is http://www.DepressionElegantGlass.com
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.