Dawn Theme 6.0.2 clickable slideshow images

Hi all,

I’m using the updated Dawn Theme and I have a slideshow at the top of my homepage. The default layout allows me to use an image as a “background” for each slider, with a clickable text button. However, I don’t want any text content or buttons on top of the images, I would just like for the images/Slides themselves to be clickable.

Is this possible? My store can be found here: Toys and Collectibles specialist | Huge range in store! – Not Just Another Toy Store

1 Like

Hi @jasonNJTATS !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

  1. Open your theme,

  2. Open slideshow.liquid

  3. search for <div class="slideshow__text-wrapper banner__content banner__content–{{ block.settings.box_align }}

  4. Place the following code above it:

After that, search for image_picker and paste this piece of code just after it:

{
“type”: “url”,
“id”: “image_link”,
“label”: “Image Link”
},

Best Regards;

Pagefly

Hi @PageFly-Victor ,

This is one of the first answers I came up with after a quick Google earlier today. At first, Shopify wouldn’t let me save the changes when I followed those steps, but when I added the missing comma after “label”: “Image Link”, the changes were accepted.

However, my images disappeared from the Slideshow.

Thanks, anyway.

Have you found a solution to this yet? It’s disappointing how difficult this to figure out.