Visual editor not working - error debugging

How to fix - I found the answer on the Internet. First, click on the 3 stripes, in the upper right corner of the chrome browser. Let's go to "tools". Let's find the "developer tools", the site code will open. Select the "Network" option here, press it, and the F5 key on your computer keyboard. On the Network tab, some movement of lines began, accompanied by a change in the location of the colored balls. After that, the texts appeared in the visual editor.

There are several links on the browser tools page, which found a window where 2 errors were shown in detail in the codes, according to the results of Network debugging, the codes are large.

Google Help

Follow the link: "About Google browser Chrome ", we get into a window where we should pay attention to the link:" help using Chrome ". I looked here, there is a very extensive material here. It is worth getting to know him better, this is the original source.

From time to time, the visual editor still does not work for me. I'll debug how I wrote it here and works again. Even so, otherwise all the work would have completely stopped. This is my first glitch. Gradually everything worked out by itself. Subsequently, there were two new automatic updates. After which everything went smoothly, there are no problems now. Sometimes it also does not work on the U - Tub channel. I debug in the same way as here and everything is getting better.

What to do if WordPress editor isn't working? We recently encountered such a problem, and we know 13 possible reasons why the visual editor can disappear.

WordPress editor not working: 13 possible reasons

1. There is a check mark in the admin panel: Users - Your profile - Disable the visual editor.

2. Plugin conflict. Turn off plugins that you installed recently. If the reason is in them, everything will work. Then turn it on one by one until you find the culprit in the breakdown of the WordPress editor.

3. One of the possible reasons is that some WordPress files got corrupted. You will have to update WordPress or reinstall it.

4. Out of disk space.

5. Let's turn to the files. Sometimes it helps to write in the wp-config.php file

Define (‘CONCATENATE_SCRIPTS’, false);
if it doesn't help, return it back.

6. Plugin tinyMCE advanced - disable and uninstall it.

