[su_image_carousel source="media: [12 show=id sep=',']" limit="20" slides_style="default" controls_style="dark" crop="16:9" columns="1" adaptive="yes" spacing="yes" align="none" max_width="none" captions="no" arrows="yes" dots="yes" link="lightbox" target="blank" autoplay="5" speed="medium" image_size="medium" class=""]This also works well in the detail layout, but not in the listing views.
What happens when you use the default wordpress "gallery" shortcode here? https://codex.wordpress.org/Gallery_Shortcode
Please login or Register to submit your answer
I've not done any direct troubleshooting. If it isn't working in listing views "dynamic entries" but it is on detailed views "single entries", it may be that it's trying to render the same ID for the carousel and not able to populate because element ID's have to be unique. Try adding a class to the last parameter like "caroursel_[id]".