Hi
Ive searched far and wide on this forum and google to solve my white text issue. My text editor is showing white text. I can see it, if I highlight the text with my mouse.
I tried the following:
• update my WP to 4.6
• update Enfold to 3.7.1
• de-activate all the plugins
• my PHP memory is on 64m
• emptied the cache
Im not sure what else to do. Please help?
Hi zedduo,
You have the following CSS coming from editor.min.css, I’m not sure what is responsible for that file but I would think it’s a plugin:
.js .tmce-active .wp-editor-area {
color: #fff;
}
Thanks,
Rikard
Thank you for the reply Rikard!
But I did de-activate all my plugins and the text is still white. Im not sure if you noticed, but the buttons on top of the text -editor is missing as well.
Try adding this to your WP-config file
define(‘CONCATENATE_SCRIPTS’, false ); //
Seems to be a WordPress issue and not directly theme related.
Thanks Gary04! Same issue!
Im going to re-install the WP again. and see what happens.
I got this error below when i wanted to do an auto re-install from the dashboard:
….
Warning: Error while sending QUERY packet. PID=1037962 in /home/(edited out.. link below)/wp-includes/wp-db.php on line 1858
Download failed.: cURL error 18: transfer closed with 136163 bytes remaining to read
Installation Failed
….
Anyone know what that is?