• Hi,

    When my products are loaded everything works well but the issue is product featured images are not being displayed even though I have not made any changes in settings.

    Please help.
    Thank you.

    Regards,
    Manasi

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • can you tell me how you fixed the isuue?

    Thread Starter pmanasi

    (@pmanasi)

    I modified /themes/a-one/inc/woocommerce/function.php this file where a-one is the name of a theme used in my website

    I replaced this line $div = “<div class=’lazy-load-div’ data-srcimgloop='”.$thumbnail.”‘ ><div style=’padding-top: “.$ar.”%’></div></div>”; with this $div = “<div class=’lazy-load-div’ data-srcimgloop=”>”.$thumbnail.”<div style=’padding-top: “.$ar.”%’></div></div>”; (note the slight difference) under function aone_template_loop_product_image() which uses product images for archive

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Products loading issue’ is closed to new replies.