Forums

crop feature not working (5 posts)

  1. francoisromain
    Member
    Posted 8 months ago #

    hello

    I'm trying to crop the thumbnails to replace the predefined ones. It's not working.

    here is what i am doing:
    1. go to media library and choose an image
    2. click "edit image", select the area i want to crop. In the thumbnail setting box, i select "thumbnail"
    3. click the crop Icon
    4. click save

    Finally, the cropped thumbnail doesn't change at all. Now, when I test it in post the thumbnail stays the same, as it was predefined, cropped in the middle of the image.

    When i go back to the edit image section, the "thumbnail setting box" disapeared.

    thank you for your help

  2. francoisromain
    Member
    Posted 8 months ago #

    maybe the problem comes from the theme (http://wordpress.org/extend/themes/boilerplate)

    still investigating… 

  3. francoisromain
    Member
    Posted 8 months ago #

    In fact, no it's not coming from the theme but something really strange with the crop tool :
    it doesn't work if thumbnail is cropped to it's exact size :
    http://wordpress.org/support/topic/image-crop-doesnt-work-at-exact-or-smaller-than-dimensions-of-thumbnail-setting

  4. coffeepartywesternky
    Member
    Posted 7 months ago #

    I am having this problem too. I had a series of related problems with the Header actually.

    My theme is Bueno. And when I try to upload a header this message would come up: "Sorry, this file type is not permitted for security reasons." Its happened to others, as I've read online, but there is no clear solution.
    I've tried logging out, logging back in. Still there.
    I was experimenting with different headers just fine and then--I just can't anymore without that message coming up.
    NOW when the message doesn't come up, I can't crop the image. The image is not even there, but a blank gray box, that isn't even where the picture would be had it actually uploaded. Instead its up against the upper left of the computer screen. Weird.
    I have tried changing my theme also. That doesn't work.
    I have tried changing the file extension, that doesn't seem to work.
    I can't even upload pictures that I have previously uploaded successfully. Its just NOT working. I don't know what to do! Where would I begin to solve this problem!? Please be specific! I am lost! Can't upload images!

  5. xzoom
    Member
    Posted 7 months ago #

    Hi,

    I also have problems with crop funcionality. I want to set several images size for post-thumbnails, but parametrer crop keep image proportions and some images don't resize as I wanted.

    if (function_exists('add_theme_support')) {
    add_theme_support('post-thumbnails');
    set_post_thumbnail_size(180, 130, true);
    add_image_size('featured', 300, 281, true);
    add_image_size('category', 200, 140, false);

    Anyone has this problem? Thanks

Reply

You must log in to post.

About this Topic