- Posts: 4
- Thank you received: 0
carousel is not a function and mod_virtuemart_product autoplay not works
10 years 2 months ago #7991
by tarab bas
Hi,
I have some issue with some of your free templates.
I use slideshow toshow VM product in mod_virtuemart_product and I set slide autoplay in css module but the module doesn't scrolls products automatically.
Only if I click on the top-right arrow it starts to scroll.
Finally, in index page code there an error carousel is not a function
caused probably from this piece of code
in /mod_virtuemart_product/default.php
I have some issue with some of your free templates.
I use slideshow toshow VM product in mod_virtuemart_product and I set slide autoplay in css module but the module doesn't scrolls products automatically.
Only if I click on the top-right arrow it starts to scroll.
Finally, in index page code there an error carousel is not a function
caused probably from this piece of code
Code:
<script type="text/javascript">
<!--
jQuery.noConflict();
jQuery(document).ready(function($) {
$('#vmgroup<?php echo $module->id; ?>').carousel();
});
-->
</script>
Please Log in or Create an account to join the conversation.
10 years 2 months ago #7996
by tarab bas
Replied by tarab bas on topic carousel is not a function and mod_virtuemart_product autoplay not works
Thank you for your support!
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds