• Resolved robertallen

    (@robertallen)


    The Load more button appears invisible. When I click a blank spot under my blog posts the AJAX Load More works. I’ve tried display: block, visibility: visible and everything.

    My shortcode is this:
    [ajax_load_more container_type=”div” post_type=”press_releases” posts_per_page=”9″ scroll=”false” button_label=”Load More” button_loading_label=”Loading More…”]

    What am I doing wrong?

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

    (@dcooney)

    Hi @robertallen Can you share a link? Might be your loading type or a JS issue.

    Thread Starter robertallen

    (@robertallen)

    Plugin Author Darren Cooney

    (@dcooney)

    Didnt notice this before, but you have scroll=”false” in your shortcode.

    Make that true, and set this custom CSS.

    .alm-reveal {
        overflow: hidden;
    }
    Thread Starter robertallen

    (@robertallen)

    Hi Darren,

    Thank you for your support on this matter. I wasn’t able to get it to work for some reason, so I decided to go ahead and use my own CSS, which does the trick.

    The only other problem I’m facing now is when you click the Load More button it jumps to the bottom of the page.

    Thread Starter robertallen

    (@robertallen)

    please disregard. For some reason it only happens on my local dev environment and not on Staging. Thank you much Darren!

    Plugin Author Darren Cooney

    (@dcooney)

    Hi Robert,
    Ok thanks for following up.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Button is invisible’ is closed to new replies.