• Resolved dave_wordpress

    (@dave_wordpress)


    I have a fresh install today on a live site on which if I enable Lazy Load Images I get grey placeholder boxes and the above error in the console (*line 2 in clip below). I can’t leave the setting enabled as it’s a live site, but I could enable it briefly for testing.

    I used Purge All to no effect.
    Any suggestions of how to proceed?
    Report number: YKEFBILU

    		s = function() {
    *Err->			n = new LazyLoad({
    				elements_selector: "[data-lazyloaded]"
    			}), o = function() {
    				n.update()
    			}, t.MutationObserver && new MutationObserver(o).observe(e.documentElement, {
    				childList: !0,
    				subtree: !0,
    				attributes: !0
    			})

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

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

    (@qtwrk)

    Hi,

    Could you please try disable JS defer/minify/combine and then enable lazyload , see how it goes ?

    Best regards

    Thread Starter dave_wordpress

    (@dave_wordpress)

    OK sorry for delay I was on a call.
    Load JS Deferred was already OFF
    I just retried (already had tried these):
    CSS Minify OFF (just in case)
    CSS Combine OFF (just in case)
    JS Minify OFF
    JS Combine OFF
    JS HTTP/2 Push OFF
    Purge All. Same effect unfortunately.

    I added LiteSpeed Cache to Plugin Exclusion in my previously installed Aysnc Javascript & also disabled the whole Async Javascript plugin, also to no benefit.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Could you please try reset to default setting , then lazy load and see how it goes ?

    Best regards,

    Thread Starter dave_wordpress

    (@dave_wordpress)

    Hi, done.
    No change after enabling just that one option after Reset all. 🙁
    As I said, this is a new install today so there weren’t many other hacks… 😉

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    You did purge after you changed setting , right ?

    Please submit a ticket here, we will dig it deeper.

    Best regards,

    Thread Starter dave_wordpress

    (@dave_wordpress)

    Hi, yup I did. Purge All and I have become very close friends.

    Will do. Thanks for your attempt to help.

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

The topic ‘ReferenceError: Can’t find variable: LazyLoad’ is closed to new replies.