Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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 7 years, 5 months ago by langnaese.
    #703930

    Hey 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,
    Nikko

    #704702

    OK look at the right sidebar recent news

    #705734

    Hey!

    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!
    Ismael

    #705795

    code is added to function.php and for some selected post images where regenerate. but no effect. the post thumbnails are still centered.

    #706852

    Hi,

    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,
    Nikko

    #707708

    here

    #708559

    Hi,

    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,
    Ismael

    #708701

    I re-upload the featured image. but no effect. Here a screenshot. The Thumbnail is still cropped in center.

    #709399

    Hi,

    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,
    Andy

    #724876

    after your last theme update (today) the croping doas not working any longer.
    what can i do?

    #725274

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.