• I have recently started my first blogsite. But, from the very beginning, i can’t find the build in visual editor. there is only text editor(html).

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • There might be the case that WordPress cannot load the TinyMCE editor files or the TinyMCE javascript code could not be run. You need to check with below few things :

    1) Make sure your browser has javascript enabled.

    2) Open this URL in your browser http://www.animeheads.net/wp-includes/js/tinymce/wp-tinymce.php. You should see some text here (javascript code).

    3) Open your admin panel, edit any page/post, press F12 (if using Windows) or simply right click and click on ‘Inspect Element’ to debug/check if there is any error in console tab.

    4) You can also check if there is any issue with current theme once by switching the theme and then checking if still the problem exist.

    5) If above doesn’t work for you, try adding define(‘CONCATENATE_SCRIPTS’, false); in wp-config.php file.

    Thread Starter rashidrayhan

    (@rashidrayhan)

    thank you for your reply. i will try to follow the instructions and see if it works..

    bards123

    (@bards123)

    @anuragdeshmukh
    Same problem here is an inspection report of admin area for the visual editor which is not working. My website is birdsfantasy.com

    <div id=”wp-content-editor-tools” class=”wp-editor-tools hide-if-no-js” style=”position: absolute; top: 0px; width: 516px;”><div id=”wp-content-media-buttons” class=”wp-media-buttons”><button type=”button” id=”insert-media-button” class=”button insert-media add_media” data-editor=”content”><span class=”wp-media-buttons-icon”></span> Add Media</button></div>
    <div class=”wp-editor-tabs”><button type=”button” id=”content-tmce” class=”wp-switch-editor switch-tmce” data-wp-editor-id=”content”>Visual</button>
    <button type=”button” id=”content-html” class=”wp-switch-editor switch-html” data-wp-editor-id=”content”>Text</button>
    </div>
    </div>

    • This reply was modified 8 years ago by bards123.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot find built in visual editor’ is closed to new replies.