• Resolved erwanh

    (@erwanh)


    Hi,
    I’ve got an issue with the admin visual editor : all the text is white and I don’t have any menu (when I click on visual or text, I’ve got the same thing : nothing).
    The last things I’ve done are :
    – put 2 messages in the spam trash
    – install and delete 2 plugins (for sticky menu)
    Everything was fine yesterday.

    In the wp-config.php, I’ve checked if I’ve got define(‘CONCATENATE_SCRIPTS’, false);
    In the php.ini : the memory limit is 128M.
    In my profile, the visual editor option is unticked.
    The cache of cloudlflare and the plugin’s one I also have have been purged.
    The browser cache has been purged.

    I already encountered this issue 2/3 months ago. At this moment, I’ve resinstalled wordpress, deleted all the plugins and installed them again without any success.
    I’ve found (after several hours on the Internet) something that has worked but I don’t remember what anymore. As far as I remember it’s something I’ve added in one php file…

    I’m pretty sure that one of the sticky menu I’ve tested is the source of my problem but I haven’t found yet a solution.

    Can someone help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter erwanh

    (@erwanh)

    I’ve forgot to say that I also try to install again tinymce. That has not solved my issue.

    Solution
    Update your page builder plugin
    Deactivate all the plugin and then activate one by one and search for the plugin which occurs this compatibility issue

    Thread Starter erwanh

    (@erwanh)

    That’s what I’ve done the first time but without any success

    Thread Starter erwanh

    (@erwanh)

    In the chrome developper tool I can see that there is a problem with tinymce
    Uncaught SyntaxError: Invalid or unexpected token
    Uncaught ReferenceError: tinyMCE is not defined (3 times)

    Thread Starter erwanh

    (@erwanh)

    I’ve found the solution here
    in …\wp-includes\class-wp-editor.php just before the if block “if($compressed)” set $compressed = 0;

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

The topic ‘admin visual editor not working anymore’ is closed to new replies.