• The Editor is showing the text as white (on a white background) so unless you highlight the text, you can’t see it.

    When the page loads, if the CMS remembers that you were last in Text mode (likely due to cookies), the text in the editor appears white on a white background. This makes it look like the text box is empty, even though it’s not.

    This CSS line seems to be causing the issue:
    .js .tmce-active .wp-editor-area { color: #fff; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    This usually means that there is a JS error on the page and the editor cannot initialize properly. Maybe look in the browser console, and if there are errors try to see the script that is causing them.

    gigake

    (@gigake)

    I am facing the same issue. Have you found the solution?

    gigake

    (@gigake)

    Found… on the Text tab, there was <span style=”color: #ffffff;”> in the begging

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.