• Resolved alekseyvays

    (@alekseyvays)


    Hi,
    The “Load More…” button that is supposed to be shown at the bottom of the displayed posts is there (and works when I click it), but is not visible (its opacity seems to be set to 0). Here’s the shortcode I’m using:

    [ajax_load_more post_type=”post” sticky_posts=”true” order=”ASC” posts_per_page=”3″ post_format=”standard” category=”ark-crystals” scroll=”false” button_label=”more…”]

    What am I doing wrong? How can I fix this?

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

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

    (@dcooney)

    Hi @alekseyvays,
    I had a look. This is correct because it appears you have selected the Infinite Scroll loading type from the ALM Settings page and you have scroll="false" in your shortcode.

    You can either select a Button type or simply set scroll="true" in your shortcode.

    Hope that helps!

    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You!
    So, in other words, Infinite Scroll OR Button is a site-wide setting? If so, then it’s a bummer, because there needs to be infinite scroll on one page, and a “Load More…” button on another.
    Any suggestions?

    Plugin Author Darren Cooney

    (@dcooney)

    Only suggestion I can think of would be to use the Button Type and creating your own CSS styles for each type. You can target individual instances of ALM with the custom classes shortcode param.

    Might be tricky if you are not super familiar with CSS.

    • This reply was modified 7 years, 2 months ago by Darren Cooney.
    Thread Starter alekseyvays

    (@alekseyvays)

    Thank You!
    I can conceptualize this solution, the only part I’m not sure about is what existing class(es) or what rules in custom classes should I use, in order to re-create the Infinite Scroll functionality in specific instances? Can you please help with this one?

    Thread Starter alekseyvays

    (@alekseyvays)

    Can you please help?

    Plugin Author Darren Cooney

    (@dcooney)

    All the button styles can be found here.
    https://connekthq.com/wp-content/plugins/ajax-load-more/core/dist/css/ajax-load-more.css

    Hope that helps

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘“Load More” button is not visible’ is closed to new replies.