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

Så här fixar du vit text och knappar som saknas i WordPress Visual Editor

Nyligen rapporterade en av våra användare en mycket udda issue med sin install. När de skrev en post kunde de inte se något de skrev. Eftersom texten i postens editor var vit. Ännu viktigare var att alla knappar i visual editor saknades, och möjligheten att växla från Visual till HTML fungerade ej. I den här artikeln kommer vi att visa dig hur du fixar problemet med vit text och saknade knappar i WordPress visual editor.

Obs/observera för Beginnare: Om du letar efter dolda knappar som du kanske ser i screenshots av andra webbplatser, letar du förmodligen efter diskbänken. You would have to click on the Kitchen sink icon to see these other options such as Underline, copy from word etc.

Kitchen Sink

Vissa webbplatser använder också TinyMCE Advanced plugin för att add to olika andra knappar som inte finns som standard.

För resten av er som faktiskt verkligen har problem med saknade knappar eller vit text i visual editor, fortsätt sedan med denna tutorial.

Rensa webbläsarens cache

Vid vår search hittade vi användare som föreslog att det fungerade för dem att rensa webbläsarens cache. Det första du bör försöka göra är att clear webbläsarens cache eller använda en annan webbläsare. Detta kan mycket väl vara en issue med din dator.

Om detta inte fixar ditt problem, kanske problemet är med din install?

Byte av TinyMCE-skript

Kanske hände denna issue efter att du updated? Tja, det är inte troligt, men kanske gick något fel i update-processen. Försök att ersätta /wp-includes/js/tinymce/ folder med en ny kopia.

Fixa med wp-config

Om inget av knepen ovan fungerade för dig, öppna då filen wp-config.php och add to följande rad högst upp efter taggen php opening.

define('CONCATENATE_SCRIPTS', false);

Detta trick fixade problemet för vår användare som rapporterade detta problem. Vi hoppas att en av de lösningar som anges i den här artikeln fixar ditt problem med vit text och saknade knappar i WordPress visual editor. Om du hittade en annan fix som fungerade för dig, vänligen dela den i kommentarerna.

Avslöjande: Vårt innehåll stöds av våra läsare. Det innebär att om du klickar på några av våra länkar, kan vi tjäna en provision. Se hur WPBeginner finansieras, varför det är viktigt, och hur du kan stödja oss. Här är vår editoriala process.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Den ultimata WordPress-verktygslådan

Få GRATIS tillgång till vår verktygslåda - en samling WordPress-relaterade produkter och resurser som varje professionell användare bör ha!

Reader Interactions

