• Hi there!

    I’ve just loaded your plugin (which I love) but some of the images are loading intermittently.

    Is this something you can help with please?

    I noticed your suggestion to refer to this link – https://www.wpbeginner.com/wp-tutorials/how-to-create-additional-image-sizes-in-wordpress/ – but I’m not sure what type of croping etc I need

    As mentioned here:

    add_image_size( ‘sidebar-thumb’, 120, 120, true ); // Hard Crop Mode
    add_image_size( ‘homepage-thumb’, 220, 180 ); // Soft Crop Mode
    add_image_size( ‘singlepost-thumb’, 590, 9999 ); // Unlimited Height Mode

    Thanks so much!
    Sarah

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @explor!

    You don’t really need to follow those suggestions as they were for a different issue (I’m guessing you mean the ones I shared recently with a couple of other users.)

    In your case the problem is that you have at least two plugins trying to lazy loading these images: WordPress Popular Posts, which has its own built-in Image Lazy Loading capabilities; and some other plugin (Smush? A caching plugin?) that’s also trying to lazy load all images on your website. Since these two plugins are trying to do the same thing, there’s a chance that sometimes they’ll interfere with each other resulting in some/all of the WPP thumbnails not loading.

    Solutions:

    • Either disable WPP’s Image Lazy Loading (check the link above to learn how to) and let the other plugin handle all of the lazy loading, or
    • Check whether that other plugin can exclude some images from its lazy loading (more specifically, images with the CSS class .wpp-thumbnail) so it doesn’t mess around with WPP’s thumbnails.
    Thread Starter exploring kiwis

    (@explor)

    Too easy, thanks so much! That worked perfectly 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Images not always loading’ is closed to new replies.