I see a JavaScript error on the page:
Timestamp: 4/1/2013 8:45:30 AM
Error: ReferenceError: SHRSB_Settings is not defined
Source File: https://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-publishers-sb.min.js?ver=6.1.2.0
Line: 36
That is likely because your theme is including this very old jQuery library (1.2.6):
<script type="text/javascript" src="https://www.skypenosis.fr/wp-content/themes/freemium/js/jquery.min.js"></script>
You are also including the correct version 1.8.3. Please remove the reference to this old library and check again.
You can find the source of the library by deactivating the theme and your plugins, but it appears to be coming from your theme. You can use these steps if you have trouble finding it http://rkt.gs/testing
Posted 11 years ago on Monday April 1, 2013 |
Permalink