248 kommentarerLämna ett svar

  1. Syed Balkhi

    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

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

    • WPBeginner Support

      Thanks for sharing the solution that worked for you :)

      Administratör

  3. Suresh Pancholi

    define(’CONCATENATE_SCRIPTS’, false);

    it’s working done.

    • WPBeginner Support

      Glad our recommendation could help :)

      Administratör

  4. John B

    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)!

    • WPBeginner Support

      Thanks for sharing the solution that worked for you :)

      Administratör

  5. Mark E

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

    • WPBeginner Support

      Thanks for sharing, glad the code still works :)

      Administratör

  6. ragulan

    i was searching for a solution and simply clearing the browser cache worked for me…

    • WPBeginner Support

      Thanks for sharing this solution in case it helps another user :)

      Administratör

  7. darshan

    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?

  8. Serkan

    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.

    • WPBeginner Support

      Thanks for sharing this possible solution :)

      Administratör

  9. Paul

    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

      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.

      Administratör

  10. Zakria Rahimi

    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

  11. Zakria Rahimi

    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 !

  12. Stef

    A god send! Thank you!

  13. Garv

    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?

    • WPBeginner Support

      Hi Garv,

      Try testing with a different browser. If you have browser addons installed, try disabling them.

      Administratör

      • garv

        i am trying all of these but it was not work i am thinking there was the problem in godaddy hosting am i right

  14. Md Badiruddin

    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?

  15. Siddanth

    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!

  16. Patti

    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)

  17. Holly

    Adding the line still didn’t work for me:(

  18. Jana Brech

    define(’CONCATENATE_SCRIPTS’, false);

    worked for me.

    Thank you!

  19. Michael

    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

  20. Mariella

    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.

  21. Nilesh

    It got fixed just by clicking on toggle key. I didn’t know this.

    • Laritza

      Toggle key where? Thanks!

  22. Marco

    Another win for the third method here. Thanks!

  23. Vandana

    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

  24. B.DHARMALINGAM

    Yes I fixed my problem. by clicking on toggle key

  25. Jocelyn

    define(’CONCATENATE_SCRIPTS’, false);

    Magic — thank you!

  26. wiwin winarno

    thank you

    define(’CONCATENATE_SCRIPTS’, false);
    worked for me

  27. Ambu

    For me, turning off js optimization in autooptimize plugin was the solution

  28. Prosper

    Aadding the code to wp-config worked really fast for me!

    • Al Wer

      Hello! Did it work ok? I have this problems and also a lot of plugins not working….

  29. Eric

    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

  30. Kathy

    Thank you, ”define(’CONCATENATE_SCRIPTS’, false);” worked for us!

  31. Marvin

    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

  32. Kyle

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

  33. Lady G

    How do I even get to wp-config.php file to fix it???

    • WPBeginner Support

      Hello,

      You can access the wp-config.php file using File Manager in your hosting account’s cPanel dashboard. You can also access it using an FTP client.

      Administratör

  34. Mavi

    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:

    • saiem Khan

      You are great bro !! … really saved my life :)

  35. remco

    define(’CONCATENATE_SCRIPTS’, false);

    –> did it for me. Thanks!

  36. Saurabh Dubey

    thank very very much.

  37. Raj

    define(’CONCATENATE_SCRIPTS’, false);

    not working for me

    When i am trying to update any post it is showing this error

    This page isn’t working

    example.com didn’t send any data.
    ERR_EMPTY_RESPONSE

    Please help me i am waiting for your response.

  38. Vishal

    Hi I Need Some Urgent Help Regarding My WordPress Post Editing . When I published Post and after that i come again in editor. the post heading and photo not show in post editor menu but photo and heading show in published post .Please Tell Me How I Can Solve This Problem.I want To Edit Photo But I can’t Remove Because In Post Editor Photo Not Show. Photo & Heading Show Only Published Post.

  39. Kevlin Brown

    Nothing worked since I upgraded to the latest WordPress! Visual Editor Button shows but not responding when clicked.
    Disabling all plugins, Not change;

    Including the define ( ’CONCATENATE_SCrIPTS’, false ); No change

    Change themes to WordPress default, nothing

    I am tired.

    • WPBeginner Support

      Hey Kevlin,

      Try disabling browser extensions. You can also use inspect tool to see if there are some errors or warnings displayed in browser console.

      Administratör

  40. Haran

    Hi
    I used the plain HTML option in GetResponse to create a simple form containing email field and signup command button. GetResponse preview form is good. Next I pasted the code in my WordPress.org V4.8 text editor. Noticed there is are a 4-5 lines gap between the fields and the command button in the visual editor. Tried deleting the spaces in WordPress page using the visual editor but somehow the HTML code got deleted too. Would appreciate if anyone could inform me how to delete the spaces between the email field and form command button

  41. Elviera

    Thank you – it worked for me!

    define(’CONCATENATE_SCRIPTS’, false);

  42. Tripti

    Hey
    I am not able to access the HTML Text Editor. I can see the button but if I press it, nothing happens. The Visual Editor is visible but is completely blank and in some pages has just some random text in it.
    I tried all of the solutions listed here but nothing has helped. If anybody could help me? Please?

  43. Frank

    Worked like a charm – thank you so much!

    Should I expect any side effects though?

  44. Matt Clark

    SOLVED! This solution worked for me.

    Adding… define(’CONCATENATE_SCRIPTS’, false); to your wp-config.php file just below the…. define(’DB_HOST’ line.

    You have to do so by accessing your FTP (or a file manager in your hosting account’s control panel). You can edit the file with a plain text editor or TextWrangler!

    All the best,
    -M@tt

  45. Bo

    Can’t thank you enough. Adding config line brought it all back.
    Had NO IDEA how to fix it.

  46. GEORGE

    Solved the issue by adding the code line!!

  47. Sushmita

    I have tried everything listed up there and I am still getting tinymce error on console and editor not working.
    Can anyone help??

  48. Nitin

    define(’CONCATENATE_SCRIPTS’, false);

    Saved my day ;-)

  49. Marek

    I’m facing similar issue. After the latest update (Version 58.0.3029.81 (64-bit), it appears that WordPress image edit button is missing when editing a post in chrome. I know that it’s NOT a WP issue because it works fine in Firefox. See attached screenshot. Does anyone know how to fix it?

  50. Todd

    I did #2 and #3…I don’t know which one worked, but one of them did indeed fix it!! Thanks.

Lämna ett svar

Tack för att du väljer att lämna en kommentar. Tänk på att alla kommentarer modereras enligt våra policy för kommentarer, och din e-postadress kommer INTE att publiceras. Vänligen använd INTE nyckelord i namnfältet. Låt oss ha en personlig och meningsfull konversation.