WordPress visual editor does not work. Visual editor WordPress TinyMCE Advanced, description and settings

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

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


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

Java and JavaScript are not the same thing, but that's not relevant to this issue.
For reference: Java is a universal language for writing programs designed to run on various platforms.
JavaScript is a 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 LiveJournal does not work, then you need to keep the following in mind:
The visual editor in LJ works using JavaScript; sometimes it may not work in some browsers.
You may need to update your browser to make sure JavaScript is enabled.
Otherwise, you can only use the HTML editor, which is inconvenient for most users. Most people don't even know what HTML is.

If the problem persists and, for example, the visual editor in LiveJournal does not work, i.e., it is impossible to edit the text - change the text color, text size and font, etc., and you have updated the browser, made sure
If JavaScript is enabled - (for information: How to turn Java and JavaScript on and off), then the only way to correct 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.

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

If you do not find Java in the Control Panel, then go straight 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 included in startup).
If CCleaner is not installed on your computer, . (during installation, select the language and uncheck unnecessary boxes).

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

B. Installation.
1 Go to the page with the Java binary file, not the page with all versions of Java!
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 with the browser closed.
4 Uncheck two checkboxes next to ASK!!!
5 Continue installation with the Internet turned on and browsers closed.
6 After installation is complete, launch the browser, go to the Java website, click on the button Check Java version, click the button in the pop-up window Yes.
7 After installation and testing, BE HAPPY that the visual editor in LiveJournal is working and other problems have been resolved.
(in Odnoklassniki the processor does not choke, and a computer with XP, oddly enough, has generally become much “easier” to work with...)

What to do if the WordPress editor doesn't work? We recently encountered this problem, and we know 13 possible reasons why the visual editor may disappear.

WordPress Editor Not Working: 13 Possible Reasons

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

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

3. One possible reason is that some WordPress files have become corrupted. You will have to update WordPress or reinstall it.

4. Disk space is out.

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

Define('CONCATENATE_SCRIPTS', false);
If it doesn't help, return it back.

6. tinyMCE advanced plugin - disable and remove it.

7. Edit in the file wp-includes/js/tinymce/tiny_mce_gzip.php
We look for a string and replace it ob_gzhandler on ob_gzhandlerX
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 to the line: ‘compress’ => true,
Instead of true we write false

9. Empty line in functions.php file

10. Browser problems, or rather due to JavaScript. It’s worth checking whether the visual editor disappears in all browsers (it is not displayed)

11. WordPress may be installed crookedly, in a folder or on a subdomain

12. There is not enough memory on the hosting. WordPress needs at least 32 MB

13. Errors in the WordPress template. Temporarily change the template to the default WordPress one.

Every time you check, clear your browser's cookies and cache. Good luck!

(Visited 1,458 times, 1 visits today)

To enter entries in WordPress, as a rule, an administrative panel is used, equipped with a visual editor and a text (html) editor. They differ significantly from each other and complement each other, having their own advantages and disadvantages.

Thus, it is not possible to insert many tags and operators through the WordPress visual editor; there is a version that it is used by beginners who are just starting to learn programming languages. This is partly true, although on the other hand, it also has a number of advantages, the greatest of which, perhaps, is the fact that the user sees how fonts, colors, hyperlinks, etc. change when using a particular function, which We are not provided with working with the source code.

In almost every version of the CMS, problems may arise with one of the editors, although the visual one turns out to be the most sensitive. I mentioned how I encountered this problem in an article about Pinterest and Instagram.

Symptoms of the WordPress visual editor not working properly:

  • Characters entered into the text field are not displayed
  • The text input field is inactive
  • There is no control panel and settings for input text
  • There is no ability to switch between a visual editor and a text editor.

Reasons and ways to restore the WordPress visual editor to work

The visual editor is disabled in the administrator's 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 logging into the administrative 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 and reload the page several times. Sometimes it helps.

The visual editor may not work due to a conflict with one of the plugins installed by the user. This is a fairly common problem that can be easily fixed even by an inexperienced user. It is necessary to deactivate all installed plugins (don’t be afraid, their settings will not be lost). After this, check the functionality of the editor. If the problems with it have disappeared, then start connecting them one by one, and then check the editor’s operation. This procedure must be carried out until you identify the module that is preventing you from working.

The visual editor may not work even after updating the CMS. That is why I recommend not installing a system like 2.6.4.0, 3.5.0.2. These are kind of intermediate versions. It is better to install engine versions consisting of three numbers. Also, download the update manually, not automatically. If the visual editor stops working after the update, I recommend trying to roll back to the previous version.

In addition, you can install additional plugins for entering text when using the visual editor. The most common ones 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 plugin settings, you were still unable to resolve the problem, you can try working in an 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 does not work with the latest versions of 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 method.

