Skip Navigation

[Resolved] Problems with infinite scroll

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by comercial2 5 years, 9 months ago.

Assisted by: Nigel.

Author
Posts
#1212530

Hello,
I am having problems with ajax infinite scrolling. It not works, and I don't know why. I tried to deactivate all plugins (except types, and views) and activate Twenty Nineteen theme, and then it doesn't work, and in console appear these errors:

A bad HTTP response code (404) was received when fetching the script.
Failed to load resource: net::ERR_INVALID_RESPONSE

I defined in wp-config.php file this:

define('WP_DEBUG', true);
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

but there isnt any error, and the log file was not created.

The view in example calls "Home HOY 1" and it shows posts in home page

#1212564

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Screenshot 2019-03-11 at 12.00.28.png

Hi there

I visited your site and checked your View.

It didn't have the option for infinite scroll set (maybe you disabled it because of problems?) and so I set that up.

I then checked the home page and found the infinite scrolling working as expected.

I did see some errors in the browser I use that has an ad-blocker enabled, coming from an ads plugin, but it didn't affect the scrolling.

So, I can't see the error you report.

#1212581

Ok, thank you.