andersthorborg
Forum Replies Created
-
Hi everyone,
Thanks for the feedback and the help. Version 1.4.12 should resolve this issue.
Please note that the new version requires ACF Pro 5.6 to work.
And thanks @elliotcondon for great support from ACF!
Yes, some php image editor must be available – like GD or ImageMagick.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] PHP Error: Undefined indexHi guys,
Version 1.4.10 should address this issue.
Let me know if you experience further problems.
I’m sorry for the slow response.
Best,
Anders
Hi guys,
There’s a new version up which should resolve the issue. Let me know if it works out.
Thanks.
– Anders
Hi guys,
Thanks for reporting. I’m looking in to this, but unfortunately I’m having a hard time reproducing the issue. Could you provide more details to help me reproduce. What php versions are you running, what browsers what are the field settings for the affected fields? Etc.
Hopefully we’ll have a fix soon.
Thanks,
Anders
Hi @hrohh,
I’ve implemented your request as
acf-image-crop/filename_postfix.Thanks for contributing.
Anders
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] croping image is not workingHi @indhumathi,
If you are still having an issue, can you please provide further details about how it is not working?
Best,
Anders.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Retina – extended supportHI there,
Thanks for your feedback. You should be able to achieve what you are trying to, if you use a pre-defined image size, and use the save-to-media-library-option. In that case the 2x image will be generated, and be available in the image object as “url” while the original size will be available under the name of that size.
Does that make any sense to you?
Hi @patrick Whitty-Clarke,
Sorry for the late response. There’s no need to modify the plugin code, as you should be able to change the image quality using the filter applied in the line you are reffering to (acf-image-crop/image-quality) by putting something like the following in your functions.php (not tested).
function my_image_quality( $quality ) { return 90; } add_filter( 'acf-image-crop/image-quality', 'my_image_quality' );I finally managed to get the github and wp-repos in proper sync, so if you want to contribute, feel free to use https://github.com/andersthorborg/ACF-Image-Crop
Thanks.
Hi there,
This is due to ACF Pro 5.3.9 having a built in date picker. I have created a polyfill to use with live sites that already use this plugin. It makes the new field behave like this plugin does.
Check it out here: https://github.com/andersthorborg/ACFDateTimePickerPolyfill
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Feature RequestHi there,
Thanks for sharing your thoughts.
Actually (if I understand you correctly) that is in fact what happens unless you choose to not save cropped images to the media library. When the image is cropped a new media item is generated thus generating all relevant image sizes as with any media upload. So if you have the various sizes registered as image sizes, what you’re trying to achieve should be possible.
All the best,
Anders
I’m closing this as stated here https://ww.wp.xz.cn/support/topic/update-for-wp-441.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Update for WP 4.4.1Could be. Thanks for reporting anyway, and let me know if you experience any more issues.
I’ll close this for now.
Best,
Anders
Hi there,
Please refer to my response in the other thread: https://ww.wp.xz.cn/support/topic/update-for-wp-441
Thanks,
Anders
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Update for WP 4.4.1Hey guys, thanks for reporting.
Are you still having this issue? I’m not able to reproduce it with WP 4.4.2 and ACF Pro 5.3.6.1.
If this is still an issue, please provide more details about your setup – what browser are you using, what are the field settings, what are you editing (post, page, user, options page, repeater etc.) is it in a repeater/flexible content etc.
Thanks,
Anders