Page 1 of 1

Auto-Scroll Manufacturer Carousel

Posted: Sat Aug 27, 2011 4:39 am
by 1127DEV
Is there a way to animate the manufacturer carousel on the home page, such as removing the green button, and letting it scroll through or rotate the manufacturers?

Re: Auto-Scroll Manufacturer Carousel

Posted: Mon Sep 05, 2011 3:49 am
by PetracheNicolae
yes it is. http://coolkids.aktiveshops.de/
the maker of the template doesn't sell the module-i have asked
http://www.opencart.com/index.php?route ... order=DESC

Re: Auto-Scroll Manufacturer Carousel

Posted: Sun Jan 08, 2012 12:18 pm
by Lao
Well, maybe this will help others as well. With the quick help from florinsith, I got this auto scrolling manufacturer's carousel (down the home page): http://www.importpieseauto.ro

For everyone who wants it, I hope Florinsith agrees to share the solution: edit file
catalog/view/theme/yourtheme/template/module/carousel.tpl, find line

Code: Select all

vertical: false,
and add after it

Code: Select all

auto: 3,
wrap: 'circular',
That's it. Hope florinsith's solution helps others too.

Re: Auto-Scroll Manufacturer Carousel

Posted: Fri Jun 29, 2012 12:16 am
by embroidink
Awesome! Worked like a charm!

Re: Auto-Scroll Manufacturer Carousel

Posted: Fri Oct 26, 2012 3:52 pm
by dynozor
Thank you so muche work great

PS: is their a way to randome them at start ???

Re: Auto-Scroll Manufacturer Carousel

Posted: Mon Oct 29, 2012 7:22 pm
by Owen Smith
I tried this but it dont return or start over it only goes to the end and stops.

Any ideas?

Code: Select all

<script type="text/javascript"><!--

$('#carousel<?php echo $module; ?> ul').jcarousel({

	vertical: false,
	auto: 3,
	wrap: 'circular',

	visible: <?php echo $limit; ?>,

	scroll: <?php echo $scroll; ?>

});

//--></script>

Re: Auto-Scroll Manufacturer Carousel

Posted: Tue Oct 30, 2012 12:56 am
by M-A
I have it working like a silk, Thank You!

Hi, OWEN: Please, open YourDOMAIN/catalog/view/theme/themeglobal/template/module/carousel.tpl
COPY and REPLACE with this and good luck:

Code: Select all

<script type="text/javascript"><!--
$('#carousel<?php echo $module; ?> ul').jcarousel({
	vertical: false,

auto: 3,
wrap: 'circular',

	visible: <?php echo $limit; ?>,
	scroll: <?php echo $scroll; ?>
});
//--></script>

Re: Auto-Scroll Manufacturer Carousel

Posted: Wed Nov 14, 2012 9:48 am
by harmonymusic
is it possible to add auto scroll to specific carousel or layout? I'd like to allow other carousels to be static. thanks.

Re: Auto-Scroll Manufacturer Carousel

Posted: Fri Feb 08, 2013 3:37 am
by mediamagazinet
Nice :)

Works perfect on 1.5.5.1 and it never stops

See http://www.klockor24.se

Best regards / Mathias

Re: Auto-Scroll Manufacturer Carousel

Posted: Thu Feb 28, 2013 9:18 pm
by Maka
I tried to do this aswell but for some reason i have different code under carousel.tpl and if i change thoose lines carousel completly dissapears. My code is

Code: Select all

<div id="carousel<?php echo $module; ?>" class="es-carousel-wrapper">
    <div class="es-carousel">
        <ul>
        	<?php foreach ($banners as $banner) { ?>
            	<li><a href="<?php echo $banner['link']; ?>"><img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" title="<?php echo $banner['title']; ?>"/></a></li>
            <?php } ?>
        </ul>
    </div>
</div>
<script type="text/javascript">
    $('#carousel<?php echo $module; ?>').elastislide({
        margin: 0,
        minItems: <?php echo $limit; ?>
    });
</script>
Any info where to put those lines to make carousel auto-scrolling? I'm using 1.5.4.1 version of OC. Ty for answers

Re: Auto-Scroll Manufacturer Carousel

Posted: Wed Mar 06, 2013 4:50 pm
by Maka
BUMP.

Really no info how to make carousel auto-scrolling? :)

Re: Auto-Scroll Manufacturer Carousel

Posted: Fri May 10, 2013 3:53 am
by FCWC
maka - it tells you above.
Also I came across 2 different VQMods that do it (Free ones)

Im still looking for one that gives control per banner from within admin.

Re: Auto-Scroll Manufacturer Carousel

Posted: Mon Sep 15, 2014 12:22 pm
by webkix
Maka wrote:BUMP.

Really no info how to make carousel auto-scrolling? :)
For step by instructions please see this link: http://www.webkix.com.au/opencart-set-b ... matically/