mg
asked 6 years ago

I keep getting an “answer content is empty” error message when I try to post answers.
This only happens in the visual editor, not the text editor
 

What security service do you use?

3 Answers
DominicStaff
answered 6 years ago

Have you tried to disable all the plugin to check this issue, I think the plugin conflicting with another plugin. 
After disabling all the plugin to check if you still face their issue, you can send me username & password of your site for further checking. 

mg88
answered 6 years ago

Is there a way to completely disable the visual editor and use a simple text box?

DominicStaff
answered 6 years ago

You can add the following code to the functions.php file:

add_filter( 'user_can_richedit' , '__return_false', 50 );
Powered by DW Question & Answer Pro