I'm developing a Joomla 3 template using the T3 Framework and I've included an IceCarousel
module which uses the Flexslider
plugin. However, the IceCarousel
module isn't working because there is a javascript error that says:
$(...).flexslider is not a function
Line 477
I've taken a look at the page source and the flexslider source files are definitely there. There is also a /media/jui/jquery-noconflict.js
file which comes standard with Joomla 3. I am not sure if this is what is causing the problem. Is this an issue of the order of the stacking of the javascript files?