Buscando...

Foro » Carousel loop?

This topic has 2 voices, contains 1 reply, and was last updated by  Sumolari 93 días ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Tim Tiel

Carousel loop? 16/2/2012 at 21:09 #10039

Can i have the loop just continue the same direction instead of the slides panning back to the beginning the opposite direction and starting over?

Reply To: Carousel loop? 20/2/2012 at 9:27 #10164

It is possible with jCarousel, but when I was working adding jCarousel to WP Carousel I noticed that it has strange behaviours.

In any case, you can change it replacing code in line 1325:

wrap: <?php if ($value['LOOP_MODE'] != 0) { ?>’both’<?php } else { ?>null<?php } ?>,

By:

wrap: <?php if ($value['LOOP_MODE'] != 0) { ?>’circular’<?php } else { ?>null<?php } ?>,
Viewing 2 posts - 1 through 2 (of 2 total)

This topic has been closed to new replies.