Hi Jonnie,
Are you referring to the final "frame tap" event?
- Target: gwd-swipegallery_1
- Event: Swipeable Gallery: Frame tap
- Action: Custom
- Custom Action: gwd.stopAutoplayAndSyncCarousel
If so, the reason no code is specified is that you don't actually need to enter any new code while adding this event. The "frame tap" event handler requires the same action as "mouse over a frame" handler above it. Instead of selecting "Custom -> Add custom action", like we do for the previous events, we need to select "Custom -> gwd.stopAutoplayAndSyncCarousel", to reuse the custom action we created for the previous event. Or, if you wanted to customize them individually later, you could copy the code from that event manually:
document.getElementById(
If that's not what you meant, let me know and I'll be happy to clarify further.
Thanks for reading!
Cheers,
Jeremy