• Hi, I have a problem with your plugin, search console reports this to me:

    Uncaught ReferenceError: entry is not defined
    at lazyload.min.js? ver = 1.9.7: 1: 2060
    at Array.forEach (<anonymous>)
    at s.loadImages (lazyload.min.js? ver = 1.9.7: 1: 1997)
    at s.loadAndDestroy (lazyload.min.js? ver = 1.9.7: 1: 1856)
    at HTMLDivElement. <anonymous> (infinite-scroll.min.js? ver = 6.2.4: 1: 2494)
    at n.callback (jquery.infinite-scroll.min.js? ver = 2.1.0: 1: 12954)
    at e.infinitescroll._loadcallback (jquery.infinite-scroll.min.js? ver = 2.1.0: 1: 16168)
    at HTMLDivElement. <anonymous> (jquery.infinite-scroll.min.js? ver = 2.1.0: 1: 18445)
    at HTMLDivElement. <anonymous> (jquery.min.js? ver = 3.6.0: 2: 85239)
    at Function.each (jquery.min.js? ver = 3.6.0: 2: 3003)

    In fact, in my faq page some commands don’t work.

    How to solve?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    Looks like a JavaScript error, did you clear the site cache? Check with WP Hide > General / HTML > HTML > Minify -> set this to No or HTML.
    Try to remove some of the plugin options to figure out if there’s anything that produces the issue in particular.

    Thanks

    Thread Starter thomas1999

    (@thomas1999)

    Hi, the html minification is set to no.
    The problem occurs at the first loading of the page, then if I move to other pages it disappears.
    How to solve?
    Thank you.

    Thread Starter thomas1999

    (@thomas1999)

    Tha complete msg is :

    // Firefox: document.body.scrollHeight not returning correct values if body contains position:fixed elements -> using document.documentElement
    let currentHeight = Math.max(document.documentElement.scrollHeight, document.body.scrollHeight);

    Plugin Contributor Maya

    (@tdgu)

    Hi,
    Try to disable the following options:
    1) WP Hide > General / HTML > HTML > Minify -> set this to No.
    2) WP Hide > General / HTML > HTML > Remove Comments -> set this to No.

    Clear the site cache then check again.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Uncaught ReferenceError: entry is not defined’ is closed to new replies.