• Resolved nakvic

    (@nakvic)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Ok, thanks for bringing to my attention.
    I should be able to incorporate this code fix into the next release of Slide Anything.

    I’ll update this topic when this is done.

    • This reply was modified 4 years, 5 months ago by simonpedge.
    Plugin Author simonpedge

    (@simonpedge)

    Ok, I have added your code fix to the latest version of Slide Anything, which is version 2.3.24. Please confirm that this resolves the issue.

    Once again, thank you for bringing this to my attention.

    Plugin Author simonpedge

    (@simonpedge)

    Closing topic – as version 2.3.24 resolves this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin conflicts with WP and Media Library access’ is closed to new replies.