- Issue created by @pcambra
- Status changed to Postponed: needs info
over 1 year ago 1:55pm 24 July 2023 - 🇮🇩Indonesia gausarts
Thank you.
I did notice it with Slick samples specific for multi-value field last time. But I no longer see it with the latest betas.
So we can be on the same page:
- Is it related to multi-value samples, or other normal carousels?
- If using or reproducible with the samples, could you point which one was failing?
- Mind clarifying more about your Slick Views config, or any screenshot.
There were indeed a few regressions I did notice when working with D9.5.10 last time:
- lightboxes were no longer working, fixed in blazy:2.16.
- broken multi-value slick carousel, fixed in blazy:2.17-beta1, and slick:2.10-beta1. This was due to breaking change at blazy:2.16 which was later disabled at 2.17-beta1 along with other fixes here: https://git.drupalcode.org/project/blazy/-/blob/8.x-2.17-beta1/src/Blazy...
Please also try:
- re-saving the form, in case the problem was due to the removal of deprecated ID option.
- the latest blazy:2.17-beta1, slick:2.10-beta1, slick_views:2.8-beta1.
If the issue persists, kindly provide more details to re-produce it.
- Status changed to Active
over 1 year ago 3:47pm 24 July 2023 - 🇪🇸Spain pcambra Asturies
Thanks for the quick response @gausarts!
On my view I have the following style config for slick, which I think it only selects the optionset and caption fields:
style: type: slick options: caption: field_photo: field_photo field_author_name: field_author_name field_quote_text: field_quote_text id: '0' field_slideshow_organization: '0' optionset: slideshow class: '' id: '' image: '' link: '' overlay: '' title: '' vanilla: false layout: '' cache: 0 current_view_mode: quotes skin: default grid: null grid_medium: null grid_small: null overridables: arrows: '0' autoplay: '0' dots: '0' draggable: '0' infinite: '0' mouseWheel: '0' randomize: '0' variableWidth: '0' thumbnail: '' optionset_thumbnail: slideshow skin_thumbnail: '' thumbnail_caption: '' thumbnail_effect: '' thumbnail_position: top override: false preserve_keys: false visible_items: null
The optionset is named 'slideshow':
id: slideshow name: slideshow weight: -10 label: Slideshow group: '' skin: classic breakpoints: 0 optimized: false options: options__active_tab: edit-options-settings settings: mobileFirst: false asNavFor: '' accessibility: true adaptiveHeight: false autoplay: false pauseOnHover: true pauseOnDotsHover: false pauseOnFocus: true autoplaySpeed: 3000 arrows: true prevArrow: Previous nextArrow: Next downArrow: false downArrowTarget: '' downArrowOffset: 0 centerMode: true centerPadding: 50px dots: false dotsClass: slick-dots appendDots: $(element) draggable: false fade: true focusOnSelect: false infinite: false initialSlide: 0 lazyLoad: '' mouseWheel: false randomize: false respondTo: window rtl: false rows: 1 slidesPerRow: 1 slide: '' slidesToShow: 1 slidesToScroll: 1 speed: 500 swipe: false swipeToSlide: false edgeFriction: 0.35 touchMove: false touchThreshold: 5 useCSS: true cssEase: ease cssEaseBezier: '' cssEaseOverride: '' useTransform: true easing: linear variableWidth: false vertical: false verticalSwiping: false waitForAnimate: true
I don't have any lightboxes, and have saved the options and the view with no dice.
I'm updating to beta versions now and reporting back.
- Status changed to Fixed
over 1 year ago 3:53pm 24 July 2023 - 🇪🇸Spain pcambra Asturies
Bingo!
- Upgrading drupal/blazy (2.16.0 => 2.17.0-beta1) - Upgrading drupal/slick (2.7.0 => 2.10.0-beta1): Extracting archive
This fixes the issue, many thanks!
Automatically closed - issue fixed for 2 weeks with no activity.