Home Forums WoodMart support forum Images are not working with lazy load

Images are not working with lazy load

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #629283

    Roderik
    Participant

    Hey there,
    The lazyload not working with the woodmart theme, I enabled the lazy load from settings but it not working on some places.
    see I enabled settings – https://prnt.sc/AoLnqAr46TMN
    it’s not loading image in mobile menu header, see screenshot – https://prnt.sc/nogBOIJhT4wY, https://prnt.sc/53pwqdBI9xm8

    You can see in above screenshots two images are loading but other images are not loading, I tried to change the images but still these images not loading.

    Please help on it asap.
    Thanks in advance.

    #629309

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    To fix this issue, try to add the following code snippet to the Custom JS area in Theme Settings.

    jQuery('.wd-side-hidden').on('scroll', function () {
    			woodmartThemeModule.$document.trigger('wood-images-loaded');
    		} );

    Kind Regards

    #629347

    Roderik
    Participant

    Many Thanks! It’s working now.

    #629354

    Artem Temos
    Keymaster

    You are always welcome.

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

The topic ‘Images are not working with lazy load’ is closed to new replies.