I see “ajax error” in Developer Tools -> Console when I try to load more products on shop page. I have already tried deactivating all the other plugins and I have tried using both Elementor Template and Woodmart layout. The issue persists. Do you think it has anything to do with .htaccess rewrite rule? Here are the lines from htaccess file.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Attachments:
You must be
logged in to view attached files.