Active
Project:
jCarousel
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2012 at 06:46 UTC
Updated:
30 Oct 2012 at 06:46 UTC
I want jcarousel on a block created with feeds.
The code on which I want to apply jcarousel on is below:
<div class="all-items">
<div class="item">
<div class="title"><a href="#"></a></div>
<div class="count"></div>
</div>
<div class="item">
<div class="title"><a href="#"></a></div>
<div class="count"></div>
</div>
<div class="item">
<div class="title"><a href="#"></a></div>
<div class="count"></div>
</div>
</div>
I want jcarousel on all-items class so that each item rotates.
I added jcarousel on the class by adding line jcarousel_add('all-items', array('scroll' => 3, 'size' => 6, 'offset' => 3));
but it is not working. Any suggestions?