Défilement
Thématisation de Drupal Leçon 6 : Thématisation de Views slideshow et jcarousel
Dans cette vidéo, je vais thématiser Views slideshow, je vais surcharger plusieurs templates et intégrer le plugin jcarousel pour thématiser le pager du slideshow.
Modules utilisés
Views slideshow - http://drupal.org/project/views_slideshow
Plugins :
jQuery jCarousel - http://sorgalla.com/projects/jcarousel/
Code pour faire fonctionner jcarousel :
(function ($, Drupal, window, document, undefined) { $(document).ready(function(){ $('#widget_pager_bottom_portfolio_slideshow-block').jcarousel(); }); })(jQuery, Drupal, this, this.document);