Hi,
I see that you have the jquery easy plugin configured that's good.
You howver sitll have a javascript error caused by your image slider:
Uncaught TypeError: Property '$j' of object [object DOMWindow] is not a function
in the code:
var $j =
$j(function(){
$j("#faded").faded({
speed:500,//default 500,
crossfade: true,
autoplay: 5000,//default 5000,
autorestart:5000,//default 5000,
autopagination:false
});
});
You should either disable it or ask the support of your slider module/component for help on how to solve the problem. I believe that it's because they used a modified version of jquery and thus with the default jquery library used by jquery easy, their code does not work anymore.