Front Page › Forums › General › Activation of WPERP removes admin menu
- This topic has 7 replies, 5 voices, and was last updated 6 years, 4 months ago by akram3035. 
- 
		AuthorPosts
- 
		
			- 
May 22, 2019 at 12:08 pm #40684mikesta ParticipantHi, 
 just installed WPERP at our intranet. After activation and setup wizard, the general admin menu disappeared. Anyone else had such a problem or has an idea where to search?
- 
May 22, 2019 at 1:28 pm #40692Mehedi Hasan MemberHello @mikesta The whole left menu bar or it’s some of the specific menus? WPERP has a manu hiding feature under the Tools->General settings. Please make sure you have unchecked all the menus here. Thanks 
- 
May 22, 2019 at 1:51 pm #40701mikesta ParticipantHi, thanks for the fast reply. The whole menu is gone. I already directly called the “tool” section and tried different settings. That makes no difference. 
- 
May 28, 2019 at 12:38 pm #41267mikesta ParticipantI found the conflicting plugin. If you are using wpDatatable plugin, you can’t use WPERP. In this case the admin menu will disappear. Maybe support has a solution here. 
- 
June 1, 2019 at 8:43 pm #42051rmhernandez ParticipantHi Mehedi! I agree with Mikesta, WPERP conflicts with the plugin wpDataTables which causes the admin menu on the left dissappear. I have tested these two plugins as the only plugins installed in a freshly installed WP. In this case, neither of the two plugins can only be activated that makes the admin menu appear again. 
- 
June 8, 2019 at 11:13 pm #42241akram3035 Participantany solution please? I have the same issue, the whole admin menu disappeared. 
- 
June 13, 2019 at 2:47 pm #42528talharana ParticipantHave anyone of you found any solution for it ? I have tried to remove all the enque scripts as well as all the admin menus function in wp-erp but still the problem is remained. 
- 
June 24, 2019 at 7:20 pm #43095akram3035 ParticipantSOLVED: 
 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;
 }
 
- 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
 
					