• Resolved huwcole

    (@huwcole)


    the problem is the cherry-plugin

    upload-media-files.js


    jQuery(document).ready(function() {
    jQuery('.upload_image_button').live('click', function () {
    var cherry_uploader,
    button = jQuery(this);
    cherry_uploader = wp.media.frames.file_frame = wp.media({
    multiple: false
    });
    cherry_uploader.on('select', function() {
    var attachment = cherry_uploader.state().get('selection').first().toJSON();
    button.prev('input[type="text"]').val(attachment.url)
    }).open();
    return !1;
    });
    });

    https://ww.wp.xz.cn/plugins/advanced-access-manager/

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘issue with version 3’ is closed to new replies.