Title: Visual editor not working
Last modified: August 22, 2016

---

# Visual editor not working

 *  [thaobn20](https://wordpress.org/support/users/thaobn20/)
 * (@thaobn20)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/)
 * using WP 4.0 + qTranslate but visual edit is error
 * [https://wordpress.org/plugins/qtranslate/](https://wordpress.org/plugins/qtranslate/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [metamorpher](https://wordpress.org/support/users/metamorpher/)
 * (@metamorpher)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/#post-5321718)
 * I have the same issue. When selecting tabs to edit the content, also is overwritten
   by new input I make. For example, if first I complete a Spanish content, then
   when starting the completion of the English content and saving, overwrites my
   Spanish content.
 *  [Her Bar](https://wordpress.org/support/users/barbarbox/)
 * (@barbarbox)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/#post-5321726)
 * This worked for me:
    [https://wordpress.org/support/topic/heres-a-fix-i-found-for-the-bug-with-visual-editor-in-wordpress-39?replies=22](https://wordpress.org/support/topic/heres-a-fix-i-found-for-the-bug-with-visual-editor-in-wordpress-39?replies=22)
 * > [https://gist.github.com/warenhaus/10990386](https://gist.github.com/warenhaus/10990386)
   > Replace qtranslate_hooks.php, qtranslate_javascript.php and qtranslate_wphacks.
   > php with the code found in the link.
 * It’s actually for 3.9, but I’m on 4.0 and it works!
 *  Thread Starter [thaobn20](https://wordpress.org/support/users/thaobn20/)
 * (@thaobn20)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/#post-5321727)
 * thanks for help [@barbarbox](https://wordpress.org/support/users/barbarbox/)
   
   i’m config the same link [https://gist.github.com/warenhaus/10990386](https://gist.github.com/warenhaus/10990386)
   but i have new problem: Add Media not working 🙂 can you tell me?
 *  [Her Bar](https://wordpress.org/support/users/barbarbox/)
 * (@barbarbox)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/#post-5321729)
 * Hi Thaobn20,
    I am used to add the html <img src…> manually. But I checked and
   my Add Media doesnt work either!
 * Im also using Shortcodes Ultimate plugin, which creates a button next to and 
   similar to Add Media. That button gives a void javascript.
 * So it’s probably the Javascript.
    Unfortunately, I can’t fix that myself. Does
   anybody have any clues?
 * Thanx!
 *  [T-362](https://wordpress.org/support/users/t-362/)
 * (@t-362)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/#post-5321731)
 *     ```
       function custom_deregister_editor_expand() {
         wp_deregister_script('editor-expand');
       }
       add_action( 'admin_init', 'custom_deregister_editor_expand' );
       ```
   
 * Added to my theme’s function.php and looks like it helps (i take it from here–
   [https://wordpress.org/support/topic/not-compatible-with-wordpress-40-41?replies=7](https://wordpress.org/support/topic/not-compatible-with-wordpress-40-41?replies=7))

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Visual editor not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate.svg)
 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate/reviews/)

## Tags

 * [add media](https://wordpress.org/support/topic-tag/add-media/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [visual editor](https://wordpress.org/support/topic-tag/visual-editor/)

 * 5 replies
 * 4 participants
 * Last reply from: [T-362](https://wordpress.org/support/users/t-362/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/visual-editor-not-working-56/#post-5321731)
 * Status: not resolved