Just wondered if anyone else had managed to identify/target the Latest Carousel Module in the Theme Fashionista? I'm trying to adjust the Scroll property to anything other than the default of 1 & am trying to override by placing the following script in the catalog/view/theme/fashionista/template/module/latest.tpl file but am unsure as to its correct identity as is rather convoluted in the way the theme constructs carousels:
Code: Select all
<script type="text/javascript">
$ ('.latest').cycle({
scroll: 5,
});
</script>
Any suggestions appreciated,
Thanks.