Fixed it by replacing
,window.onload = wmuImagesInit;
with
;jQuery(document).ready( function () { wmuImagesInit(); });
in the file /wp-content/plugins/wpdiscuz-media-uploader/assets/js/wmu-single.min.js
Fixed it by replacing
,window.onload = wmuImagesInit;
with
;jQuery(document).ready( function () { wmuImagesInit(); });
in the file /wp-content/plugins/wpdiscuz-media-uploader/assets/js/wmu-single.min.js
We've already fixed this on our end and now we are preparing new version. Please wait for the next update. It's coming very soon.
Hello,
thanks for your feedback. Your update still don't fixed my problem.
But I've found a solution: adding
wmuImagesInit()
to my function.js from the Template, it now runs correctly. Since functions.js is included at last in the order of JS files, it works also with my Caching, Minifying etc.
Best regards,
Carsten
We didn't do any updates yet. We are only preparing to do it very soon.
I'll update this topic once I got some news for you.
Hi,
This problem is already fixed. Please update...