Home Forums WoodMart support forum Product image not showing

Product image not showing

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #59737

    penguined
    Participant

    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.

    #59741

    penguined
    Participant

    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.

    #59779

    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

    #59862

    penguined
    Participant

    Please check the private area

    #59877

    Hello,

    Please deactivate all the third parties plugins.

    Best Regards

    #59904

    penguined
    Participant

    All the 3rd party plugins are deactivated. Please check

    #59924

    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

    #59925

    penguined
    Participant

    Thanks

    #59931

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Product image not showing’ is closed to new replies.