7of9
Hi,
There seems to be conflict in JS, Mootools lib was loaded before bootstrap.
I updated this file: html/templates/ja_nuevo/html/mod_jacontentslider/default.php
<script type="text/javascript">
if (typeof jQuery != 'undefined') {
(function($) {
$(document).ready(function() {
$('.carousel').each(function(index, element) {
$(this)[index].slide = null;
});
});
})(jQuery);
}
added this script.