How do I make the Product Images clickable? - Publisher Theme

How do I make the Product Images clickable? - Publisher Theme

randytheasian
Explorer
115 0 23

URL: https://jsdqft-gs.myshopify.com/collections/fit-flare

 

Only able to click Product Title into products. How do I set the images clickable?

 

Screenshot 2024-12-15 at 5.04.19 PM.png

Replies 9 (9)

DaisyVo
Shopify Partner
2834 339 394

Hi @randytheasian 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

body #shopify-section-template--18249715843303__main-collection-product-grid .card.card--card.card--media .card__content {
    position: unset !important;
}

 


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
randytheasian
Explorer
115 0 23

Screenshot 2024-12-15 at 6.15.41 PM.png

 It didn't work 

DaisyVo
Shopify Partner
2834 339 394

Hi @randytheasian 

 

We found this code from your theme: 

#shopify-section-template--18249715843303__main-collection-product-grid .card.card--card.card--media .card__content {
    position: relative !important;
}

 

Please delete the code above and keep our code only. Thank you!

 

Please let me know if it works.

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
randytheasian
Explorer
115 0 23

And which file am I supposed to look into?

DaisyVo
Shopify Partner
2834 339 394

Would you mind searching around on your theme code? 

 

We don't have access to your theme to identify where it is. Thank you!

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
randytheasian
Explorer
115 0 23

Would you mind sending me a collaboration request? 

Code: 6010

DaisyVo
Shopify Partner
2834 339 394

Hi @randytheasian 

 

Due to strict rules from Shopify, we are not allowed to access the merchant's store. 

 

Hope you can kindly understand. If possible, you can contact Theme provider and request them to support you with this part.

 

Thank you for your kind understanding in this matter.

 

Best,

Daisy - Avada Support Team 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
randytheasian
Explorer
115 0 23

I'm having a difficult time to look into each files. Is this in Liquid file or any other file?

DaisyVo
Shopify Partner
2834 339 394

Hi @randytheasian 

 

Yes, it might be there. We are not quite sure since it doesn't show in the CSS file. 

 

We found it here on your front store:

 

image (38).png

I hope it can help. Thank you!

 

Best,

Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution