Javascript error
-
When I’m using woocommerce and tablepress and magicmembers I am getting a javascript error when I try to View a Product in woocommerce Visual Editor. The magicmembers tech traced the error to this.
—–
When we check the error messages on the console for javascript problems, we saw the following message:
(function(){“undefined”!=typeof tinymce&&(tinymce.create(“tinymce.plugins.TablePressPlugin”,{init:function(a,b){a.addCommand(“TablePress_insert_table”,tablepress_open_shortcode_thickbox);a.addButton(“tablepress_insert_table”,{title:tablepress_editor_button.title,cmd:”TablePress_insert_table”,image:b+”/tablepress-editor-button.png”})}}),tinymce.PluginManager.add(“tablepress_tinymce”,tinymce.plugins.TablePressPlugin))})();
When we deactivate the tablepress plugin, buttons loaded properly.
——–
Any insight?
The topic ‘Javascript error’ is closed to new replies.