-
AuthorPosts
-
October 11, 2016 at 12:44 am #697578
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?October 11, 2016 at 9:25 am #697698Hey 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,
RikardDecember 19, 2016 at 2:22 pm #726010I 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.
December 19, 2016 at 2:42 pm #726017Hey!
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,
YigitDecember 19, 2016 at 7:34 pm #726224December 19, 2016 at 8:08 pm #726243Hi!
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!
YigitDecember 19, 2016 at 8:47 pm #726273Hi
I just updated the php-config.php but has not solved the problem.
JMDecember 19, 2016 at 8:48 pm #726274Sorry !! wp-config.php…
December 20, 2016 at 7:56 am #726441Hi,
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,
RikardDecember 20, 2016 at 11:37 am #726508Thanks Rikard,
The black text already appears and I can edit them without problems, but the Tiny MCE editor is still missing.
Best regards,
JMDecember 20, 2016 at 12:25 pm #726525Hi,
I have reinstalled wordpress and everything works now.
Thank you for everything and apologize for the inconvenience.
Best regards,
JMDecember 20, 2016 at 3:11 pm #726574 -
AuthorPosts
- The topic ‘Textarea white font #fff with white background #fff’ is closed to new replies.
