How to make slideshow images clickable on Shopify - eCommerce Thesis

How to make slideshow images clickable on Shopify

In this tutorial, I am going to show you “How to make slideshow images clickable on Shopify without any apps”

Step 1. Open slideshow.liquid

Step 2. do a search for this:

<div class=”slideshow__image box

Step 3. Paste this piece of code just above it:

{% if block.settings.image_link != blank %}
   <a href="{{ block.settings.image_link }}">
{% endif %} 

Step 4. Just above write or paste this tag

Step 5. Search for: image_picker

Step 6. Paste this piece of code just after it (see video)

{
 "type": "url",
 "id": "image_link",
 "label": "Image Link"
},

Leave a Reply