Hi, any luck with finding the source of the problem? Is there anymore info I can provide to help?
I found another issue, this time with the Single post infinite scroll:
Load More, when called on in a single’s post page, calls the first repeater template available, which is the article card template for the home page instead of the single post template, even though the shortcode specifically calls for the “singles” repeater template like so:
echo do_shortcode('[ajax_load_more post_type="post" single_post="true" single_post_order="latest" repeater="singles" single_post_taxonomy="category" offset="1" transition_container_classes="row" single_post_id="'. get_the_ID() .'" posts_per_page="1" button_label="Read More"]');