• Hello. After i active plugin “admin menu” tab is blank, but in screenshot plugin description, i saw this is setting menu location. what can i do? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    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

    Thread Starter oanhtran1804

    (@oanhtran1804)

    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

    Plugin Author Janis Elsts

    (@whiteshadow)

    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

    Thread Starter oanhtran1804

    (@oanhtran1804)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Admin menu tab is blank’ is closed to new replies.