Plug-ins, appearance, and other Dashboard elements vanished. I can’t adjust anything, access menus, or update plug-ins. How do I reclaim them? I also have no access to tools menu. Anyone helps? Thank you so much for your kind help! It seems to be an Elementor Pro common issue as apparently a lot of people experience the same problem.
Share
First of all, you should confirm whether your username is set up with Administrator role.
Secondly, if you encounter an error:
Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist’.
You should connect to your website files using FTP or your hosting control panel and find the file path /wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php and then you can check the line 48 of the file and modify the code to the below.
ORIGINAL CODE: $method = $reflection->getMethod( ‘get_site_editor_type’ );
CHANGE TO: //$method = $reflection->getMethod( ‘get_site_editor_type’ );