Compatibility issues
-
I’m one of the developers of “picu” and we had a user reporting a Problem when using both “Featured Galleries” and our plugin.
The issue was that our ?filter” doesn’t work and all the images get displayed in the media library after upload.
We use the WP media library to handle image uploads for picu, but don’t show the images anywhere except our screens, because they are not intended to be used/released anywhere.
When he tried deactivating some plugins he found out that deactivating ?Featured Galleries” fixed the issue. We looked at the code and it looks like the ?wp_enqueue_media” function that we both use is causing this.Maybe you could add a check and only load it on the specific screens it is used from your plugin? You should also add the $post array as an argument to the function call. If this is missing the attachments won’t get attached to any posts.
Would be cool if we could get this fixed.
- The topic ‘Compatibility issues’ is closed to new replies.