Forums Forums Search & Filter Pro Featured image is missing after filtering when using lazy load plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #273131

    Hello,

    I discovered a bug, and I was hoping there was a solution I am unaware of. I am using the Lazy Load plugin by WP Rocket for my website. When the Lazy Load plugin is enabled, the filter result are not pulling in the featured image. I don’t want to have to disable lazy loading to make filtering work. Is there a setting I am missing that will play nice with lazy loading. I have to assume, since this is quite a popular and recommended performance update, that this has been thought about before today.

    Please advise.

    Trevor
    #273157

    It is not a bug as such, but the lazyload plugin doesn’t know to check again if images need to be loaded. You would need to contact the lazyload plugin author and ask for the fadein code (fadein is the function that jQuery lazyload uses, assuming that is what the plugin is using) needed to be added in the commented line below:

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        // call your script or function here
      });
    }(jQuery));</script>
    Anonymous
    #273213

    Thanks, that makes sense. I’ll grab the code from the plugin author (hopefully).

    Take care!

    Trevor
    #273220

    I would be interested to see their answer, so if you can keep me in the loop, that would be great.

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