We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Custom section, making images clickable on slide Dawn 14.0

Custom section, making images clickable on slide Dawn 14.0

Rio_Omnis
Tourist
27 0 2

Hi community I am in need of help with a custom section bought from section store. The section is called slider #2.  I need to make each individual slide clickable. The slides themselves do not have a place for CSS. However the section does have a placement for CSS. It gives me the option of adding a button but for the purpose of the look, I would much rather have them be clickable. Any help would be greatly appreciated.

 

Screenshot 2024-09-03 093049.pngScreenshot 2024-09-03 093738.png

Replies 3 (3)

ES1
Shopify Partner
261 25 30

Hi @Rio_Omnis ,

 

You can make changes to the code directly by going to Online Store --> Themes --> ... --> Edit code --> slideshow.liquid

 

 

Thanks

If this fixed your issue, Please Like and Accept as a Solution.
Looking for assistance? Hire an experienced Shopify Partner! Visit EcommerceStorez.us today for a quick quote.
Seeking an elegant theme designed to boost conversions? Explore our High-Converting Shopify Themes today!

Van_Nguyen_GSG
Shopify Partner
161 23 44

Hi Rio,

 

Find the app's code in your theme where the slides are rendered, likely within a loop like {% for blocks in section.blocks %}. Wrap block (slide) element within <a href="{{ block.settings.link }}"></a> tag. The link will be similar to the slide's button so you can copy its code.

 

Helping Shopify merchants build stores that convert.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- If you still need help, feel free to reach out to me at: van@glue.sg
Cheers!
Rio_Omnis
Tourist
27 0 2

Hi, here is the code I found where would I place what you are mentioning.Screenshot 2024-10-10 212105.png