-
AuthorPosts
-
October 25, 2016 at 1:30 pm #703761
i use featured post images in a landscape style. On the left side is some text and on the right side the image, all placed on a simple background.
in the Enfold Child Latest News the thumbnail is showing the image (cropped) in center position. in my special case just no text or image is shown.is it possible to crop the thumbnail of this widget to center right (to show the right side of this image) and not to center center?
i use the child-theme
Thanks a lot
- This topic was modified 8 years, 1 month ago by langnaese.
October 25, 2016 at 7:12 pm #703930Hey langnaese,
Can you post a link to the page mentioned? so we can inspect further and have better idea on how it looks. You can post it in the private content section.
Best regards,
NikkoOctober 27, 2016 at 8:08 am #704702OK look at the right sidebar recent news
October 30, 2016 at 4:20 am #705734Hey!
Thank you for the info. Please add this code in the functions.php file.
function ava_image_sizes() { add_image_size('widget', 36, 36, array('right', 'center')); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );
Regenerate the thumbnails afterwards. https://wordpress.org/plugins/force-regenerate-thumbnails/
Cheers!
IsmaelOctober 30, 2016 at 12:12 pm #705795code is added to function.php and for some selected post images where regenerate. but no effect. the post thumbnails are still centered.
November 1, 2016 at 8:57 pm #706852Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoNovember 3, 2016 at 1:00 pm #707708here
November 5, 2016 at 6:34 am #708559Hi,
I checked one of the posts and the featured image is cropped to the right.
// http://www.anedis.de/cms2/comsonics-hfc-leakage-monitoring-solution/?lang=en
Could you please re-upload the featured image of this post (http://www.anedis.de/cms2/4100er-series-cwdm-otdr-module/?lang=en)?
Best regards,
IsmaelNovember 5, 2016 at 3:31 pm #708701I re-upload the featured image. but no effect. Here a screenshot. The Thumbnail is still cropped in center.
November 7, 2016 at 6:09 pm #709399Hi,
Wordpress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
I hope this will help :).Best regards,
AndyDecember 15, 2016 at 3:41 pm #724876after your last theme update (today) the croping doas not working any longer.
what can i do?December 16, 2016 at 12:21 pm #725274Hi,
it should work fine using the plugin I mentioned. Just don’t forget to regnereate your thumbnails, as well as clear browser cache + hard refresh a few times.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.