00 Day
00 Hour
00 Min
00 Sec

Reply To: Activation of WPERP removes admin menu

Home Forums General Activation of WPERP removes admin menu Reply To: Activation of WPERP removes admin menu

#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;
}

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your query

We will reply to you very soon :)