Changes between Initial Version and Version 2 of Ticket #2611
- Timestamp:
- 06/07/2014 02:02:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2611
- Property Cc design@… added
-
Ticket #2611 – Description
initial v2 8 8 I checked out the script in Chrome’s JavaScript console and got this: 9 9 10 {{{ 10 11 “Uncaught ReferenceError: QTags is not defined” (around the 5th line of code): 11 12 12 13 edButtons[110] = new QTags.TagButton( ‘code’, ‘code’, ‘', '‘, ‘c’ ); 13 14 QTags._buttonsInit(); 15 }}} 14 16 15 17 That looks like it might be it. Any thoughts on how to define the QTags? … … 17 19 18 20 19 Here is the script from which the conflict originates: http://dev.detoxtheworld.com/wp-content/plugins/bbpress/templates/default/js/editor.js20 21 Here is the script from which the conflict originates: 22 http://dev.detoxtheworld.com/wp-content/plugins/bbpress/templates/default/js/editor.js 21 23 https://bbpress.trac.wordpress.org/browser/tags/2.5.3/templates/default/js/editor.js 22 24 … … 28 30 Hi, 29 31 30 You have a JS error that blocks the execution, from this file http://dev.detoxtheworld.com/ wp-content/plugins/bbpress/templates/d..., slider can't cause it even theoretically.32 You have a JS error that blocks the execution, from this file http://dev.detoxtheworld.com/ ... /bbpress/templates/default/js/editor.js , slider can't cause it even theoretically. 31 33 32 34 If you say that everything starts working correctly after eMember is deactivated - contact their support, and ask which of their files can cause conflict with bbpress js file.