Problems with Text with Title Edit Content

Posted in: Newspaper
Post count: 21

Trying to edit the content
The mask of the WP Editor opens
But it keeps loading in an endless loop.
Happens on 3 different sites
Happens lately
The sites are hosted by Siteground
I have seen your previous solutions but they do not work or are not clear.
Thanks

Post count: 21065

Hello!

Check your console while you see the endless loop and see which error you encounter there. Follow this link: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Deactivate ALL plugins except tagdiv ones; also, if you are using a cache plugin, deactivate it, clear all cache, and try again.

Let me know the results!

Thank you!

Post count: 21

I got reply also from your support and yes as Anamaria told it was a problem related to Siteground parameters, I just investigate with Siteground and I share solution for all Siteground users:

the problem is from

Plugin SG Security – Site Security – Lock and Protect System Folders : ON

So you have to set it as OFF but Warning do not disable or delete it because if it is ON means that

This write also some code under .htaccess under public_html/wp-content/ not the one under public_html/

so code will be there until you will set it OFF.

If you face the problem but you have not the Plugin maybe is possible you delete it in the past without put that OFF

so to do not care about code inside .htaccess under public_html/wp-content/ just activate again the Plugin set parameter OFF and than delete it,

or check in the .htaccess under public_html/wp-content/ this code and delete it (you need more experience and know how)

# SGS Directory Hardening
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>

# SGS Directory Hardening END

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.