Visual editor not showing up

I had the same problem and it was solved by following an advice found on https://wordpress.org/support/topic/visual-editor-missing-15/ Go to the file wp-config.php Find the following line: define(‘DB_HOST’, ‘xxxxxxxxxxxx’); Right below the above line add this: define(‘CONCATENATE_SCRIPTS’, false);

How to enable the tag in WordPress posts and pages

First things first, modifying core files is extremely frowned upon you will have to make these changes with every upgrade and they can lead to security and other problems. I’m pretty sure there is a plugin that will allow this. I did a simple search and here are a few to try: http://wordpress.org/extend/plugins/preserved-html-editor-markup/ http://wordpress.org/extend/plugins/ultimate-tinymce/

how to fix a broken visual editor

This almost certainly happens because WordPress cannot load the TinyMCE editor files or the TinyMCE javascript code could not be run. Try these things: 1) Make sure your browser has javascript enabled! 2) Open this URL in your browser http://<yoursite>/wp-includes/js/tinymce/wp-tinymce.php You should see a lot of text, starting something like this: // 4.0.21.1 (2014-04-09) !function(e,t){“use … Read more