• Resolved giantbane

    (@giantbane)


    Hi,

    Please see the link, The filter works but the image on the product disappears, I’m using oceanwp theme and elementor plugin, at first it’s working fine, but right now when I’m trying to filter, the product image is disappear, even when I click on sort by which is default widget from woocommerce, the product image also dissapear

    I’ve try to remove custom css, disabling other plugin, Clear attribute/custom taxonomy cache for plugin, re-enabling ajax filter plugin, but still not working,

    Please can you help me?

    Kind regards,
    Gian

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Gian,

    This is lazy load. You need to open your theme settings, find there section about woocommerce products and turn off lazy load.

    Regards,
    Dima

    Thread Starter giantbane

    (@giantbane)

    Hi, Thank you for your reply, I’ve already talk with theme author and they say their theme doesn’t have lazy load feature, and they didn’t seemed give me any solution.

    Is it possible with code to make the page automatic refreshed(reload) after I click on filter? so the image will appear

    I know it seemed silly question, because your plugin is made so the page doesn’t need to reload, but I really need to have filter to work

    Please let me know if this possible or not, and thank you for your amazing plugin

    Kind regards,
    Gian

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Gian,

    Please open our plugin settings page tab Javascript and add this code to the After Update field

    
    jQuery('.product-entry-slider:not(.slick-initialized)').each(function (){ jQuery(this).slick(); jQuery(this).find('.slick-next').html('<span class="fa fa-angle-right"></span>').end().find('.slick-prev').html('<span class="fa fa-angle-left"></span>') });
    

    Regards,
    Dima

    Disabling Jetpacks Lazy Load function fixed this issue for me

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The filter works but the image on the product disappears’ is closed to new replies.