Links behind images in image slider
Dean Tavener
The image slider could be so much more useful if we could put a link behind each image. As it currently is, it’s just aesthetic - the images are not useful for anything because a user can’t click them and be directed somewhere based on the image. The ability to put a separate link to each image so the entire slider is clickable would help.
Dean Tavener
Note to anyone else wanting this: there's a workaround to make it happen. Create your image slider in the Subbly WYSIWYG editor, then visit that page as a user, "Inspect" the element using browser tools. Copy all the HTML code for the relevant divs contained in that element, then back on Subbly you can paste that code into a custom HTML element. Then just add this attribute to each div class="slide-background lazy initial" to add a link behind that slide.
onclick="window.location.href = '[URL you want to link to]' "