Bugs and problems with generating display bottom naviagation

Created on 9 June 2025, about 1 month ago

Problem/Motivation

Need to trigger bottom navigation section of Display tab of Slideshow set up screen. Not finding a consistent way of doing so,

Also triggering:

Warning: Array to string conversion in __TwigTemplate_82531a8dd4e34ae38baaf69057ed69ef->doDisplay() (line 56 of sites/default/files/php/twig/6846393d36a6d_paragraph--image-bundle.h_4rfwcSHxL4oQl_SlCIi4vp4Qh/ZHzZeWg5loBj2t1ksZNobgd1eXlPtdEt37U8YpjM0ig.php).
Warning: Array to string conversion in __TwigTemplate_82531a8dd4e34ae38baaf69057ed69ef->doDisplay() (line 65 of sites/default/files/php/twig/6846393d36a6d_paragraph--image-bundle.h_4rfwcSHxL4oQl_SlCIi4vp4Qh/ZHzZeWg5loBj2t1ksZNobgd1eXlPtdEt37U8YpjM0ig.php).

After setting up slideshow, slideshow sections and slideshow section body.

🐛 Bug report
Status

Active

Version

1.0

Component

Miscellaneous

Created by

🇺🇸United States fkelly

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @fkelly
  • 🇺🇸United States fkelly

    Using Drupal 11.1.8 with VVJS 1.0.18 (dev version). Need a comprehensible and consistent method to get a group of images to show in a row of a slide show with the bottom navigation area working as advertised. I've created a content type named gshow to use with VVJS (together with the view) and have one instance of the "gshow) content type set up that works well. But somewhere trying to replicate that into other instances of the content type is proving extremely difficult. (including the twig errors I quoted in the issue summary).

  • 🇺🇸United States fkelly

    a "semi-fixed" png file is also attached. It exemplifies the need to put individual images in separate slideshow sections. Perhaps because of the width of the images they show on separate pages, but that's acceptable since the bottom navigation takes the user to them.

  • 🇺🇸United States fkelly

    I have a couple of slideshows working "successfully" (though my artist wife will want tweaks). The secret seems to be having separate slideshow sections for each image. With that arrangement the bottom navigation area appears when laying out the slideshow. I'm sure there are many "permutations" possible, but in the cases I'm working on one image per section works best.

    One very minor nit: I can't see any way to suppress the "slideshow" label at the top of the show. In view source it appears as:

    before the slideshow images. We know it is a slideshow and having the label for it is just a distraction. Some css override perhaps?

    Overall I have 10k + images that need to become media items and embedded into 100+ slideshows so I need a reliable "factory" for doing that.

    The way I'm planning it (so far) is to use a dedicated content type for galleries. This will make it straightforward to embed instances of the content type into menu and incrementally replace existing galleries.

  • 🇺🇸United States flashwebcenter Austin TX

    Hello,

    The issue you are encountering is due to using the module with a content type that has an image field allowing multiple images. This module is not designed to handle multiple images within a single content item. Instead, each piece of content should contain only one image.

    If your content type’s image field is set to accept multiple images, this will cause errors and break the slideshow functionality. This is the same issue you encountered previously. https://www.drupal.org/project/vvjs/issues/3480190 🐛 Bugs with vvjs slideshow Active

    To resolve this, please adjust your workflow so that each content item includes just one image, ensuring the module functions correctly.

    Best wishes,
    Alaa

Production build 0.71.5 2024