#1006
Bartosz
Keymaster

Hi Alessandro,

Your site is using a newest WP and the jQuery versions, which is definitely good. However some other scripts are outdated, There are two JS errors:

Error: TypeError: $(…).live is not a function
Source: http://www.hollowbone.com/dev/accademiaitaliana-new/wp-content/plugins/wp-cleanfix/wpdk/assets/js/wpdk.js?ver=1.1.0
LIne: 1294

Error: TypeError: e(…).accordion is not a function
Source: http://www.hollowbone.com/dev/accademiaitaliana-new/wp-content/themes/aithai_new/js/scripts-ck.js
Line: 1

The first one is caused by .live() function, which is outdated and not available in the jQuery version you are using. .live() has been replaced by function .on() (which is used by Responsive Lightbox also). If you replace it in your script it should be fine.

I’m not sure about the second error. Maybe it will disappear if you fix the first one. If not, there might be a dependable scrpit unavailable (from the jQuery UI library I think), most probably the jQuery UI Accordion. Take a look here on how to add that to your theme: http://codex.wordpress.org/Function_Reference/wp_enqueue_script