webdojo Is there a chance do do the same with the "trainer module"?
You can make the similar change as suggested by Pavit in this file i.e./templates/ja_fit/acm/teams/tmpl/style-1.php around line 106
Code snippet reference:
loop: true,
nav : false,
dots: <?php echo($column >= $count) ? 'false' : 'true' ;?>,
autoplay: false
});
});
})(jQuery);