In addition, problems may also be related to the hoster, therefore, if the measures you listed did not lead to anything, you should contact technical support. Perhaps they can provide you with some help. All of 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 company’s official website. However, although it is an alternative, it has its advantages and disadvantages.

Among the advantages:

  • Simple and convenient to set up and operate
  • It is possible to write text in both a visual and html editor
  • Creating tables, inserting links, photos, videos
  • You can save files on your hard drive, send them to drafts in the admin panel, or immediately publish them on your 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 WordPress visual editor does not work, you can resort to the help of a hoster, or reinstalling the engine, or using additional software. Or maybe this is a reason to start working more closely with HTML?

The visual editor does not work - debugging the error

How to fix it - 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". Find “developer tools” and the site code will open. Select the “Network” option here, press it, and press the F5 key on your computer keyboard. On the Network tab, some line movements began, accompanied by a change in the location of the colored balls. After that, texts appeared in the visual editor.

On the browser tools page there are several links where a window was found where 2 errors were shown in detail in the codes; according to the results of Network debugging, the codes were large.

Google Help

Following the link: “About the Google Chrome browser”, we are taken to a window where we should pay attention to the link: “help for using Chrome”. I looked here, there is very extensive material here. It’s 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 debug it as I wrote here and it works again. At least this way, otherwise all work would stop completely. This is the first time I've had such a glitch. Gradually everything got better on its own. Subsequently there were two new automatic updates. After which everything went smoothly, there are no problems now. Sometimes it also doesn’t work on the YouTube channel. I debug the same way as here and everything works out.

Having understood the basic functionality of the admin panel in WordPress. After forming the basis of our site, we will devote the greatest amount of time to articles, their writing and optimization. An editor has been introduced to type and format 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 entries will be much easier.

There are many text editor plugins, one of which is a functional plugin that has been chosen by a huge number of people - TinyMCE Advanced.

Article navigation:

In order to start using and testing this TinyMCE Advanced plugin, you need to download and install it, as shown in the video tutorial below.

Description of the TinyMCE Advanced plugin

The TinyMCE Advanced editor add-on plugin has been around for a very long time and probably 90% of WordPress platform users have it installed and use it 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 certainly be useful to you.

It is almost impossible to overestimate this plugin, it is used hourly, every minimal and fine adjustment will become simple and accessible with 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 the plugins, we have a special one, but the rest can plunge into the article headlong.

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

As we can see, in confirmation of what was said above, you won’t get very far with the standard editor, which is why TinyMCE Advanced with its expanded functionality comes to our aid.

At first glance, it is clear that our capabilities will increase significantly with this functionality of TinyMCE Advanced. Anyone who has ever worked with text editors can easily understand the icons and capabilities of the plugin. For those who want not to search for the necessary elements at random, we will analyze the main features and settings of TinyMCE Advanced.

What TinyMCE Advanced will give us

So, using the TinyMCE Advanced editor 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 page structure. Ability to create and regulate 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 font size.
  7. Wide selection of font families.
  8. A set of hotkeys will add speed to writing and formatting your texts.
  9. It will become possible to clear all formatting with one key.

These and other features will help you shape your creations with WordPress.

The plugin is constantly updated, which makes us happy, because this is the main sign that the developers are thinking about your comfort.

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

Possible problems with TinyMCE Advanced and methods for solving them

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

WordPress TinyMCE Advanced visual editor does not work

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

  1. Check the functionality of other plugins that you manage from the admin panel, if their settings buttons work, then move on to the next point. If problems arise 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. Completely uninstall the plugin and download TinyMCE Advanced from the official website.
  4. After installation, activate it and check its functionality.

If this does not help you, the problems may be related to other plugins, sometimes they may conflict, try disabling all plugins and checking 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 administration page: TinyMCE buttons are not sorted, they do not move, the toolbar is empty, other errors on the page

This is usually caused by other plugins that add incompatible JavaScript libraries to all pages, not just where needed. A workaround for this is to try to find out which plugins are doing this, temporarily disable the remaining plugins until all TinyMCE buttons appear, and enable them one by one, checking for changes in the settings.

If this doesn't help, try some general Javascript troubleshooting: clear cache, try another browser, try another computer if possible, delete and re-download all plugin files, and finally install Firefox with Firebug or Opera, note the first one JS causing errors (important) and post it below or search online to find out 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 don't 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 by holding Ctrl (in IE) or Shift (in Firefox) to tell the browser to reload the page from the server. This could 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 into the "style" dropdown menu

These styles (classes only) are imported from the editor into your current theme's style.css file. 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 this doesn't work, there may be proxy caching or a 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 up in the editor

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

The plugin does not add any buttons, there are no “Visual” and “HTML text” tabs

Make sure the "Disable Visual Editor" checkbox under "Users"/"Your Profile" is unchecked.