Difficulties to add/edit image in new version of WP
-
As plugin is compatible up to word press version 3.8.3,there might be issue while uploading images in WP version more than 3.8.3.
Kindly update function window.send_to_editor in JS file which has been updated in new version of wordpress.
replace
fileurl = jQuery(‘img’,html).attr(‘src’); on line 30 to,
fileurl = jQuery(html).attr(“src”);Thank you..!!!
- The topic ‘Difficulties to add/edit image in new version of WP’ is closed to new replies.