I can't get the module to do anything - it throws the following error in console:
Uncaught TypeError: Cannot read property 'carousel' of undefined
at jquery.rs.carousel-continuous.js?pmo875:27
at jquery.rs.carousel-continuous.js?pmo875:247
Running 7.63 and on PHP 7.1.
Any guidance would be greatly appreciated... thanks!
Comments
Comment #2
bcobin commentedFurther investigation:
It's not a Bootstrap thing (although I'm using a Bootstrap theme) - same error with other themes.
http://[site]/sites/all/libraries/jquery-ui-carousel/demo.html works, so the library installation seems to be OK.
http://jcarousel.qed42.webfactional.com/jquery-carousel-demo works, so it looks to be working as a node field formatter.
I’m using it in a view, so perhaps that's where the problem lies. Hoping for some guidance here...
Comment #3
piyuesh23 commentedThanks for reporting @bcobin. Trying to reproduce this. Will get back on this one shortly.
Comment #4
piyuesh23 commented@bcobin, Tried creating the view & it seems to work fine on my end. Can you add any additional configurations/ views export here for me to be able to debug this?
Comment #5
bcobin commentedOK - revisiting this - I've had problems with the other carousel modules: the arrows for jCarousel don't obey the scrolling settings, and the pager is inaccurate (it displays fewer dots that there are photos.) I can't get Slick Carousel working - its dependence on Composer breaks a bunch of stuff and I still can't get it to work.
So back to this module - the View simply won't accept the jQuery Carousel format. There's no error upon save - the view simply reverts to a valid format like jCarousel or Slideshow.
Oh well...