• Resolved cjhmdm

    (@cjhmdm)


    Hello,

    I am using the following shortcode in my theme:

    <?php echo do_shortcode( '[ajax_load_more theme_repeater="t-index-scroll.php" category="tour" post_type="post" posts_per_page="10" max_pages="0" images_loaded="true" button_label="Load More" container_type="div"]' ) ?>

    The plugin itself is functioning, all of my add-ons are activated with their respective licenses. I purchased the bundle but the ‘custom repeaters v2’ and ‘theme repeaters’ are the 2 active add-ons I’m using at the moment.

    Now that that’s out of the way, here’s what I’m experiencing:

    -> page loads, first set of posts from the above shortcode are loaded as well. This isn’t really intended, but I can live with that.

    –> scroll down the page to the load more button. I have to click the load more button in order to get more posts to load. This is the main problem I’m experiencing and need to resolve as the posts should continue to load on scroll, without user interaction.

    I’ve tried to manually set the “Pause” option to false in the shortcode, as well as the “enable scrolling” option to true, as well as the “pause override” option to true… all to no avail.

    Unfortunately, I do not have a link available as I’m developing locally, but what I can say is that I am using your plugin in conjunction with a very basic theme called “JointsWP” and have made very few changes to said theme yet.

    https://www.ads-software.com/plugins/ajax-load-more/

Viewing 1 replies (of 1 total)
  • Thread Starter cjhmdm

    (@cjhmdm)

    Please disregard. I found the cause of the issue.

    For anyone else who might run into a similar this issue, make sure you have some footer content, otherwise you simply won’t be able to scroll down far enough to activate the function.

    Alternatively, set the “Scroll Distance” option to 0 if you have no footer.

Viewing 1 replies (of 1 total)
  • The topic ‘Auto loading on scroll not working’ is closed to new replies.