Plugin conflicts driving me nuts.
Author | Posts |
---|---|
July 5, 2014 at 6:11 pm 22978 | |
Hi, I love this plugin and think it is superb but it does incur a number of conflicts with other plugins. At the moment I'm having a major issue with UPME OR user profiles made easy. As soon as I activate upme the rich texteara on my forms does not show and I cannot input any text. Is there a way that I can prevent this happening? | |
July 5, 2014 at 11:46 pm 23003 | |
I’ve already had to uninstall my rich snippets plugin as that was now causing a conflict as well as the User profile made easy plugin. The strange this is that these were all working fine until recently but I really don’t want to install any more plugins as they affect the way my site functions. I am guessing that this is a javascript error of sorts that must have occurred recently, as this problem has only just happened following the update. | |
July 6, 2014 at 12:38 am 23006 | |
May be you can give us access to your site and we can check what kind of conflicts you are having or you can checkout this link to find out what error you are having. | |
July 6, 2014 at 12:51 am 23010 | |
This reply has been marked as private. | |
July 6, 2014 at 12:53 am 23011 | |
Dang! Seems like the update couldn’t happen. We are experiencing some firewall problem from our end, that might cause the problem. Can you please manually download the latest version from our site and update? Remember to remove the plugin first from your site. | |
July 6, 2014 at 1:04 am 23012 | |
This reply has been marked as private. | |
July 6, 2014 at 1:11 am 23013 | |
Uncaught ReferenceError: UPMETmce is not defined editor_plugin_tinymce_4.js:14 Uncaught ReferenceError: track is not defined speech2text.js:2 These two are the actual errors coming from various plugin. | |
July 6, 2014 at 1:18 am 23014 | |
This reply has been marked as private. | |
July 6, 2014 at 1:19 am 23015 | |
Tareq, the txt to speech error is a chrome browser add on which i have now disabled. | |
July 6, 2014 at 1:29 am 23017 | |
So now it contains only one error: Uncaught ReferenceError: UPMETmce is not defined editor_plugin_tinymce_4.js:14 Hover on the editor_plugin_tinymce_4.js file name and it will show the location of the script. So you can pinpoint the plugin. | |
July 6, 2014 at 1:58 am 23018 | |
Not sure if I have done this right but this is what I get Uncaught ReferenceError: UPMETmce is not defined editor_plugin_tinymce_4.js:14 | |
July 6, 2014 at 2:00 am 23019 | |
Does the above suggest that it may be a theme conflict? I have tried switching themes previously and I still have the same problem. | |
July 6, 2014 at 2:03 am 23020 | |
Ahhhh I think this is what you want Tareq (function () { var UPMEShortcodesManager = function(editor, url) { editor.addButton(‘upme_shortcodes_button’, function() { ] ] ] ] tinymce.PluginManager.add( “UPMEShortcodes”, UPMEShortcodesManager ); | |
July 6, 2014 at 2:05 am 23021 | |
So it would definitely appear that UPME is the culprit which is odd because looking through previous support post other people do use this plugin with no problems. | |
July 6, 2014 at 2:34 am 23025 | |
From what I have read this problem is caused by one of the plugins using the default wordpress editor and not the tinymce editor. I just need to find out which one it is. :0) | |
July 6, 2014 at 4:05 am 23028 | |
It’s not possible for us to find what is causing that error from here by just seeing the error codes. |