Hello there.
Sorry for the late response.
There’s an issue with jQuery, and it will be fixed with the next update. Until then, please go to wp-content/plugins/wpdatatables/assets/js/wpdatatables/wdt.chartsRender.js and on line 3 replace this:
$.ready.then(function() {
With this:
$.when( $.ready ).then(function() {
Then, in wpDataTables settings/Custom JS and CSS, on the bottom of the page – disable the “Minified” checkbox, delete cache on your website, and the issue should be resolved.
Kind regards!
I am getting this issue. I edited the page as described, but the following pages won’t finish loading.
Dashboard – YES
WPDataTables – NO
Create a Table – NO
WPDataCharts – NO
Create a Chart – NO
Settings – NO
System Info – YES
Getting Started – NO
Get Help – NO (ironic)
Lite Vs Premium – NO
Addons – NO
Chrome Console Says:
load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2 jQuery.Deferred exception: Cannot read property 'title' of undefined TypeError: Cannot read property 'title' of undefined
at HTMLDocument.<anonymous> (https://connectbrokers.co.uk/wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-tour/bootstrap-tour-guide.js:735:61)
at e (https://connectbrokers.co.uk/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2:30005)
at t (https://connectbrokers.co.uk/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2:30307) undefined
-
This reply was modified 4 years, 10 months ago by
mikenco.
-
This reply was modified 4 years, 10 months ago by
mikenco.
Bizarre. I disabled Elementor and Elementor PRO. The WPDataTables admin pages start working again. Re-activate Elementor and Elementor PRO and it all still works… I don’t use a caching plugin.
Weird.