Hello, on my website I have an ajax script, which must work if I sroll down to show more new cards but i isn’t. However on local server it worked. I’m using OpenServer.
Taking a quick look at the script in question, it’s very easy to see why it doesn’t work. It’s supposed to load data from a database, but the database settings are hardcoded to what are likely your local settings, which won’t work here. Can you please make sure that script uses the right database credentials?