Making Slideshow Clickable link

Hi Am not using a free theme but am using a theme that was developed by our web designed years ago who we cant contact any more. I am trying to make my slideshow that he created clickable so that it links to a page. Can you show me how i might do that. Tried to look up how to create one but all of the how tos refer to a dawn theme which i am not using.

The code he created for our slideshow is a snippet

snippets/slideshow.liquid

{% if settings.slideshow_enable %}

{% for i in (1..6) %} {% capture enable %}slideshow_image_{{ i }}_enable{% endcapture %} {% capture image %}slideshow_image_{{ i }}.jpg{% endcapture %} {% if settings[enable] %}
{% endif %} {% endfor %}
{% endif %}

Hi @Imaginables-KW

Could you share your store link so I can check?

imaginables.com.au

but the slide show is not active cause i can’t fix it.

Please active it so I can check

active now.. imaginables.com.au

Could you check if it has an option to add a link for images in your theme and customize that slideshow section?

Afraid not.. couldn’t find anything.. and looks like the script doesn’t have any reference to links