Venture Theme Thumbnail Images Inconsistent

I noticed that my thumbnail images on the side do not show all the time. I added a pop-up Size Chart via code. I am not sure if that is the reason why it does not show as there are times when the Thumbnail images do show. I would prefer that they appeared 100% of the time.

Hi @RichieVG

Welcome to Shopify Community.

Aibek is here from Speedimize.io agency.

Can you please share with us the URL of your shop?

Hi Aibek!
Here is the URL:
https://homerunnerjerseys.com/

Hey @RichieVG

Thanks for getting back to me so quickly.

The problem turned out to be in Safari. For some reason, slick slider does not work on Safari and it can take a lot of time to analyze the code. So as a solution, you can use the style below:

#shopify-section-product-template .product-single__thumbnails-product-template {
display: block !important;
}

Add theme. scss.css to the end

At least thumbnails will be visible. But when you click on them, a new tab will open. Therefore, we need to fix the slick initialization for Safari. If you have not done any customization, you can contact the developers of the theme, as this is not the first time we have seen this. Or hire a developer to take the time to fix the bug. It will take 3-4 hours to complete.

1 Like

Clear on this! Thank you very much!

1 Like