EasyStore - Product Images are Not Clicakble - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

EasyStore - Product Images are Not Clicakble

TomaszGrzechnik

TomaszGrzechnik

EasyStore 3 months ago

Hi Support, I try to setup EasyStore, but I have problem and I can't find soluution. In test shop are some products but when I try to open product page by clicing on image, link is not active. In Storefront>Product List I have: Thumbnail Title Price Add to Cart In general settings Thumbnail>link is ON. Clicking in Title works but clicking in Thumbanail no...

Please help me to resolve this problem In hidden content is link to Storefront

0
5 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198382

Hello,

Thanks for reaching out to us. Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best Regards,

0
TomaszGrzechnik
TomaszGrzechnik
Accepted Answer
3 months ago #198392

In hidden content you have credentials

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198395

A small CSS on your site was causing the issue. I’ve fixed it—please see the attached screenshot for confirmation.

Thanks.

0
TomaszGrzechnik
TomaszGrzechnik
Accepted Answer
3 months ago #198399

Thanks a lot Ziaul :) Can you explain me why it css cousing problem? Why it isn't in EasyStore in original css?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198401

It looks like the following CSS was added earlier on your site:

.easystore-product-image a {
    position: relative;
}

This overrides the default EasyStore styles and caused layout issues.

To fix this, I set position: unset, which removes the override and resolves the issue.

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0