I'm using a shortcode to display a swiper gallery from a custom image field (multiple images)
In a types shortcode field I can show the title and alt for an image like this:
[types field="location-logo" title="%%TITLE%%" alt="%%ALT%%"][/types]
However, when using the tsl_custom_swiper shortcode, those attributes don't output the alt or title tags.
I've tried:
[tsl_custom_swiper field="image-gallery" alt="%%ALT%%"]
Also tried closing the shortcode:
[tsl_custom_swiper field="image-gallery" alt="%%ALT%%"][/tsl_custom_swiper]
Still not working.
I can't find any documentation.
You can see the example here: hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
Can you please share some information about this 'tsl_custom_swiper' shortcode? Is part of a third-party plugin or theme, or was it added through the custom code?
I'll be in a better position to suggest the next troubleshooting steps, accordingly.
regards,
Waqar
Ignore me, sorry. I didn't realise as someone else created the element but it's nothing to do with Toolset!
My issue is resolved now. Thank you!