I am having an issue with loading multiple articles on the same page using a Load More button.
Instead of loading the next page below the first, the button opens a second page even though I have an infinite scroll set up.
Solution:
Remove the Pagination block and use the shortcode block with the following shortcode:
[wpv-pager-next-page force="true"][wpml-string context="wpv-views"]Load More Button here ...[/wpml-string][/wpv-pager-next-page]
Make sure to add the block inside the View Output block. If the issue persists, try creating a new view with the authors and check with the Block Editor instead of the classic view.