Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie man weißen Text und fehlende Schaltflächen im visuellen Editor von WordPress repariert

Hinweis der Redaktion: Wir erhalten eine Provision für Partnerlinks auf WPBeginner. Die Provisionen haben keinen Einfluss auf die Meinung oder Bewertung unserer Redakteure. Erfahre mehr über Redaktioneller Prozess.

Kürzlich meldete einer unserer Nutzer ein sehr merkwürdiges Problem mit seiner Installation. Wenn er einen Beitrag schrieb, konnte er nicht sehen, was er schrieb. Denn der Text des Beitragseditors war weiß. Außerdem fehlten alle Schaltflächen des visuellen Editors, und die Möglichkeit, von visuell zu HTML zu wechseln, funktionierte nicht. In diesem Artikel zeigen wir Ihnen, wie Sie das Problem mit dem weißen Text und den fehlenden Schaltflächen im visuellen Editor von WordPress beheben können.

Hinweis für Einsteiger: Wenn Sie nach versteckten Schaltflächen suchen, die Sie vielleicht in Screenshots anderer Websites sehen, dann suchen Sie wahrscheinlich nach der Küchenspüle. Sie müssen auf das Symbol für die Küchenspüle klicken, um diese anderen Optionen wie Unterstreichen, Aus Word kopieren usw. zu sehen.

Kitchen Sink

Einige Websites verwenden auch das TinyMCE Advanced Plugin, um verschiedene andere Schaltflächen hinzuzufügen, die standardmäßig nicht vorhanden sind.

Für den Rest von Ihnen, die wirklich ein Problem mit fehlenden Schaltflächen oder weißem Text im visuellen Editor haben, dann fahren Sie mit diesem Tutorial fort.

Löschen Sie den Browser-Cache

Bei unserer Suche fanden wir Benutzer, die angaben, dass das Löschen des Browser-Caches bei ihnen funktionierte. Als Erstes sollten Sie versuchen, den Browser-Cache zu löschen oder einen anderen Browser zu verwenden. Es könnte sich um ein Problem mit Ihrem Computer handeln.

Wenn dies Ihr Problem nicht behebt, liegt das Problem vielleicht bei Ihrer Installation?

Ersetzen von TinyMCE-Skripten

Vielleicht ist dieses Problem nach dem Update aufgetreten? Das ist zwar unwahrscheinlich, aber vielleicht ist bei der Aktualisierung etwas schief gelaufen. Versuchen Sie, den Ordner /wp-includes/js/tinymce/ durch eine neue Kopie zu ersetzen.

Behebung mit wp-config

Wenn keiner der oben genannten Tricks bei Ihnen funktioniert hat, öffnen Sie Ihre wp-config.php-Datei und fügen Sie die folgende Zeile ganz oben nach dem öffnenden php-Tag ein.

define('CONCATENATE_SCRIPTS', false);

Mit diesem Trick wurde das Problem bei unserem Benutzer, der dieses Problem gemeldet hat, behoben. Wir hoffen, dass eine der in diesem Artikel aufgeführten Lösungen Ihr Problem mit dem weißen Text und den fehlenden Schaltflächen im visuellen Editor von WordPress beheben wird. Wenn Sie eine andere Lösung gefunden haben, die bei Ihnen funktioniert hat, dann teilen Sie sie bitte in den Kommentaren mit.

Offenlegung: Unsere Inhalte werden von unseren Lesern unterstützt. Das bedeutet, dass wir möglicherweise eine Provision verdienen, wenn Sie auf einige unserer Links klicken. Mehr dazu erfahren Sie unter Wie WPBeginner finanziert wird , warum das wichtig ist und wie Sie uns unterstützen können. Hier finden Sie unseren redaktionellen Prozess .

Das ultimative WordPress Toolkit

Erhalte KOSTENLOSEN Zugang zu unserem Toolkit - eine Sammlung von WordPress-bezogenen Produkten und Ressourcen, die jeder Profi haben sollte!

Reader Interactions

