We have the Problem in the Enfold Editior Textarea white font #fff with white background #fff in the latest Version.
How we can solve it?
Hey mbrandt,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
I have the same problem, the text has disappeared. I have no installed plugins, just Aquismet. The editor with icons has also disappeared.The version of Enfold is the last one.
Hey!
Please make sure that you are using Enfold 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that does not help, please post FTP and WP admin logins here privately.
Best regards,
Yigit
Hi!
Can you please try adding following code to wp-config.php file near top and check if that helps?
define('CONCATENATE_SCRIPTS', false);
FTP logins did not work for me
Cheers!
Yigit
Hi
I just updated the php-config.php but has not solved the problem.
JM
Sorry !! wp-config.php…
Hi,
Please try adding the following to your functions.php file:
function ava_change_text_editor_colour() {
?>
<style>
.js .tmce-active .wp-editor-area {
color: #000 !important;
}
</style>
<?php
}
add_action( 'init', 'ava_change_text_editor_colour');
Best regards,
Rikard
Thanks Rikard,
The black text already appears and I can edit them without problems, but the Tiny MCE editor is still missing.
Best regards,
JM
Hi,
I have reinstalled wordpress and everything works now.
Thank you for everything and apologize for the inconvenience.
Best regards,
JM