Hi,
Opencart 2.1.0.1 with default theme,
I have an issue in Manufactures Logo scrolling in homepage bottom. I am using more then 15 logo but after last logo it rollback to first logo then scroll to one by one till end, and i want to play this infinite mode i mean when last logo scroll then come first logo without rollback.
is there in carousel.tpl need any extra code to be added for this issue
$('#carousel<?php echo $module; ?>').owlCarousel({
items: 6,
autoPlay: 4000,
navigation: true,
navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>'],
pagination: true,
});
Opencart 2.1.0.1 with default theme,
I have an issue in Manufactures Logo scrolling in homepage bottom. I am using more then 15 logo but after last logo it rollback to first logo then scroll to one by one till end, and i want to play this infinite mode i mean when last logo scroll then come first logo without rollback.
is there in carousel.tpl need any extra code to be added for this issue
$('#carousel<?php echo $module; ?>').owlCarousel({
items: 6,
autoPlay: 4000,
navigation: true,
navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>'],
pagination: true,
});
Check this solution, it should work for you aswell:
Code: Select all
http://codepen.io/balix/pen/fiBFx
Check my FREE extension - Frontend Admin Toolbar
http://www.opencart.com/index.php?route ... n_id=26059
For any inquiry or questions contact me at: abxweb[at]outlook[dot]com
Hi,
Thanks for support.
Above given url is really beneficial for this but not helpful in this version.
Actually Opencart 2.1.0.1 are using jQuery OwlCarousel v1.3.3
but Infinity Loop support in jQuery OwlCarousel v2.X
If i am changing this with all the .css and .js file all the layout are crashed.
is there any way to make it in infinite or loop mode.
Or it is possible to change our all the OwlCarousel v1.X into V2.X in opencart 2.1.0.1
Thanks.
Thanks for support.
Above given url is really beneficial for this but not helpful in this version.
Actually Opencart 2.1.0.1 are using jQuery OwlCarousel v1.3.3
but Infinity Loop support in jQuery OwlCarousel v2.X
If i am changing this with all the .css and .js file all the layout are crashed.
is there any way to make it in infinite or loop mode.
Or it is possible to change our all the OwlCarousel v1.X into V2.X in opencart 2.1.0.1
Thanks.
Unfortunately this doesnt work on 1.3 carousel. Have you tried excluding the jQuery from 1.3 and uplading the one from 2.0? (and css also)
Check my FREE extension - Frontend Admin Toolbar
http://www.opencart.com/index.php?route ... n_id=26059
For any inquiry or questions contact me at: abxweb[at]outlook[dot]com
i am done playing with latest owl carousel version(beta). and i can see that it is working fine with some modification to its CSS, but it will require some modification for all modules that use owl carousel, which is option that will allow X items to be shown per slide(this also can be done with just edit the TPL files directly or using either vqmod or ocmod), however all the option variable for the carousel also need to be changed for all modules to make this work as expected
You can't control the weather, but you can change your mood.
You can't modify the visage, but you can show your smile.
You can't command someone else, but you can hold yourself.
You can't forecast tomorrow, but you can using today.
You can't obtain thanks, but you can exert yourself in everything.
OCEXTENSION.COM - YOUR PROFESSIONAL OPENCART EXTENSION STORE
You can't modify the visage, but you can show your smile.
You can't command someone else, but you can hold yourself.
You can't forecast tomorrow, but you can using today.
You can't obtain thanks, but you can exert yourself in everything.
OCEXTENSION.COM - YOUR PROFESSIONAL OPENCART EXTENSION STORE
Who is online
Users browsing this forum: Google [Bot], paulfeakins and 77 guests