WordPress Visual Editor Does Not Appear: One of the contents in WordPress that is needed is a visual editor. With a visual editor, that means you can easily create and edit for each content that will be created.
The WordPress Visual Editor comes with basic format options. However, sometimes you might need your own custom style to add CSS buttons, content blocks, slogans, etc. If you switch from a Visual text editor and add CSS manually it is very time consuming.
Like some other WordPress functions, the WordPress visual editor is also not free from problems, one of which is the WordPress visual editor does not appear. Maybe you suddenly confused visual editor suddenly disappears.
Although some time ago it didn’t matter. Or maybe the visual editor is still there but you can’t do anything because the visual editor doesn’t work.
Actually the loss of visual editor or visual editor error is not without cause. The visual editor usually breaks down or disappears after updating WordPress. That can also be caused by a plugin that you just installed. WordPress 5.0, How to use the Gutenberg editor
But for various reasons, the existence of disturbances such as the WordPress visual editor does not necessarily make you confused and eventually cancel the posting on the website. In fact, this can be overcome easily.
If you don’t want to install a plugin or update WordPress, we recommend not thinking too much about the cause. Better to find a way to overcome them.
WordPress Visual Editor
How to Overcome the Visual Editor WordPress Does Not Appear
In this WordPress tutorial article, we will show you how to deal with visual editor damage to WordPress. This is how you do it. There are 4 ways to fix a visual editor that doesn’t work or doesn’t exist:
Look at the User menu> Your profile in the Dashboard section, then edit. If in the visual editor column there is a check mark, then uncheck it then click the profile update button to save it. Make sure the “Deactivate visual editor when writing” position is always off.
Turn off the plugin
The next step, turn off the plugin then check whether the visual editor has appeared or not. If you have seen that means your problem with the loss of the visual editor has been resolved. The most likely loss of a visual editor is from using the plugin that you just installed. It is possible that the plugin has not been updated or is not compatible with the WordPress you are using. 5 WordPress Plugins for Photography, Do You Need?
But the problem is not resolved if all plugins have been turned off but the WordPress visual editor also doesn’t appear. If that is the case, then the next steps you need to follow are below;
Download the new TinyMCE script
Visit the official WordPress website then upload and re-place your old Tinymce file with a new one. Then save the folder in / wp-include / js / tinymce /. This method should work and restore it when found. The WordPress visual editor does not appear. But if you want to try another way, you can use the fourth method.
The first step, you must enter Cpanel. Then look for the html public folder, then select wp-config.php, and click the edit button.
Next add the define code (‘CONCATENATE_SCRIPTS’, false);
Then save it under the code: / ** Manage WordPress vars and included files. * /
After that you will get the results as below;
/ ** Manage WordPress vars and included files. * /
define (‘CONCATENATE_SCRIPTS’, false);
require_once (ABSPATH. ‘wp-settings.php’);
Clean Cache in the Browser
After doing the 4 ways above, the last step you need to do is clear the cache in the browser. The browser cache is a temporary storage area that aims to make websites load faster. The cache stores static files in local computer memory. The file will be loaded from the storage area on the local computer because the number of requests to the web server that stores the actual file will be reduced. Therefore, by caching elements such as JS, HTML, images and CSS, the browser will drastically reduce the loading time and resource usage.
By performing a clear browser cache, you can clear all data stored in a temporary storage area. When the site is accessed after the cache is cleared, you will see that the browser takes a little longer to load the file or data. This is because no resources are received on the computer itself and all resources must be sent by the relevant web server.
WordPress Visual Editor Version 5.0
While for those of you who have updated to WordPress version 5.0, you will also be treated to the latest version of a visual editor named Guttenberg. For those of you who are unfamiliar, you can disable its use and keep using your old visual edit. To be sure, Guttenberg is the latest innovation that you should try because it will definitely make your job easier.
If you want to restore the old WordPress editor, here are the steps you can try.
- Click the Plugin menu> Add New
- Type this Classic Editor in the search menu, then press install. After the installation is complete, don’t forget to activate.
- To check this, you can open the Post> Add New menu to ensure that the classic editor plugin runs properly.
- Gutenberg becomes a WordPress editor that has a new interface based on the Block Based User Interface (UI). So, in the Gutenberg editor, each content is grouped in a modular form. You can move each block of content by dragging it (drag & drop).
Released in December 2018, Gutenberg began operating to coincide with the launch of the latest version of WordPress. This editor provides more flexibility for users to add images, program code, paragraphs, and some other content flexibly.
Using the Gutenberg editor isn’t difficult. Users just need to get used to, because of the various conveniences offered at Gutenberg. The intended convenience is like adding a special HTML that is simpler when compared to the old editor (Classic Editor) and creating tables.
It’s only a matter of time, old editors may not make updates and all will use Gutenberg in due course. So, there is no harm in trying to use the Gutenberg plugin from now on.