7. Edit the file wp-includes / js / tinymce / tiny_mce_gzip.php
We look for a string and replace it in it ob_gzhandler on ob_gzhandlerX
It was:
ob_gzhandler
became:
if ((in_array (‘gzip’, $ encodings) || in_array (‘x-gzip’, $ encodings) || isset ($ _ SERVER [‘-----’])) && function_exists (‘ ob_gzhandlerX‘) &&! Ini_get (‘ zlib.output_compression ’)

If it doesn't help, we return everything.

8. We are looking for the file /wp-includes/js/tinymce/tiny_mce_config.php
Scroll down to the line: ‘compress’ => true,
Instead of true, write false

9. Empty line in functions.php file

10. Problems of the browser, or rather due to JavaScript. It is worth checking: does the visual editor disappear in all browsers (it is not displayed)

11. It is possible that WordPress is installed crookedly, in a folder or on a subdomain

12. The hosting is out of memory. WordPress needs at least 32 MB

13. Errors in the WordPress template. Change the template for a while to the default WordPress one.

Clear your browser's cookies and cache every time you check. Good luck!

(Visited 1,458 times, 1 visits today)

To enter posts in WordPress, as a rule, you use the admin panel equipped with a visual editor and a text (html) editor. They differ greatly from each other and complement each other, having their own advantages and disadvantages.

So, through the visual editor Wordpress it is not possible to put down many tags and operators, there is a version that it is used by beginners who are just starting to master programming languages. In part, this is true, although on the other hand, it also has a number of advantages, the largest of which, perhaps, is the fact that the user sees how fonts change when using a particular function, color, hyperlinks, etc., that work with the source code does not provide us.

In almost every version of the CMS, there may be problems with one of the editors, although it is the visual one that turns out to be the most sensitive. How I encountered this problem, I pointed out in an article about Pinterest and Instagram.

Symptoms of the WordPress visual editor not working properly:

  • Characters entered in the field to fill with text are not displayed
  • Text input field is inactive
  • There is no control panel and input text settings
  • There is no possibility to switch between visual and text editor.

Reasons and ways of restoring WordPress visual editor to work

The visual editor is disabled in the administrator profile. This problem is treated very simply. Go to your profile and uncheck the box next to “Disable visual editor”. After that, save the changes and you can get to work.

Browser problems. Try to enter the admin panel via IE, Firefox, Opera, Yandex browser etc. Quite often the problem is not with the visual editor, but with the browser. In addition, you can clear the cache, reload the page several times. Sometimes it helps.

The visual editor may not work due to a conflict with some of the plugins installed by the user. This is a fairly common problem that even an inexperienced user can easily fix. It is necessary to deactivate all installed plugins (do not be afraid, their settings will not go astray). After that, check the editor's functionality. If the problems with it have disappeared, then start connecting them one at a time, and then check the work of the editor. This procedure must be performed until you identify the module that interferes with your work.

The visual editor may not work even after updating the CMS. That is why I recommend not to install a system like 2.6.4.0, 3.5.0.2. These are, in a way, intermediate versions. It is better to use three-digit version of the engine. Also, download the update manually, not automatically. If the visual editor stopped working after the update, then I recommend trying to roll back to the previous version.

In addition, you can put additional plugins for entering text when using the visual editor. The most common are FCKEditir and TinyMCE. They have quite flexible settings and are very easy to use. In addition, they are equipped with much more interesting functionality than the built-in editor.

If, after manipulating the plug-in settings, you still could not fix the problem, you can try to work in the HTML editor. To simplify the work, you should install Post Editor Buttons, or AddQuicktag. Setting up modules is very simple: enter the name of the button and the tags for which it is responsible. But the first one doesn't work with latest versions WordPress.

If the WordPress visual editor does not work, then you can resort to more radical methods: make a backup of the database on your computer and completely reinstall the engine, or the wp-admin and wp-includes folders, but this, you see, is not the most pleasant and not always acceptable way.

In addition, problems may be associated with the hoster, therefore, if the measures you listed did not lead to anything, then you should contact technical support. Perhaps they can provide you with some help. All the above measures did not help me, and I didn't really like working with AddQuicktag, so I had to look for an alternative.

WordPress visual editor not working? - Try Windows Live Writer

Windows Live Writer is free software that can be downloaded from the official website of the company. However, while it is an alternative, it has advantages and disadvantages.

Among the pluses:

  • Simple and easy to set up and operate
  • It is possible to write text both in the visual and in the html editor
  • Create tables, insert links, photos, videos
  • You can save files on your hard drive, send them to the admin panel in drafts, or publish them directly on the blog
  • It is possible to edit already published texts

Minuses:

If you want to set a description of the text through the All in One SEO Pack, then after uploading the text to the blog, you will have to additionally edit the description for it in the admin panel

Many users do not like to use additional software

Thus, we see that there are a large number of ways to solve the problem. If the visual editor WordPress does not work, you can resort to the help of a hoster, or reinstalling the engine, using additional software. Or maybe this is a reason to start working more closely with HTML?

Having figured out the main functionality of the admin panel in WordPress. The greatest amount of time, after the formation of the basis of our site, we will devote to articles, their writing and optimization. An editor is implemented for typing and formatting posts in WordPress, but it is very inferior to plugins specialized for these needs. After installing and configuring the Tinymce Advanced visual and html editor plugin, editing your posts will be much easier.

There are many text editor plugins, one of which is a functional plugin that a huge number of people have chosen for themselves - TinyMCE Advanced.

Navigation through the article:

In order to start using and testing this TinyMCE Advanced plugin, you need to download and install it, how to do this is presented below in the video tutorial.

TinyMCE Advanced plugin description

The add-on plugin for the TinyMCE Advanced editor has existed for a very long time and probably 90% of the users of the WordPress platform have it installed and used daily.

The TinyMCE Advanced plugin is very simple, but at the same time it provides all the necessary functionality when working with pages and posts.

Thanks to TinyMCE Advanced, we can add to our standard editor, available after, a large number of new buttons that will definitely come in handy for you.

It is almost impossible to overestimate this plugin, it is used hourly, every minimal and fine tuning will become simple and accessible with the help of TinyMCE Advanced.

Video review of TinyMCE Advanced, its installation and configuration

In this video, you will see the benefits available when installing and working with TinyMCE Advanced.

Why TinyMCE Advanced is better than standard

For those who do not yet know the purpose of plugins, we have a special one, while the rest can plunge into the article with their heads.

TinyMCE Advanced exists to create your publications in a convenient visual and code format, to change and create a style of writing unique texts. The editor offered in the basic WordPress package is poor to say the least and has only basic tools.

As you can see, in confirmation of the above, you cannot overclock far with the standard editor, for this reason TinyMCE Advanced comes to our aid with its expanded functionality.

At first glance, it is clear that our capabilities will grow significantly with such functionality of TinyMCE Advanced capabilities. Anyone who has worked with text editors will be able to easily understand the icons and features of the plugin. For those who do not want to search for the necessary elements by typing, we will analyze the main features and settings of TinyMCE Advanced.

What TinyMCE Advanced will give us

So, using the advanced editor TinyMCE Advanced will allow us to add and use the following features:

  1. Easy and convenient creation of tables directly when writing an article. Editing and filling which will not cause you any inconvenience.
  2. Advanced and convenient formatting of the page structure. The ability to create and adjust the placement of layers (
    blocks).
  3. You will also be able to put superscripts and subscripts.
  4. Changing the background color of text with TinyMCE Advanced is very easy without using CSS.
  5. Embedding video files will become much more convenient with the TinyMCE Advanced editor.
  6. Change the font size.
  7. Wide variety of font families.
  8. A set of hot keys will add speed to your writing and formatting of your texts.
  9. It will become available to clear all formatting with one key.

These features and more will come in handy in shaping your WordPress creations.

The plugin is constantly updated, which cannot but please us, because this is the main sign that the developers think about your comfort.

Using TinyMCE Advanced, you will write your posts confident in your capabilities, we wish you inspiration and unique texts, we will meet in the next

Possible problems with TinyMCE Advanced and how to solve them

The TinyMCE Advanced plugin is written in PHP, just like any program, it may not work for one reason or another. The following are the most common problems that users encounter. What is the problem with the editor for WordPress.

WordPress visual editor TinyMCE Advanced not working

If, when connecting a plug-in, you cannot edit it, use icons, add or change settings, try the following operation:

  1. Check the performance of other plugins that you control from the admin panel, if their settings buttons work, then proceed to the next item. In case of problems with other add-ons, you need to look for the reasons for the internal settings, and not in the plugin itself.
  2. Update WordPress to the latest version.
  3. Remove the plugin completely and download TinyMCE Advanced from the official website.
  4. After installation, activate it and check if it works.

If this does not help you, perhaps the problems are related to other plugins, sometimes they can conflict, try disabling all plugins and check if the situation has changed. If TinyMCE Advanced does not work and you need to look for deeper problems with a "clean" engine, you should contact a programmer.

On the admin page: TinyMCE buttons are not sorted, they do not move, the toolbar is empty, other errors on the page

This is usually caused by another plugin that adds incompatible JavaScript libraries to all pages, not just where needed. You can work around this by trying to find out which plugins do this, temporarily disable the rest of the plugins until all the TinyMCE buttons appear, and enable them one by one by checking the changes in the settings.

If that doesn't work, try some general Javascript troubleshooting: clear cache, try a different browser, try a different computer if possible, uninstall and re-download all plugin files, and finally install Firefox with Firebug or Opera, note the first JS causing errors (important) and post it below or search the web to see what is causing it.

Organized the buttons and saved them, but nothing changes in the visual editor on the posts page

Click on the "Delete" button (next to the Save button) and then on "Continue". Then turn off and activate the plugin again. This will reset all settings that are stored in the database.

Some buttons are missing from the TinyMCE menu, or some tools do not appear at all, or TinyMCE behaves strangely after installing the plugin

Almost all of these problems are caused by the browser cache, or network cache. Clear your browser cache, close your browser, then launch it and try again. If the problem persists, try reloading the page while holding Ctrl (in IE) or Shift (in Firefox) to tell the browser to reload the page from the server. It can also be caused by a network cache somewhere between you and your web host. Just wait a few hours for the problem to go away.

I don't see any styles imported to "style" in the dropdown menu

These styles (classes only) are imported from the editor into the style.css file of your current theme. However, some themes do not include this file. In this case, follow the instructions on the TinyMCE Avdanced settings page to add your own style.css editor file to your theme. When defining styles, keep in mind that TinyMCE will only import class names:

My_class ()

My_other_class ()

I just installed the TinyMCE Avdanced plugin but nothing happened

Quit WordPress, clear your browser cache, restart your browser and try again. If that doesn't work, there might be a proxy caching or network cache somewhere between you and your host. You may need to wait a few hours for this cache to expire.

When I add emoticons, they don't show in the editor

The Smiley button in TinyMCE adds emoji codes. The actual images are added by WordPress when viewing a post / page. Make sure the "Convert emoticons like :-) and :-P to pictures" checkbox in the "Settings" / "Writing" menu is checked.

Plugin does not add any buttons, "Visual" and "HTML text" tabs are missing

Make sure the "Disable visual editor" checkbox under "Users" / "Your Profile" is unchecked.

The visual editor in LiveJournal does not work. How to fix.

The visual editor does not work in LiveJournal. How to fix?


LiveJournal's visual editor uses JavaScript.
What to do if the editor does not work, font size, color, etc. cannot be changed.
And the font in LJ, unfortunately, is very small, so it is difficult to read.
By the way, LJ client programs do not work without Java.

Java and JavaScript are not the same thing, but this is irrelevant to this problem.
For reference: Java is a universal language for writing programs designed to run on various platforms.
JavaScript is the web page processing language used by most browsers. Used for web pages only.

By default, JavaScript is enabled in browsers, but if problems arise on Internet pages, for example, the visual editor in LJ does not work, then you need to keep in mind the following:
Visual editor in LiveJournal works with using JavaScript, sometimes may not work in some browsers.
You may need to update your browser and make sure JavaScript is enabled.
Otherwise, it is possible to use only the HTML editor, and this is inconvenient for most users. Most people don't know what HTML is at all.

If the problem persists and, for example, the visual editor in LiveJournal does not work, that is, it is impossible to edit the text - change the text color, text size and font, etc., and you have updated the browser, make sure
that JavaScript is enabled - (for information: How to turn Java and JavaScript on and off), then the only way to fix the situation is to reinstall Java on your laptop or computer system.
Or installation if Java is not installed at all.

How to do it.

To begin with, through Start, go to the Windows Control Panel and see if Java is installed on your system.

If you have not found Java in the Control Panel, then go directly to the item B. Installation.
If you find Java in the list of programs in the Control Panel, then start from point A. Uninstall, then go to point B. Installation.

In addition, I strongly recommend that you use CCleaner version 4.18.4844 (later versions are written to startup).
If CCleaner is not installed on your computer,. (during installation, select the language and uncheck unnecessary checkboxes).

A. Removal.
1 Go through the Start and Control Panel to Install programs and components removal with closed browsers. Remove Java from the system.
2 Run Cclener (fix registry errors and clean the system)
3 In the folders C: \ Program Files \ and C: \ Program Files \ Common Files, delete the Java folders.
4 In the registry editor, find and delete everything related to Java (careful !!!).
5 Run Cclener (fix registry errors and clean the system)

B. Installation.
1 Go to the page with the Java binary, not the page with all Java versions!
2 Click the Download Java for free button and download the jxpiinstall file
3 Copy the file to a convenient location and run it, or run it from the Downloads folder when the browser is closed.
4 Remove two jackdaws near ASK !!!
5 Continue the installation with the Internet on and closed browsers.
6 After the installation is complete, start the browser, go to the Java website, click on the button Check Java version, in the pop-up window, click the button Yes.
7 After installation and verification, YOU HAVE JOY that the visual editor in LiveJournal works and that other problems have been fixed.
(in Odnoklassniki, the processor does not choke, and a computer with XP, oddly enough, has generally become much "easier" to work ...)