Front Page › Forums › General › Activation of WPERP removes admin menu › Reply To: Activation of WPERP removes admin menu
June 24, 2019 at 7:20 pm
#43095
akram3035
Participant
SOLVED:
In the file: wp-content/plugins/wpdatatables/assets/css/admin/admin.css around line 378 you will find this:
.wpdt-c #adminmenuback {
z-index: 100;
}
Please, change form 100 to 1 and clare cache.
OR
Deactivate wpDataTables, than
You can install this plugin: https://wordpress.org/plugins/add-admin-css/
and put this in it:
.wpdt-c #adminmenuback {
z-index: 1 !important;
}