• Resolved manineedy

    (@manineedy)


    The upload button is not working on one of my websites. But it’s working on another website.
    Please check the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manineedy

    (@manineedy)

    Fixed it by using this code

    function load_wp_media_files() {
        wp_enqueue_media();
    }
    add_action( 'admin_enqueue_scripts', 'load_wp_media_files' );
    Plugin Author Sayantan Das

    (@sayantandas20)

    Hello @manineedy

    Thank you for reaching out. We have looked into the issue. We will release an update to fix the issue. Please update the plugin to Version 1.5 when the update is available. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload button is not working’ is closed to new replies.