Hello, dear federicaleonori.
Thank you for contacting us and for reporting your problem.
To solve your problem, edit our Total-Soft-Gallery-Video-Admin.js file. Find code in line 932
jQuery(‘.Total_Soft_VGallery_Color’).alphaColorPicker();
jQuery(‘.Total_Soft_VGallery_Color1’).alphaColorPicker();
jQuery(‘.wp-picker-holder’).addClass(‘alpha-picker-holder’);
Please edit the code and write like this.
setTimeout(function(){
jQuery(‘.Total_Soft_VGallery_Color’).alphaColorPicker();
jQuery(‘.Total_Soft_VGallery_Color1’).alphaColorPicker();
jQuery(‘.wp-picker-holder’).addClass(‘alpha-picker-holder’);
},2500)
Find code in line 1238
},500)
Please edit the code and write like this.
},1500)
edit our Total-Soft-Gallery-Video-Ajax.php file. Find code in line 3772
in line 186add
% s
And after that will do update the plugin, and in the new version, that problem will be solved.
Thanks & Regards