Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #697698

    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

    #726010

    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.

    #726017

    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

    #726224
    #726243

    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

    #726273

    Hi
    I just updated the php-config.php but has not solved the problem.
    JM

    #726274

    Sorry !! wp-config.php…

    #726441

    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

    #726508

    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

    #726525

    Hi,
    I have reinstalled wordpress and everything works now.
    Thank you for everything and apologize for the inconvenience.
    Best regards,
    JM

    #726574

    Hi,

    Glad you figured it out!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Textarea white font #fff with white background #fff’ is closed to new replies.