Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Denzel Chia

    (@denzel_chia)

    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!

    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.

    I also tried switching back to the Twenty-twelve theme and the problem is still there.

    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 – https://…../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.

    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', 'https://your.domain.name/your-content' );
    define( 'WP_PLUGINS_URL', 'https://your.domain.name/your-content/plugins' );

    Plugin Author Denzel Chia

    (@denzel_chia)

    Hi Michelpelletier07,

    Please kindly see my reply in the support thread that you opened.

    https://www.ads-software.com/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.