Unchecking ‘View people’s profiles when you mouse over their Gravatars’ under Settings > Discussion does the trick.
Hi,
thanks for your post, and sorry for the trouble.
Most probably, the real reason for this is not in Jetpack, but maybe in your theme: If the on method can not be found, this usually indicates that the jQuery JavaScript library is loaded twice (where the second copy is a very old version). Some theme unfortunately do this.
For more information, please see http://tablepress.org/faq/js-functions-not-working/
Regardless, if unchecking that checkbox in the Gravatar settings helps, that’s of course good short-term solution. In the long-term, you should fix that jQuery issue in the theme.
Regards,
Tobias
jQuery is indeed enqueued properly via functions.php
No duplicate version in source.
Hope this work around helps others.
jQuery is indeed enqueued properly via functions.php
No duplicate version in source.
Could you post your site URL here, so we can have a look?
If you want it to remain private, you can also contact us via this contact form:
http://jetpack.me/contact-support/
http://totalatlantarealty.com/neighborhoods/active-adult-communities/
jQuery DataTables working correctly now since unchecking ‘View people’s profiles when you mouse over their Gravatars’ under Settings > Discussion
The search fields you’ve added to your sidebar seem to add multiple Javascript libraries to your site, including some old libraries:
http://search.totalatlantarealty.com/idx/searchQuickFreeText_js.cfm?cid=59964
jquery-1.6.2.min.js
I would recommend that you remove these old libraries and use wp_enqueue_script instead, as @tobiasbg suggested earlier.
Ah… Silly me. This subdomain is a third party real estate search engine that we can’t control. Thanks for the help.
Hi,
great to hear that you found the cause for this! 🙂
Regards,
Tobias