Preloader is stuck in admin interface
-
We’ve been using WPDataTables for several years with great success, and have a paid license. We’re at version 2.5.1, under WordPress 5.9, PHP 7.4.27, MySQL 5.5.5, Zip extension installed, and curl extension 7.80.0.
For several months now, we’ve been having difficulty with the admin interface. The initial pane, which should display a list of the currently defined tables, is obscured by a preloader overlay, and remains obscured once content loading is complete.
If I manually suppress this div element in my browser…
<div class="overlayed wdt-preload-layer"> <div class="preloader pl-lg"> <svg class="pl-circular" viewBox="25 25 50 50"> <circle class="plc-path" cx="50" cy="50" r="20"></circle> </svg> </div> </div>…then I am able to work with the plugin interface normally, until I reload the admin page. But this is suboptimal, of course.
Any suggestions would be most appreciated.
The topic ‘Preloader is stuck in admin interface’ is closed to new replies.