Project:jcarousel block
Version:6.x-1.6
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Nickolyan
Status:active

Issue Summary

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

#1

Version:6.x-1.4» 6.x-1.6
Assigned to:Anonymous» Nickolyan

I have the same problem with version 1.6

#2

Change the jcarousel_block_block.tpl.php as the following:

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

It will work.

#3

Status:active» closed (works as designed)

#4

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>

#5

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

#6

Any ideas ?

#7

News?

nobody click here