I can’t modify the Newsmag – Theme panel when I try to save any changes to the template it loops and doesn’t save.
Hi,
If you’re encountering an infinite loading screen after clicking Save Settings in the theme panel, the issue is likely related to admin-ajax.php. To diagnose the problem, please open your browser’s developer console and check for any error messages.
This behavior is commonly caused by admin-ajax.php being blocked by modSecurity, your hosting provider’s firewall, or certain security plugins or server modules.
Thank you!
load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.8.1:5 JQMIGRATE: Migrate is installed, version 3.4.1
/wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=5.4.3.3:1
Failed to load resource: the server responded with a status of 403 ()
Hi,
A 403 status means “Forbidden”, meaning something is blocking the request. Here are the most likely causes and fixes:
– Security Plugins or WAF (e.g. Wordfence, Sucuri, Cloudflare)
– ModSecurity (Server Firewall)
– Incorrect File Permissions, file should be 644.
– Theme or Plugin Conflict, do a test using only the main theme and tagdiv plugins.
Thank you!
Hi Nadeem149,
First it is need to be sure that you have set all the theme requirements from our guide https://forum.tagdiv.com/requirements-for-newspaper/ in special this code – https://i.imgur.com/Z9zCgkb.png if this is not resolving the problem try with the permalinks on simple/plain, sometimes there are hosts that you need to ask to set the pretty permalinks.
Can you please check to see if the problem persists if you test only with tagDiv plugins without any other plugins? (to be sure it is not a plugin conflict).
Thank you!