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

    (@dcooney)

    Hi @kot_matpockuh,
    Appears like you have a float/clear issue with your<li> elements causing the browser to not know where the Load More button is.

    If you add the following to your CSS it fixes the issue.

    .alm-reveal {
      overflow: hidden;
    }
    • This reply was modified 8 years, 5 months ago by Darren Cooney.
    Thread Starter kot_matpockuh

    (@kot_matpockuh)

    Hi, @dcooney

    Unfortunately – no, check it now, please)

    Plugin Author Darren Cooney

    (@dcooney)

    Ok, instead of

    .alm-btn-wrap {
      display:none;
    }

    use

    .alm-btn-wrap {
      opacity:0;
      visibility: hidden;
    }
    Thread Starter kot_matpockuh

    (@kot_matpockuh)

    Hi, @dcooney

    Can you please check, why loader is called only when i reach the bottom of the page? but my code looks so:

    [ajax_load_more post_type="post" scroll_distance="400" container_type="div" posts_per_page="14" max_pages="100"]

    why it’s not loading, while i’m 400px from the bottom?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ajax load more is called even if i didn’t reach the bottom’ is closed to new replies.