How can I make slideshow images clickable in Refresh Theme?

YaYa1993
Visitor
2 0 0

I'm trying to embed a URL on my slideshow images, rather than creating a button label. Essentially want to make my entire slideshow image a clickable banner/image.

 

I haven't seen any threads that deal with this specifically for Refresh themes. Please let me know if there's an easy solution to this. 

 

Replies 8 (8)

LitExtension
Shopify Partner
4860 1001 1135

Hi @YaYa1993,

Please go to sections > slideshow.liquid file, find 'banner__buttons' and add code here:

Screenshot.png

Code:

<a href="{{ block.settings.link }}" class="slideshow__action-full" 
           style="position: absolute;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  z-index: 99;
                  display: block !important;">
</a>

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
YaYa1993
Visitor
2 0 0

It didn't work

LitExtension
Shopify Partner
4860 1001 1135

Hi @YaYa1993,

Please send your site and if your site is password protected, please send me the password. I will check it.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Devaridavis
Visitor
1 0 0

hello LitExtension it seems this code does not work ay you please help me? it will be much appreciated! 

Nourdennaoui
Tourist
10 0 1

hi can u help me , i want to make my theme image banner clickable with no showable buttons , my theme is refresh and thats my site: https://ledlightslb.com/ 

nour
Shroomer
Visitor
3 0 0

I see you found a fix.

I have the same problem, how did you do it?

zuimeoow
Visitor
1 0 0

This one works on me. thank you!

prayagbhatt9
Visitor
1 0 0

100% Working... Thanks