Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
56.69 KB
MD5: 390b331e84ee07078c15c947b5a49906
SHA-1: 7eb86782fe4f1acb90db27b54d34d72c2b58bfa0
SHA-256: 2ca0b0a9dc16190c1137d87a8f98f24ca9c2d3ef3b02acc994dab601e033027f
Download zip
62.2 KB
MD5: c2b846cf6fc086377b756bf511b18795
SHA-1: 157f79dce47ef63fabd07e05aa037c5ef6a3989f
SHA-256: e2d54eccaa2c6a34ec55427f2bd9a56687fd0e20306b762977cad0cae20a306b
Release notes
The 2.5 release of jCarousel adds built-in support for carousel navigation or pagers. Note that jCarousel still cannot be used with the Views pager which serves a conceptually different purpose. The jCarousel pager may be enabled by configuring the jCarousel display type.
The 2.5 version of jCarousel now supports the AJAX options in Drupal 7, making it so that this release may come out of "alpha". Make sure to update to the latest version of Views and CTools when updating this module, as the AJAX options do not work with older versions of Views for Drupal 7.
New Features:
- #825692 by Crell, Bevan, and quicksketch: Pager or navigation for the carousel.
- #1326200: Make Pager support AJAX.
- #1287104 by Bevan: Make buttons themable.
- #1196558 by emackn, zambrey, and tdskate: Update to Version: 0.2.8.
Bug fixes:
- #1193068: Use javascript:void(0) on pager links.
- #1326194: Nested list items break AJAX support.
- #1324236: Minor code style fixes and missing semi-colons.
- #1287104 by Bevan: Make buttons themable.
- #1208276: Loop through callbackParents fails in IE8/7 and Safari when combined with other JS libraries.
- #1292602 by recrit: Carousel does not include all options when displaying code-based default views.
- #1187916: Problem with the example code in the readme on jcarousel_add.
- #1156652 by DamienMcKenna: Change "Scroll" attribute to default to same as "Number of visible items".
- #1177140 by ywarnier: warning: Invalid argument supplied for foreach() in jcarousel.module on line 347.
- #1164504 by Amitaibu: Notice: Undefined index: skin in template_preprocess_jcarousel_view() line189 of jcarousel/includes/jcarousel.views.inc).