Can you still see “Save Changes”, “Load default menu” and other buttons on the “Admin Menu” tab? If so, the rest of the page is blank because there’s probably a JavaScript error somewhere. Please check the your browser’s JS console while on the menu editor page. Here’s how to access the console:
https://webmasters.stackexchange.com/questions/8525/how-do-i-open-the-javascript-console-in-different-browsers
Hi. Thank for respond.
Admin menu TAB is 100% blank. View source code i found this:
Unknown property ‘speak’. Declaration dropped. options-general.php:157:21
Unknown property ‘-moz-osx-font-smoothing’. Declaration dropped. options-general.php:166:39
JQMIGRATE: Migrate is installed, version 1.4.1 load-scripts.php:9:542
ReferenceError: _ is not defined[Learn More] options-general.php:123:1
ReferenceError: wsAmeLodash is not defined[Learn More] actor-manager.js:445:1
ReferenceError: wsAmeLodash is not defined[Learn More] actor-selector.js:201:1
ReferenceError: AmeActors is not defined[Learn More] menu-editor.js:73:1
Error in parsing value for ‘pointer-events’. Declaration dropped. options-general.php
Then i go to cpanel check error_log, lucky they are empty, not any issue.
What is wrong with mean please?
Should i safe if delete “wp-admin/options-general.php” to new upload file “wp-admin/options-general.php”, the same with load-scripts.php
Thanks
You should not delete “wp-admin/options-general.php”. That file is part of WordPress core. Deleting it will make some parts of WordPress unusable.
Instead, what I would recommend is to check your functions.php file for a function called defer_parsing_of_js. If you or someone else has added that function, please remove it and the associated “clean_url” hook. Most versions of this function are buggy and will break plugins that use a lot of JavaScript, like Admin Menu Editor.
Alternatively, you could try installing the development version of the plugin. It includes an automatic workaround for this situation.
https://downloads.wordpress.org/plugin/admin-menu-editor.zip
Hi thank you so much, yes defer_parsing_of_js is an issue. I will try the plugin few days and let you know if it work good for this situation.