Blank Admin Menu after activating wpDataTables
-
Just updated to the latest wpDataTables after migrating off of GoDaddy and onto a VPS server. Also updated to WP 5.1 and switched to full HTTPS, sitewide. When wpDataTables is active, the admin menu on the left is blanked out, no options displayed. (I can still navigate if I know the URL — such as /wp-admin/plugins.php, /wp-admin/users.php.) I have selectively have de-activated all the plugins and isolated it down to wpDataTables. I tried the old solution of editing:
/wp-content/plugins/wpdatatables/assets/css/admin/admin.css
to remove this code block:
.wpdt-c #adminmenuback {
z-index: 100;
}
but that did not make the admin menu appear. Any help would be appreciated! Thanks!The page I need help with: [log in to see the link]
The topic ‘Blank Admin Menu after activating wpDataTables’ is closed to new replies.