When clicking next button, the ajax request for the next page of posts is blocked by WP.
The fix is to make the ajax code "safe" to WP's standards. This is due to a WP update break, by the way. They changed how WP treats JS code and ajax requests and our code is not written to follow its new standards.
When clicking next button, the ajax request for the next page of posts is blocked by WP.
The fix is to make the ajax code "safe" to WP's standards. This is due to a WP update break, by the way. They changed how WP treats JS code and ajax requests and our code is not written to follow its new standards.