Hi,
I noticed that on my website https://www.ciscozine.com/ if I click the link “Load More” nothing happen.
The only solution to avoid this behaviour is delete cache, but after few days the problem appears again.
How can I resolve it?
Thanks
Fabio
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hi,
WP Super Cache need to be set exactly as in our guide from here -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Let me know if there are still some problems.
Thank you!
Hi,
As I can see this is from admin ajax -> https://i.imgur.com/Msb59US.png
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
If you want, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Thank you!
Hi Calin,
I think I have found the source of the problem (I hope..): It’s the nounce:
https://wordpress.org/support/topic/cause-admin-ajax-php-403-forbidden/
“Can’t be 100% certain, but this is probably rather a problem with page caching (wp super cache); typically admin-ajax.php requests use a “nonce”, a semi-random string which is generated and added to the page. When the ajax gets triggered it sends that “nonce” (together with the data it tries to post) to the server where the nonce gets checked. Now the problem; a WordPress nonce has a limited validity, typically (but not always) 4h. If the “nonce” does not check out, the request is refused, which is what you’re observing.
The solution; lower “Cache Timeout” on WP Super Cache’s “Advanced” tab. The default there is 3600s (= 1h), so either you have a (much) higher value there OR you have a plugin which has a _very_ short nonce lifetime.
Hope this clarifies/ helps,”
Tell me what you think
thanks
fabio
Hi,
If you are using WP Super cache make sure that you set it as in our guide from here https://forum.tagdiv.com/cache-plugin-install-and-configure/ -> https://i.imgur.com/JqthOfB.png
This should fix the problem for “Cache Timeout”.
Thank you!
