- Issue created by @raghwendra
- 🇺🇸United States rankinstudio
Similar behavior on drupal 10 with release and dev versions.
Seeing this in console when trying to create a views slideshow block with 5 images.
views_slideshow_cycle.js?s06zyy:436 Uncaught TypeError: $(...).cycle is not a function
at Drupal.viewsSlideshowCycle.play (views_slideshow_cycle.js?s06zyy:436:79)
at Drupal.viewsSlideshow.action (views_slideshow.js?v=10.1.2:474:63)
at HTMLDivElement.mouseOut (views_slideshow_cycle.js?s06zyy:112:47)
at HTMLDivElement.handle (jquery.min.js?v=3.7.0:2:44360)
at HTMLDivElement.dispatch (jquery.min.js?v=3.7.0:2:39997)
at v.handle (jquery.min.js?v=3.7.0:2:37968) same issue for me
ok in views preview (admin page).
ko when displayed within a classical page- Status changed to Postponed: needs info
about 1 year ago 3:08pm 2 December 2023 - 🇳🇱Netherlands firfin
I had the same problem but it disappeared after re-saving the view ( I turned autoplay in the Views' format:slideshow:cycle settings off and on) and rebuilding caches
This was after I reinstalled the JS libraries to the correct folders, I was still using the old versions (and locations). You can try drush dl-cycle-lib for installing (again).
Please make sure the newest versions are installed and recognized correctly before re-saving the Views.
If this does not help, please provide steps to reproduce.