• I raised this issue with one of my plugin providers regarding the writing issue.
    Then, analyzing the problem on my own, I realized that there are two problems.

    • THE FIRST
      style=”visibility: hidden;”

    style embedded in the textarea html tag.

    • THE SECOND ONE
      wp-includes\css\editor.min.css
      The “editor.min.css” file does not correct the problem, in fact, in some respects it does not help at all as the css of the textarea itself points to:
      .js .tmce-active .wp-editor-area {color:#FFF}

    The fix I made to solve the problem is:
    .js .tmce-active .wp-editor-area{color:navy;visibility: visible !important;}

    I attach a screenshot in the link below:

    https://www.apdigital.it/Risoluzione_Problema%20Textarea%20editor%20Gruppi%20Blog.jpg

    I attach a video in the link below:

    Video

    • This topic was modified 9 months, 4 weeks ago by alexbyby.
    • This topic was modified 9 months, 4 weeks ago by alexbyby.
  • The topic ‘tyextarea main board’ is closed to new replies.