Support Forum
you have a plugin that appears to be way out of date and causing js/jquery issues on your site...
the SI Captcha anti spam plugin is trying to load an ancient version of jquery with:
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.2.3'></script>
and of course it cannot be found... wp is using version 1.7.1 of jquery and several versions ago moved the location of its jquery in wp-includes...
dont know if that is causing your issue but is causing problems...
Visit Cruise Talk Central and Mr Papa's World
Hmm.. okay and do you know how to find that plugin, which is using out of date and causing js/jquery issues?
Update: I found that plugin, I think its pie register (register plus). I disabled it and checked on google webmaster tools if it is still loaded and it's not. After this I tried to quote and it still does not work...
its still trying to load for me...
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
the js at least partially works but something is still wrong... not only is the text not copying, the page is not scrolling to the editor when opened...
you really should resolve the jquery loading stuff - loading some minified version from googleapis may not equal loading the wp version...
also, if you could add:
define('SP_SCRIPTS_DEBUG', true);
to your wp config file, I can try to debug the js and see where its heading south...
Visit Cruise Talk Central and Mr Papa's World
After i wrote my last post here I activated the pie register plugin, because nothing changed in the forum. In this moment I deactivated ajax login and pie register and quoting still does not work.
I added define('SP_SCRIPTS_DEBUG', true); to my wp config.php
Hope you can help me :/
Thanks
I am not able to detect the exact problem from my side... so lets do a bit more debugging...
can you temp switch to the default wp theme and see if things work better? might help narrow it down...
if that does nothing, then disable your other plugins and see if it works... if so, then reenable one by one until it breaks... again, just trying to narrow it down...
Visit Cruise Talk Central and Mr Papa's World
yes, the js is dying in the showing of the form and trying to paste in the content... just not sure why...
did you try a switch to the wp default theme?
Visit Cruise Talk Central and Mr Papa's World
would certainly hope not! unless the theme is poorly written... make a db copy before and you can always get back...
Visit Cruise Talk Central and Mr Papa's World
I changed the theme to default wordpress theme and now quoting works. So it's related to the template, right?
and really thinking its still the loading of jquery from google apis...
can you look in the theme header.php file and see if you can find the hardcoded loading of jquery and jquery ui from google apis?
1 Guest(s)