Title: Breaks Visual Editor
Last modified: September 2, 2016

---

# Breaks Visual Editor

 *  [reddirtranch](https://wordpress.org/support/users/reddirtranch/)
 * (@reddirtranch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/)
 * Not sure why and neither is the dev, too bad since otherwise this is great.

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

 *  Plugin Author [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774207)
 * Hi,
 * I said not sure why it breaks your WordPress editor.
    It happens only for you,
   which could be a third party plugin or theme breaking the WordPress admin’s javascript,
   there are a few possibilities.
 * My plugin does not break the WordPress editor!
    There has been no changes to 
   WordPress TinyMCE API for adding custom buttons, therefore it does not break 
   before and it certainly does not break now.
 * Please be fair when you comment or do a review.
 * Thanks!
 *  [Michelpelletier07](https://wordpress.org/support/users/michelpelletier07/)
 * (@michelpelletier07)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774208)
 * Same problem here. The TinyMCE button breaks my WordPress editor. I tried disabling
   all other plugins but the problem is still there. Disabling the plugin’s TinyMCE
   button makes the problem go away.
 *  [Michelpelletier07](https://wordpress.org/support/users/michelpelletier07/)
 * (@michelpelletier07)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774209)
 * I also tried switching back to the Twenty-twelve theme and the problem is still
   there.
 *  [Michelpelletier07](https://wordpress.org/support/users/michelpelletier07/)
 * (@michelpelletier07)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774210)
 * I’ve found out why this problem is happening. There is a conflict between the
   this plugin and the “Better WP Security” plugin, which has an option to rename
   the “wp-content” directory. When that happens, the VSBW plugin stil looks in “
   wp-content” so the following javaScript error is generated: “NetworkError: 404
   Not Found – [http://&#8230](http://&#8230);../wp-content/plugins/video-sidebar-
   widgets/vsw_tinymce/editor_plugin.js?ver=358-24486” The VSBW should examine ‘
   WP_CONTENT_URL’ to get the proper base URL. I am moving to the support forum 
   to explain the problem to the developer.
 *  [Michelpelletier07](https://wordpress.org/support/users/michelpelletier07/)
 * (@michelpelletier07)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774211)
 * Anyway, adding a ‘WP_PLUGINS_URL’ definition to the wp-config.php file, in addition
   to the existing ‘WP_CONTENT_URL’ definition, fixes it. Here is an example:
 *     ```
       define( 'WP_CONTENT_URL', 'http://your.domain.name/your-content' );
       define( 'WP_PLUGINS_URL', 'http://your.domain.name/your-content/plugins' );
       ```
   
 *  [Michelpelletier07](https://wordpress.org/support/users/michelpelletier07/)
 * (@michelpelletier07)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774212)
 *  Plugin Author [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774213)
 * Hi Michelpelletier07,
 * Please kindly see my reply in the support thread that you opened.
 * [http://wordpress.org/support/topic/tinymce-button-renders-tinymce-unusable?replies=5#post-4412042](http://wordpress.org/support/topic/tinymce-button-renders-tinymce-unusable?replies=5#post-4412042)
 * Thanks!
    Denzel

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

The topic ‘Breaks Visual Editor’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/video-sidebar-widgets_595c79.svg)
 * [Video Sidebar Widgets](https://wordpress.org/plugins/video-sidebar-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-sidebar-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-sidebar-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/video-sidebar-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-sidebar-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-sidebar-widgets/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/breaks-visual-editor-2/#post-7774213)