• Resolved theguitarlesson

    (@theguitarlesson)


    Hi,
    For some reason, all of the guitar chord images on my site are not getting past the placeholder of the image lazy load.

    The issue is on the pages from this main category: https://www.theguitarlesson.com/free-guitar-chords/

    They work with lazy loading off though, so Litespeed is causing the issue.

    I have google adsense on these pages, I don’t know if that may cause a conflict.

    Please help me solve this.

    Report number: ITVMGOCJ

    Thanks
    Tom

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    this is weird

    does it only happen at that specific page ?

    have you tried exclude them ?

    Thread Starter theguitarlesson

    (@theguitarlesson)

    These types of pages are loaded using a template file, so the images are not loaded from a normal WordPress page/post.

    The template file code for the images is:
    <img width="130" height="173" class="chorddb-img" title=" <?php echo $chord_name['root']." ".$chord_name[$chord_type]['lname'].' voicing 1'; ?> "src="<?php echo site_url().'/wp-content/uploads/chords/'.$chord_name['root'].$chord_name[$chord_type]['fname'].'-chord1.jpg">' ?>

    This works fine when lazy loading is off in Litespeed. In fact, it works fine with WP core lazy loading as well.

    But for some reason, Litespeed lazy loading doesn’t work.

    I ended up just disabling Litespeed lazy loading and using WP core.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image lazy load not loading, stuck on placeholder’ is closed to new replies.