Support Forum
Suddenly when I hit the quote button on my forum I only get a blank WYSIWyG window and I cannot scroll up anymore in the browser.
Have tried disabling all other plugins to check for plugin conflict but no success.
Javascript Consol in Chrome reports
Uncaught TypeError: Object #<Object> has no method 'on' digitalt.tv:1
Uncaught TypeError: Object #<Object> has no method 'on'
Seems it keeps counting these forever.
The forum is http://digitalt.tv/forum/
Let me know if you need a forum account for checking this out.
Best regards
Bo
sorry, if already asked, but this is latest SP and tinymce plugin versions?
Visit Cruise Talk Central and Mr Papa's World
Do not know if it is related but if I disable the Theme & Language Selector plugin inside SimplePress nothing happens when I click reply or quote.
Here are the javascript messages
Uncaught ReferenceError: spjQuotePost is not defined
Uncaught ReferenceError: spjOpenEditor is not defined
I guess it should work without the Theme & Language Selector plugin?
Best regards
Bo
so you have multiple js issues on your site... the first is:
TypeError: $ is not a function
http://digitalt.tv/forum/parab...../astra-1n/
Line 648
which usually indicates some sort of js/jquery conflict... the second is:
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
https://www.facebook.com/dialo.....8;sdk=joey
indicating some issue with facebook and oauth... more concerned about first...
http://codex.simple-press.com/.....-conflict/
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js?ver=1.4.4'></script>
that is very improper loading of jquery... its loading a very, very old version compared to the version that comes with WP... and you should always use the version that comes with wp... that ancient version will cause conflict...
if you find where in your wp theme or another plugin that is occurring, we can help fix it...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)