• Resolved Soren Guldberg Kjer

    (@fairsosworld)


    I have tryed to deactivate all plugins and Re-installed wp 4.4.1 and change theme. All this do not help. ;(
    What else can I try?
    Hope someone can help?

    Best Regards.

    S?ren

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unfortunately, there are many ways to accomplish turning off the editor including using a plugin or writing custom code in your theme. You can test that your installation is correct by switching to the default theme and making sure the EDIT appears in the appearance menu.

    If your default theme works fine, then you are probably looking at a piece of code in your functions.php of your theme that looks similar to this:

    function remove_editor_menu() {
    remove_action(‘admin_menu’, ‘_add_themes_utility_last’, 101);
    }
    add_action(‘_admin_menu’, ‘remove_editor_menu’, 1);

    Thread Starter Soren Guldberg Kjer

    (@fairsosworld)

    It’s resolved ;D I contact my host and they help me ;D They said they turn it of when I use: 1-click WordPress installation to my web space.

    https://one-docs.com/guides/en/enable-file-edit-in-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit in Appearance menu is missing. ;(’ is closed to new replies.