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

    (@dcooney)

    Hi @henkemail,
    This issue is most likely a CSS style in your current theme conflicting with the Ajax Load More .loading class.

    You could test by using Inspector to manually add a .loading class to the Ajax Load More button within the .alm-btn-wrap div.

    Let me know what you find out.

    Thread Starter henkemail

    (@henkemail)

    Hi thanks! I managed to get rid of the C shape behind the GIF anim, by adding CSS:

    button.alm-load-more-btn.more.loading:after {
      display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange image behind loading GIF anim’ is closed to new replies.