On our website
www.actual-laser.be
we receive an error which sometimes causes the image carousel of our template to display all the images underneath, ruining the homepage.
TypeError: jQuery(...).hotvmscroller is not a function
coming from this piece of code in the page according to firebug:
Code:
<script language="javascript" type="text/javascript">
var VmsInit1 = function(){
jQuery('#VMScrollBoth1').hotvmscroller({
speed:2000,
delay:6000,
transition:'swing',
direction:'vertical'
});
};
How can this be solved please?