• I am getting these errors in the console:
    Error: TypeError: Cannot read property ‘debug’ of undefined
    at Object.n.AjaxLoadMore.success (ajax-load-more.min.js:6)
    at ajax-load-more.min.js:6
    Error Msg: Cannot read property ‘debug’ of undefined
    ajax-load-more.min.js:6 ALM Error started in adminajax

    Its working when I am login to my site!

    Please me to solve this issue!

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @sherzaman I’ve seen this error pop up when there is an error in a Repeater Template.

    Can you share the template so I can have a peak?

    Thread Starter sherzaman

    (@sherzaman)

    Here is the repeater template code!

    <li class="alm-item<?php if (!has_post_thumbnail()) { ?> no-img<?php } ?>">
       <?php if ( has_post_thumbnail() ) { the_post_thumbnail('alm-thumbnail'); }?>
       <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
       <p class="entry-meta"><?php the_time("F d, Y"); ?></p>
       <?php the_excerpt(); ?>
    </li>

    Thanks dcooney!

    Thread Starter sherzaman

    (@sherzaman)

    Have you check out issue?

    Plugin Author Darren Cooney

    (@dcooney)

    The template looks like the default template so thats fine.
    Im unable to view your site as the Ajax request is being redirected with a 302 error.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ajax load more not working when logout from admin side of WordPress’ is closed to new replies.