Sonya* Posted March 2 Share Posted March 2 In ips.ui.infiniteScroll.js you have this method: _getPageURL = function (pageNo) { return elem.attr('data-ipsInfScroll-url') + '&' + options.pageParam + '=' + parseInt( pageNo ); }, This does not respect friendly URL. The UI widget attempts to load:https://example.com/articles/&page=2 (Error 404) It should be:https://example.com/articles/page/2/ SeNioR- and Darth Vortex 2 Link to comment Share on other sites More sharing options...
Solution Stuart Silvester Posted May 18 Solution Share Posted May 18 Thank you, we've made a small adjustment for this to be included in a future release. Sonya* and SeNioR- 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts