- ๐บ๐ธUnited States fkelly
Thank you for the clarification. Indeed I was confused by this. I have been going back and forth betweeen the paragraph based slideshow and the views based one. Thanks to the great facilities of ddev I am able to experiment freely and quickly on a local system.
Just to confirm: when doing a paragraphs based slideshow the code that drives it is coming from the paragraphs_bundles modules, which as of today is at "1.0.12 Stable release covered by the Drupal Security Team released 30 June 2025"
while the views based module is VVJS at: "1.0.12 Stable release covered by the Drupal Security Team released 30 June 2025"
I will experiment further using your comment in #5 as a guide.
- ๐บ๐ธUnited States flashwebcenter Austin TX
Hello,
It sounds like thereโs been a mix-up between VVJS Slideshow (Views-based) and Paragraphs-based slideshow workflows, so let me clarify to keep your setup clean and scalable.
VVJS Slideshow vs. Paragraph Slideshow
VVJS Slideshow is designed to display slides using a Views display directly, not using Paragraphs. If you are creating a โgshowโ content type and adding images there, you will typically create a View listing those images filtered by your content type or tags, then attach the VVJS Slideshow display to render those images as slides.Paragraph-based slideshows, in contrast, require a Paragraph type with images embedded in each Paragraph item, which is a separate module and workflow entirely.
Both slideshows use a single JavaScript file, which is included with the module.
Best wishes
Alaa - ๐บ๐ธUnited States smustgrave
Since there's been no follow up with steps and last comment mentions it required faulty code going to close out. If still a bug in D11 please re-open.