TypeError: $(...).on(...).on(...).sortable is not a function
$('.foogallery-attachments-list')
http://www.askdatatech.com/wp-content/plugins/foogallery/js/admin-foogallery.js?ver=1.2.4 (line 387)
ReferenceError: wp is not defined
FOOGALLERY.media_uploader = wp.media.frames.file_frame = wp.media({
http://www.askdatatech.com/wp-content/plugins/foogallery/js/admin-foogallery.js?ver=1.2.4
1) I have not created any gallery i just try to create time error.
on 189 fix
if(function_exists( 'wp_enqueue_media' )){
wp_enqueue_media();
}else{
wp_enqueue_style('thickbox');
wp_enqueue_script('media-upload');
wp_enqueue_script('thickbox');
}
Please say me any fix code for js not working.
TypeError: $(...).on(...).on(...).sortable is not a function
$('.foogallery-attachments-list')
ReferenceError: wp is not defined
FOOGALLERY.media_uploader = wp.media.frames.file_frame = wp.media({
Ravi, you say you’re on v3.4.1 of WordPress. That is a very old version. Have you tried on the latest version? 4.2.2?
Also, have you tried deactivating ALL other plugins and seeing if the error still appears?
Global Gallery working well for old version.