Interferes with ACF: Image Aspect Ratio Crop Field functionality
-
I’m having an issue where this plugin is interfering with Advanced Custom Fields: Image Aspect Ratio Crop Field plugin’s functionality in a couple of ways.
Link to plugin: https://www.ads-software.com/plugins/acf-image-aspect-ratio-crop/
1. Media Library Assistant causes WordPress to ignore any
ajax_query_attachments_args
filters set by the theme or other plugins (add_filter('ajax_query_attachments_args' ...)
).2. Media Library Assistant interferes with size limits set on the ACF: Image Aspect Ratio Crop field. For example when setting the minimum width to 1000px some images smaller than 1000px are still available to select. Disabling Media Library Assistant resolves the issue.
Is there a way to adjust the plugin’s code or settings to enable the use of the
ajax_query_attachments_args
? As this is causing me a lot of trouble.Thank you!
- The topic ‘Interferes with ACF: Image Aspect Ratio Crop Field functionality’ is closed to new replies.