Posted: December 28, 2016 at 3:29 am
|
Visual editor now displays a blank page, with only the HTML tab of the editor showing the content. Sometimes, I click on the html editor and then back to the visual editor and I can see the text content, but if when I repeat this sequence, neither the html or the visual editor show the content again. Chrome console shows this error: https://postimg.org/image/y1fskdc7l/ |
Hi there, The console error indicates that you have a plugin or possibly a WP theme function that’s loading in another version of the jQuery UI library instead of the bundled jQuery UI library. That’s a mistake, and the reason it’s a mistake is explained here: You can find out which plugin or theme function is loading in the other version of jQuery UI by following these steps: |
|
|
1) If I switch to a WP default theme, People visual editor shows text content only in two thirds of page width 2) If I deactivate all plugins, then my website goes totally blank and I have to restore a backup |
Then you can deactivate plugins one by one. It seems you have at least one improperly coded plugin, and possibly some improperly coded theme functions that lack safety checks before calling functions from other plugins. |
|
|
If I deactivate all plugins except EE and EE People add-on, the problem with People Visual Editor appears. |
|
However, when I activate Advanced Custom Fields plugin, neither HTML nor Visual editors work anymore. |
|
If I comment this line in ACF plugin: `function input_admin_head() then visual editor appears blank, but works after clicking first in HTML editor. |
You should probably contact Advanced Custom Fields support, and they can look into a solution for you that doesn’t involve removing scripts like that. |
|
|
Solved this by editing wp-config.php and adding: define(‘CONCATENATE_SCRIPTS’, false); |
The support post ‘People Admin Visual Editor Not Working’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.