I would love to get a working version of this plugin.
This is exactly what I want to do in WordPress.
]]>I have installed ‘Envira Gallery’ plugin.
The issue is that Envira Gallery plugin is generating it’s own thumbnail and that is not being cropped by the ‘Thumbnail Crop Position’.
Is there a way to fix this?
Please advise.
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>This works fine 90% of them time but for the remainder the thumbnail is not cropped in the position i choose, I’ll delete the pic and try again but it just crops in the middle like default. Any ideas? Thanks
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>Hi,
can you please add a function to set the default cropping position,
or this there a workaround ?
best regards
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>It allows you to select how you want it to take the thumbnail, then when you look at the thumbnail, it hasn’t made the adjustments. Also, it would be nice if it could adjust for after the media was already loaded.
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>I see the position indicator but my thumbnails haven’t changed. New ones are still uploading with the crop begin in the middle and after regenerating thumbnails, no change.
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>Your screenshots reflect an older version of WP, and on the new media uploader I don’t see the cropping arrow interface.
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>It doesn’t seem to be making any difference to the crop?
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>Hi,
We are using a upscaling function that makes sure a thumbnail get upscaled when the image is smaller than the given thumbnail size.
This function gives a conflict with this pugin. Is it possible to merge this functionality with this plugin? It should realy make this plugin complete.
/*
* Attempt to add upscaling support to resize function of wordpress (for post thumbnails)
*/
function image_crop_dimensions($default, $orig_w, $orig_h, $new_w, $new_h, $crop){
if ( !$crop ) return null; // let the wordpress default function handle this
$aspect_ratio = $orig_w / $orig_h;
$size_ratio = max($new_w / $orig_w, $new_h / $orig_h);
$crop_w = round($new_w / $size_ratio);
$crop_h = round($new_h / $size_ratio);
$s_x = floor( ($orig_w - $crop_w) / 2 );
$s_y = floor( ($orig_h - $crop_h) / 2 );
return array( 0, 0, (int) $s_x, (int) $s_y, (int) $new_w, (int) $new_h, (int) $crop_w, (int) $crop_h );
}
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>hi,
i see the options where you choose the thumbnail position after uploading a new image, however clicking on an option other than center doesn’t do anything.
i’m using the latest version of the plugin and am running Genesis/Genesis Sample Child Theme.
thanks
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>Thanks for a very useful plugin.
I wanted to know how to set default crop position and if it works with front end posting themes ?
https://www.ads-software.com/plugins/thumbnail-crop-position/
]]>I would like to add a filter if possible, so that it will crop tall (portrait) images from top center, but for square or wide (landscape) images it will crop normally from center.
https://www.ads-software.com/extend/plugins/thumbnail-crop-position/
]]>has a way to change the default position to crop images always from top?
https://www.ads-software.com/extend/plugins/thumbnail-crop-position/
]]>Hello, and first of all I find your plugin very useful.
However, i found in every edit page (default post type and custom ones) on the bottom the message string “Max upload file size: blabla” placed above the footer. I tried to deactivate all other plugins and every mine customization but the problem remains. Any hint?
Tnx and sorry for my English.
https://www.ads-software.com/extend/plugins/thumbnail-crop-position/
]]>Hello,
I have a (gallery) page that shows the thumbnails of posts. When you click on a thumbnail it takes you to the post or an enlarged image. The thumbnails are 195×195.
The problem is when I upload an image through the media library and crop it with this plugin, it crops the image just fine but it somehow regenerates the same crop on all of the other images on the page I mentioned above – overwriting previous crops.
Also, I don’t even have to upload an image (media library) it will automatically recrop the images in whichever position I leave the crop tool in the media uploader page. If i reposition it to the bottom left-hand corner all the images get cropped like that. And this is without even uploading an image.
Any suggestions?
Thank you!
https://www.ads-software.com/extend/plugins/thumbnail-crop-position/
]]>It would be nice to be able to change the crop position on an image and regenerate thumbnails after it has been uploaded.
https://www.ads-software.com/extend/plugins/thumbnail-crop-position/
]]>This is an incredibly useful plug-in, however I can’t use it for client work at the moment because the crop buttons appear randomly across the WP dashboard screens.
For example, I have the NHP Options themework installed and the Thumbnail Crop Position icons appear on the theme options menu.
Shame because I’ve been waiting for this functionality to be introduced into WP for a long time.
https://www.ads-software.com/extend/plugins/thumbnail-crop-position/
]]>