Using a slider module on Joomla v3.0
I have tried several module extensions & all come back with the same error:
Uncaught TypeError: Object [object Object] has no method 'favslider'
jQuery.noConflict();
jQuery(window).load(function () {
jQuery('.favslider').favslider({
//error here ---> Uncaught TypeError: Object [object Object] has no method 'favslider'
animation: "slide",
directionNav: true,
keyboardNav: true,
mousewheel: false,
slideshow: false,
slideshowSpeed: 7000,
randomize: false,
animationLoop: false,
pauseOnHover: true,
controlNav: true,
start: function (slider) {
jQuery('body').removeClass('loading');
}
});
});
Url to site (shortened, as running on temp ip url & not allowed to post ip here) http://212.113.141.98/~highgate/index.php?option=com_content&view=article&id=1&Itemid=107
Any idea's - lost as to what can be wrong.