Post by 1127DEV » Sat Aug 27, 2011 4:39 am

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?

Newbie

Posts

Joined
Fri Aug 19, 2011 12:06 pm

Post by PetracheNicolae » Mon Sep 05, 2011 3:49 am

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

New member

Posts

Joined
Tue May 24, 2011 5:40 am

Post by Lao » Sun Jan 08, 2012 12:18 pm

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.

I'm using Open Cart 1.5.4.1 on http://www.importpieseauto.ro


User avatar
Lao
Active Member

Posts

Joined
Tue Nov 23, 2010 3:31 pm
Location - Craiova, Romania

Post by embroidink » Fri Jun 29, 2012 12:16 am

Awesome! Worked like a charm!

User avatar
Newbie

Posts

Joined
Sun Apr 29, 2012 12:37 am
Location - Prior Lake, MN

Post by dynozor » Fri Oct 26, 2012 3:52 pm

Thank you so muche work great

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

  • OpenCart : Version 1.5.5.1
  • Hébergeur : OVH
  • Template installé : green_electronic (modifié)
  • PHP : ....
  • vqmod : 2.3.2
  • Site : http://moto-dynozor.com


New member

Posts

Joined
Thu Oct 25, 2012 7:39 pm

Post by Owen Smith » Mon Oct 29, 2012 7:22 pm

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>

New member

Posts

Joined
Mon Jul 16, 2012 9:56 pm

Post by M-A » Tue Oct 30, 2012 12:56 am

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>

M-A
Newbie

Posts

Joined
Fri Jun 22, 2012 4:16 am

Post by harmonymusic » Wed Nov 14, 2012 9:48 am

is it possible to add auto scroll to specific carousel or layout? I'd like to allow other carousels to be static. thanks.

New member

Posts

Joined
Sat Feb 11, 2012 1:29 am

Post by mediamagazinet » Fri Feb 08, 2013 3:37 am

Nice :)

Works perfect on 1.5.5.1 and it never stops

See http://www.klockor24.se

Best regards / Mathias


Posts

Joined
Thu Mar 10, 2011 5:59 pm

Post by Maka » Thu Feb 28, 2013 9:18 pm

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

Newbie

Posts

Joined
Thu Jan 24, 2013 6:29 pm

Post by Maka » Wed Mar 06, 2013 4:50 pm

BUMP.

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

Newbie

Posts

Joined
Thu Jan 24, 2013 6:29 pm

Post by FCWC » Fri May 10, 2013 3:53 am

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.

New member

Posts

Joined
Tue Jul 31, 2012 3:17 am

Post by webkix » Mon Sep 15, 2014 12:22 pm

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/

You can find more useful info in my opencart blog at :WebKix


Newbie

Posts

Joined
Mon Sep 15, 2014 12:17 pm
Who is online

Users browsing this forum: No registered users and 19 guests