scroll=”false” stopped working
-
We have set scroll=”false” but our list is just loading non stop on scroll.
Here is how I am using the shortcode here https://www.moneyboxapp.com/learn/saving/articles/uk-savings-week-tips-to-grow-your-wealth/#ajax-load-more (bottom of the artcile we show more , it used to show a load more button but now just infintly scrolls)
But the scroll false is not taking effectecho do_shortcode(
'[ajax_load_more
posts_per_page="2"
taxonomy="learn"
scroll="false"
button_loading_label="Loading..."
button_label="More posts"
post_type="learning-hub"
taxonomy_terms="' . implode(",", $term_array) . '"
post__not_in="' . $post->ID . '"
]'
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.