• Resolved tomseinstra

    (@tomseinstra)


    On one of our websites using AJAX Load More, ALM only seems to work when logged in. When viewing any page as a regular visitor, ALM does not load.

    The following Reference Error is shown in the console, and I can’t seem to figure out why this only occurs when not logged in:

    Uncaught ReferenceError: alm_localize is not defined
        at new t (ajax-load-more.min.js?ver=5.4.2.1:6)
        at ajax-load-more.min.js?ver=5.4.2.1:6
        at Array.forEach (<anonymous>)
        at ajax-load-more.min.js?ver=5.4.2.1:6
        at Object.<anonymous> (ajax-load-more.min.js?ver=5.4.2.1:6)
        at n (ajax-load-more.min.js?ver=5.4.2.1:1)
        at ajax-load-more.min.js?ver=5.4.2.1:1
        at ajax-load-more.min.js?ver=5.4.2.1:1
    t @ ajax-load-more.min.js?ver=5.4.2.1:6
    (anonymous) @ ajax-load-more.min.js?ver=5.4.2.1:6
    (anonymous) @ ajax-load-more.min.js?ver=5.4.2.1:6
    (anonymous) @ ajax-load-more.min.js?ver=5.4.2.1:6
    n @ ajax-load-more.min.js?ver=5.4.2.1:1
    (anonymous) @ ajax-load-more.min.js?ver=5.4.2.1:1
    (anonymous) @ ajax-load-more.min.js?ver=5.4.2.1:1

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tomseinstra

    (@tomseinstra)

    Fixed by rolling back to version AJAX Load More 5.3.6

    Plugin Author Darren Cooney

    (@dcooney)

    @tomseinstra
    I haven’t come across this error before so I’m not entirely sure.
    Usually, when it’s not working for logged in users it’s because a plugin is blocking admin-ajax.php requests.

    Impossible to debug with the site rolled back, so let me know if you come across this again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ALM_localize referenceError when not logged in’ is closed to new replies.