Reply To: Activation of WPERP removes admin menu

Front Page 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 message

We will reach you with your email address soon. Thank you for the time!