I'd like to display the carousel vertically, in a side column. I edited the defaults in jcarousel_block/jcarousel/lib/jquery.jcarousel.js to verticle: true, but with no joy.

Comments

Nikolyan’s picture

Version: 6.x-1.4 » 6.x-1.6
Assigned: Unassigned » Nikolyan

I have the same problem with version 1.6

czollli’s picture

Change the jcarousel_block_block.tpl.php as the following:

        $('#mycarousel').jcarousel({
          vertical: true
        });

It will work.

yang_yi_cn’s picture

Status: Active » Closed (works as designed)
doomed’s picture

Status: Closed (works as designed) » Active

I just tried this on 6.1.8 and it doesnt seem to work:

    <script type="text/javascript">
      $(document).ready(function() {
       	$('#mycarousel').jcarousel();
		vertical: true
		  });
    </script>
doomed’s picture

Where exactly do we setup the carousel for vertical display (instead of horizontal) ??

doomed’s picture

Any ideas ?

doomed’s picture

News?