vince said:
Hi,
Is the link to a customised version of jquery, and would it be better to host it locally?
Em, sorry yes. It should point to the WordPress version of jQuery.
<script type='text/javascript'
src='<?php echo get_bloginfo('wpurl'); ?>/wp-includes/js/jquery/jquery.js'></script>
vince said:
Can we assume TDo will work fine with new Geo Mashup Release 1.2.3
It should, but I haven’t checked.
Mark Cunningham
Guest
March 30th, 2009 at 10:49 am
Yea, there seems to be a “small” bug which I’ve been resolving with someone outside the forums. If you use the form in AJAX mode the problem will disappear but in non-ajax mode, you’ll need to hack the form and add this line above the GeoMashup part:
<script type='text/javascript'src='http://mortalvices.com/wordpress/wp-includes/js/jquery/jquery.js'></script>
I don’t know where this line has disappeared too, but I will fix it for the next release.
Permalink | Quote