Product image not showing
-
Hey,
I found that out of stock products on my site are having a problem. The product image does not show on the products that are out of stock.
I have found the reason of this problem. Sticky add to cart option is causing the problem.
When I disabled the sticky add to cart then everything goes normal. However, enabling the sticky add to cart causes the product images not to show up on the product page.
Hello,
Please provide your admin access. I checked previously provided they are not valid. Please make sure all the third parties plugins not related to the theme have been deactivated.
Best Regards
Please check the private area
Hello,
Please deactivate all the third parties plugins.
Best Regards
All the 3rd party plugins are deactivated. Please check
Hello,
We shall fix it in our nearest update. If you need a quick solution, deactivate Combine JS files і Include minified JS in Theme Settings > Performance and find woodmart/js/functions.js replace this line:
if ($stickyBtn.length <= 0 || ($(window).width() <= 768 && $stickyBtn.hasClass('mobile-off'))) return;
for this one:
if ($stickyBtn.length <= 0 || $trigger.length <= 0 || ($(window).width() <= 768 && $stickyBtn.hasClass('mobile-off'))) return;
as shown here: http://prntscr.com/jngxxi
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Product image not showing’ is closed to new replies.