Tagged: x
-
AuthorPosts
-
November 26, 2016 at 10:27 am #1271501
KorbindallParticipantHi, I read several forum entries about this problem but can’t figure it out.
The last entry (Lotus biscuit) shows a large featured image both on the index page and individual page. All other posts have nicely sized images which I would like to be able to have on all of the future posts.
Can you help me?
Thank you
WP 4.6.1
X 4.6.4
Cornerstone 1.3.3November 26, 2016 at 6:57 pm #1271797
RadModeratorHi there,
Thanks for writing in.
Would you like to hide them on blog ad post page? Or hide it from blog home page only? Or from post page only? Or do you wish to change their sizes on blog home page only? or for post page only? Or both?
Thanks!
November 27, 2016 at 1:02 am #1271952
KorbindallParticipantHello, I don’t want to hide them. I want them to look same size as in the previous blog entries (see “why hotel…” and “sourcing in poland”), and not blown out of proportion on both home page and post pages. I’ve tried several things but nothing worked, and I don’t know why?
Thank you
November 27, 2016 at 1:06 am #1271956
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.blog .entry-featured, .archive .entry-featured,.single-post .entry-featured { width: 50%; margin-right: auto; margin-left: auto; }Hope that helps.
December 11, 2016 at 11:25 am #1289068
KorbindallParticipantHi, it didn’t quite do what I wanted it to do.
Example 1. Below is the post that shows the nice size image
http://korbindallas.com/why-hotel-renovation-projects-need-a-sourcing-company/
Example 2. And here is the post with out of proportion image
http://korbindallas.com/lotus-biscoff-biscuits-on-sale/
Example 3. And here is the post page where you can see how the featured images from the posts are displayed.
I want all the images to be displayed like the Example 1. I have no idea why I can have it this way.
Can you help?
Thanks
Kristof
December 11, 2016 at 11:26 am #1289069
KorbindallParticipantIn the above examples I didn’t use the code you sent me, because it just made the images smaller globally and I didn’t like the way it looked.
December 11, 2016 at 4:21 pm #1289238
Rue NelModeratorHello There,
Thanks for updating in! Some of the featured images were being stretched out because they are smaller in size. This is the images does not look good since the image size is smaller than the featured image container. To make sure to display descent quality of the image and display the full image, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .entry-thumb { text-align: center; background-color: white; } .site .entry-thumb img { min-width: 10px; margin: 0 auto; }There will be some spaces left and right when displaying the full image. If you want to display the best quality, please re upload the image and make sure that your images dimension should be at least 800 x 800 pixels.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1271501 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
