Hi @sadesades,
Did you try adjusting the posts_per_page shortcode parameter?
Cheers,
Yes, I did just notice it works with higher numbers not lower numbers, like if I have my default set to 10 post and i add in the shortcode posts_per_page=”20″ pause=”true” it does start with 20 items instead of 10, but If i do posts_per_page=”4″ pause=”true” it starts with the 10 that has the wordpress settings.
I just tested the following shortcode and it is working as expected with reading settings set to 10.
[ajax_load_more acf="true" acf_field_type="gallery" acf_field_name="alm_gallery" post_type="post" posts_per_page="2" container_type="div"]
Are you using the SEO add-on for ALM?
Yes I am using the add-on also i am calling it with with php:
<?php echo do_shortcode(‘[ajax_load_more preloaded=”true” preloaded_amount=”4″ repeater=”template_1″ posts_per_page=”4″ pause=”true” pause_override=”true” scroll=”false” button_label=”Load More” button_loading_label=”Loading…” seo=”true” acf=”true” acf_field_type=”gallery” acf_field_name=”pictures” seo=”true” container_type=”ul” transition=”fade” images_loaded=”true”]’); ?>
When using SEO your posts per page must be greater then the reading settings. As described here…
https://connekthq.com/plugins/ajax-load-more/add-ons/search-engine-optimization/
Hope that helps.