zychu69
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] 4.8 version doesn’t worki am pretty sure that this bug is related to not properly configured mod rewrite on server.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] PHP Error: Undefined indexsame problem here. Everything is up-to-date and same error appears.
Error is related to missing imagick or gd library on your server. Of course that error should be cached by plugin more precisely.
- This reply was modified 9 years, 6 months ago by zychu69.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Retina – extended supportbump.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Retina – extended supportHi again,
thanks for your response. In 95% cases i am using custom sizes.. for predefined images i could easily add more options there to achieve that result. So is there any way to support also that custom sizes declared per field?
I’ll look in to this for the next release. Thank you for contributing!
Is this will be included in 1.1.5? 🙂
I am not sure if this is secure and most efficient way, but you can also do this:
// get field $pic1 = get_field('pic1'); //cropped picture $pic1['url']; //original picture str_replace('cropped-', '', $pic1['url']);Forum: Plugins
In reply to: [New User Approve] "Are you sure you want to do this?"Problem still exists in case of batch change of status (to approve or deny).
WP 3.7.1
Plugin Version: 1.5.5