Posted by a great place f... on September 26, 2008 at 2:12pm
Jump to:
| 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
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
#4
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?