• Although you can specify how many items are shown at once in the carousel, this value is ignored if there are multiple copies of the same image.

    The old version of the carousel used items=”value”, but the new one doesn’t expose this in the shortcode. Where / how does the carousel know how many items are supposed to be shown at once?

    Here’s an example of the issue:

    [su_carousel source=”media: 194,194,194,194,194,44″ autoplay=”10000″]

    That will simply show 2 items (2 huge images), when I want 3, and I set 3. Due to the ID being the same (194 over and over), the images are ignored, and only the two unique IDs are considered. I’m personally doing this because I have a “coming soon” image, and want placeholder images.

    While my issue may be an exception, I’m still confused as to where the data for how many items is shown is stored, since “items” is no longer in the shortcode, and I’d love for the plugin to not care about duplicate IDs, as I’m doing so on purpose.

    https://www.ads-software.com/plugins/shortcodes-ultimate/

  • The topic ‘Carousel Image Bug’ is closed to new replies.