How to Fix White Text and Missing Buttons in the WordPress Visual Editor

Encountering white text and missing buttons in the WordPress Visual Editor can create a problem, disrupting your workflow and causing unnecessary issues, especially when you are trying to create or edit content. These issues typically arise from plugin conflicts, theme problems, or even simple browser errors.

In this post, we will explore various methods to troubleshoot and fix white text WordPress visual editor ensuring you can get back to creating content without any problems.

Understanding Error

White text and missing buttons WordPress visual editor usually come from:

Visual Editor Issue
  1. Some plugins may not be fully compatible with your WordPress version, theme, or other plugins.
  2. If you have made significant modifications to your theme it is possible that these changes have introduced conflicts or errors.
  3. Some browser extensions can interfere with the WordPress Visual Editor.
  4. JavaScript conflicts between different elements on your website can cause the Visual Editor to malfunction.

Troubleshooting Steps

The following are steps described below to troubleshoot WordPress visual editor issues:

Clear Browser Cache

Sometimes, the issue might be as simple as a corrupt browser cache. Clearing your cache can often resolve the issue. You can clear cache and cookies in Google Chrome by a “Clear Browsing Data” option within settings.

clear data

Now restart your browser and try again. If you are using a different browser refer to our guide on how to clear the cache in all major browsers. You can also check for browser updates and install any available ones sometimes outdated browsers might have issues.

Disable Browser Extensions

Certain browser extensions might interfere with website functionality. Deactivating all extensions temporarily and checking if the error disappears can help identify any problematic extensions. If you are a Chrome user go to the Chrome Settings option then Extensions and toggle off the switches next to each extension. Restart Chrome and try accessing the website. If the error is resolved re-enable extensions one by one to find out the error one.

extensions toggle

Deactivate Plugins

Plugins can add great functionality to your website, but sometimes they can interfere with other components. An incompatible plugin might be causing the White text and missing button issue.

Deactivate all plugins temporarily. Try saving your content again. If the error disappears a plugin is the issue. To identify the problematic plugins, reactivate them one by one and test them after each activation to pinpoint the conflicting ones. To perform deactivation navigate to the “Plugins” section in your WordPress dashboard. Deactivate all plugins from “Bulk Actions”.

deactivate plugins

Switch Default Theme

Similar to plugins your theme might be causing the white text and missing button issue. Switch to a default WordPress theme like Twenty Twenty-Four. If the error disappears you have identified a theme-related problem. You can then try updating your theme to the latest version or explore alternative themes that are compatible with the Block Editor. To do this, log into the WordPress dashboard and navigate to the “Appearance” section then the “Themes” option.

wordpress theme

Reinstall TinyMCE

The WordPress Visual Editor is powered by TinyMCE. Reinstalling it can often fix the issue. Go to your WordPress dashboard. Navigate to “Plugins” then click “Add New”. Search for the “Classic Editor” plugin. Install and activate the plugin.

Classic Editor

Check JavaScript Errors

JavaScript errors can prevent the Visual Editor from functioning correctly. Use your browser’s developer tools to check for errors. For Chrome press Ctrl + Shift + I or right-click and select “Inspect,” then go to the “Console” tab. Refresh the web page so you can see if any error occurs.

Javascript error

Modify wp-config.php

Adding a line of code to your wp-config.php file can sometimes resolve Visual Editor issues. Access your wp-config.php file via FTP or File Manager which in my case cPanel.

wp-config.php

Add the following line before /* That’s all, stop editing! Happy publishing. */:

define('CONCATENATE_SCRIPTS', false);
visual editor code

Save changes and exit the editor. You can also enable debugging mode to identify the specific cause of the issue. To enable debug mode change the following in wp.config.php file:

define('WP_DEBUG', true);
wp debug true


Check File Permissions

Incorrect file permissions can sometimes cause issues with the Visual Editor. Ensure your files have the correct permissions.

  • Files: 644 or 640
  • Directories: 755 or 750

Login to your cPanel with the provided credentials. Locate the directories and files under public_html and modify their permissions by right-clicking on directories, and selecting the “Change Permissions” option.

wp content file

Important Notes

Following are some important notes while resolving white text and missing buttons in the WordPress visual editor:

  • If you are making significant modifications to your theme create a child theme to avoid losing changes when the parent theme is updated.
  • Before making any significant changes create a backup of your website to safeguard your content and settings.

Conclusion

Dealing with white text and missing buttons in the WordPress Visual Editor can be difficult but with the right approach, these issues can be swiftly resolved. Whether it’s clearing your browser cache deactivating problematic plugins or updating your WordPress version each step will help you resolve the problem. Troubleshoot each method until the issue is fixed allowing you to focus on creating engaging content for your audience.

Encountering white text and missing buttons in the WordPress Visual Editor requires troubleshooting file permissions and diving into complex server configurations. For a convenient solution consider Ultahost’s fully managed dedicated servers which help to handle server management tasks allowing you to focus on your installations and applications.

FAQ

Why is my WordPress editor showing white text?
Why are buttons missing in my WordPress visual editor?
How can I fix the white text in the WordPress editor?
What should I do if the visual editor buttons don’t appear?
Can a theme cause white text in the editor?
How do I clear the browser cache to fix WordPress issues?
Is there a plugin to fix missing buttons in the editor?

Related Post

How to Fix the 414 Request-URI Too-Large Erro

Have you encountered the "414 Request-URI Too Large" er...

How To Fix The “Error Establishing a Da

The "Error Establishing a Database Connection" message ...

How to Fix Duplicate Title Tags in WordPress

Duplicate title tags can be unfavorable for SEO stands ...

What is “Your Connection is Not Private

When you visit a website by entering a domain name in y...

How to Fix Fatal Error: Maximum Execution Tim

The "Fatal Error: Maximum Execution Time Exceeded" is a...

How to Fix WordPress RSS Feed Errors

RSS feeds continue to be a stable presence in the const...

Leave a Comment