Plugin conflicts with WP and Media Library access
-
Hi,
I used SL plugin for quite some time and now wanted to utilize also Photonic to access google photos.
However, it seems there is an error in SA that makes some trouble using SA and Photonic together. Once Photonic installed, SA javascript raises exception when I try to access media library while creating or editing slides in at HTMLAnchorElement.<anonymous> (slide-anything-admin.js?ver=5.5.1:795).The issue might be avoided and resolved by adding following code into the functions.php:
add_action(‘admin_enqueue_scripts’, function() {
wp_enqueue_media();
});How to reproduce:
1. Install and activate Photonic (no need to configure it)
2. Create a slide with SA Slider
3. Click on Set Background or Add Media -> Media dialog is not opened.See the discussion with Photonic in https://www.ads-software.com/support/topic/plugin-conflicts-with-wp-and-media-library-access/#post-13524396.
Regards,
Victor
- The topic ‘Plugin conflicts with WP and Media Library access’ is closed to new replies.