Hey Giles!
In the latest update, we began outputting the JS in the Footer of the site, instead of the header of the site, to avoid some conflicts with certain themes.
I looked at your site, and it appears our javascript is not being output in the footer. This would happen if the Theme you are using doesn’t include the wp_footer(); call in it, that all themes should definitely include.
Without being able to look at your theme I cannot confirm this is the case.
As a workaround, however, I can add the option to control where the Javascript is output. That should address your problem.
Look for this update in the next 24 hours – in the meantime I apologize for the inconvenience.
Thanks!
Richard
FYI – the function I’m talking about is this one:
http://codex.wordpress.org/Function_Reference/wp_footer
If you are the developer, just pop that is as instructed.
Thanks!
Hi Richard
You are spot on <?php wp_footer(); ?> was missing from my footer.php file.
Many thanks again.
Cheers Giles