248 KommentareEine Antwort hinterlassen

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Olusunmade Adedamola says

    I found out that if you delete, autoptimize plugin (permanently) , your website will be back to normal

  3. John B says

    I’ve been struggling with white text / no buttons in edit box and tried ALL the solutions. Finally, went into the profile settings: „Disable the visual editor when writing“ was UNCHECKED but I CHECKED it and hey presto everything now works (ie visual editor appears)!

  4. Mark E says

    Thanks, still works in 2019, post WP5 with classic editor installed.
    I had to do the define(‚CONCATENATE_SCRIPTS‘, false); thing.

  5. darshan says

    Sir, My Visual Editor not working! Please help me. Only TEX code feature are working but visual not work.!

    I have Deleted my Browser Cache, And i try to fixed wp-config.php with
    “define(‘CONCATENATE_SCRIPTS’, false);” And Also TinyMCE Advanced plugin, And also deactivate all of the installs plugin and change my theme but still not work any of these. Can you please tell me how can it fixed?

  6. Serkan says

    SOLUTION in my case:

    An editor for a client was working properly. They wanted to get their website faster, so I tried out different speed optimization plugins. One of these plugins added into the functions.php file this line:

    add_filter( ‚tiny_mce_plugins‘, ‚disable_emojis_tinymce‘ );

    This somehow broke the visual and text editor, and also some buttons in the bar were missing. When I saved a content it was not stored. So I deleted this line saved the file and then the editor toolbar was working again properly.

    Hope this helps you guys.

  7. Paul says

    I did all of the above and nothing is working. Then it hit me as I checked my posts. The editor is working fine for posts. My issue is with woocommerce products only. Same issue no response from the visual/text tabs and the text displayed within the editor is white and can’t be seen.

    Any suggestions?

    • WPBeginner Support says

      Sadly, if the error is with WooCommerce only then you would want to reach out to WooCommerce’s support and let them know for them to take a look.

      Admin

  8. Zakria Rahimi says

    1 go to dashboard
    2 up corner left or right where your profile picture appears place the mouse there and it will open menu of your name on site, my profile and log out.
    3 click on your profile
    4 uncheck “ Disable the visual editor when writing “
    5 save settings
    6 if it worked let me know in a comment

  9. Zakria Rahimi says

    Between post body and title of post the bar for me is also disappeared. I Cleared all the Browser Caches, I installed tinymce and is still not appeared. The problem occurred when wordpress was updated and block changed classic to new one (Guthenberg one) and all turned to a miss. I don’t know what to do with it !

  10. Garv says

    Sir, My Visual Editor not working! Please help me. Only TEX code feature are working but visual not work.!

    I have Deleted my Browser Cache, And i try to fixed wp-config.php with
    “define(‘CONCATENATE_SCRIPTS’, false);” And Also TinyMCE Advanced plugin, And also deactivate all of the installs plugin and change my theme but still not work any of these. Can you please tell me how can it fixed?

  11. Md Badiruddin says

    Sir, My Visual Editor not working! Please help me. Only TEX code feature are working but visual not work.!

    I have Deleted my Browser Cache, And i try to fixed wp-config.php with
    „define(‚CONCATENATE_SCRIPTS‘, false);“ And Also TinyMCE Advanced plugin, And also deactivate all of the installs plugin and change my theme but still not work any of these. Can you please tell me how can it fixed?

  12. Siddanth says

    I tried everything mentioned above it didn’t work but when I deactivated all the plugins and started to activate one by one, the editor came, i found out that Yoast SEO ver 8.3 was breaking WordPress 4.9.8, When i deactivated yoast the editor and text came. so that was the culprit. Hope it helps!

  13. Patti says

    I am having this issue. I have tried all the items in the article and none have worked. I have noticed that the problem only happens for users *other than* SuperAdmin (ie – as a superadmin I don’t have the problem but my editors & contributors do)

  14. Michael says

    Hello, I published a post and I viewed it I was surprised to see that the content is not complete. But in my dashboard it’s complete

  15. Mariella says

    Nothing works …

    I need post some new contents but my visual and text editor is not working :(

    I tried clear my cache, install and replace Tinymce Advanced and insert these line code in my wp-config: define(‘CONCATENATE_SCRIPTS’, false);

    I do not know what I can do :(

    Can someone help me?
    Thanks a lot.

  16. Vandana says

    Hello,
    I am newbie in bloging
    I am have facing same problem and I have added Code in wp-config file but still getting same problem anyone Plz help me for solve it.
    Thanks in advance

  17. Eric says

    This worked for me but not my add tablepress icon is missing and my add giphy icon is missing and something else. So strange. I’ll keep reading and try to find a fix. They all were working. I have even noticed other icons on plugins are missing too now. This did fix my main problem though. Thanks

  18. Marvin says

    I updated my WordPress to version 4.8.2, since then my my text button changed from the normal one to buttons like; img, ins, b-quote, code, more, close Tag.

    Please I need solutions to this problem because I have used the strategy listed above, but did not work out

  19. Kyle says

    for me, it is all because of cloudflare wouldnt cache the tinymce, add a page rule in cloudflare and it solved the problem…

  20. Mavi says

    For any reasons check the visual editor in the users admin page, find your user and DISABLE the optiom „Disable the visual editting when writing“ let it empty!

    Do the contrary:

Schreibe einen Kommentar zu Sushmita Antworten abbrechen

Danke, dass du einen Kommentar hinterlassen möchtest. Bitte beachte, dass alle Kommentare nach unseren kommentarpolitik moderiert werden und deine E-Mail-Adresse NICHT veröffentlicht wird. Bitte verwende KEINE Schlüsselwörter im Namensfeld. Lass uns ein persönliches und sinnvolles Gespräch führen.