Tell us what you are trying to do?
Trying to use the article referenced below to do exactly what it say: create an image gallery of a repeating image field, with link to lightbox (and link to download).
The relevant section of the article is titled "using-views-shortcode-to-display-images-as-a-gallery" but instead of talking about Views it talks about using a for-each shortcode in a content template. It provides sample html for use in a CT which itself creates a loop. Does this mean a View loop is not needed? Are we to create a CT without a View?
Using my version of code from the article outputs nothing:
[wpv-for-each field="speaker-photo"]
<div>
[types field='speaker-photo' output='normal' align='none' size='full' proportional='true' resize='proportional' title='%%TITLE%%' alt='%%ALT%%'][/types]
</div>
[/wpv-for-each]
At the bottom of the same page it offers to show an example of this in use in Modules. However in Modules the example is not of a repeating image field but of a Portfolio post type, and its not using the aforementioned for-each shortcode, its using a View.
So this is VERY frustrating. And On the Go wonders why its users find it confusing and complicated. It starts with your documentation.
Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/create-image-galleries-using-toolset-and-custom-fields/#using-views-shortcode-to-display-images-as-a-gallery
Is there a similar example that we can see?
What is the link to your site?
hidden link
My issue is resolved now.