“Column text” element : the “edit content” button open a popup wich never stops to load and never show content.
Watching the console, doing this creates a “forbiden” message : error 403.
Capture : https://ibb.co/KGCc2M5
How to fix this ?
-
This topic was modified 2 years by
Vairao.
Hi,
Please check this guide https://developers.cloudflare.com/speed/optimization/content/rocket-loader/enable/
Thank you!
What is Cloudflare exactly ? This looks to be outside from my wordpress website.
Here is a capture of the error details : https://ibb.co/vzzgKRr
Hi,
Please go to inspect -> console -> select the error in the tab network -> preview to see the issue. https://i.imgur.com/SKgs2IT.png -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
I edited the htaccess this way but doesn’t help :
# SGS XMLRPC Disable Service
<Files xmlrpc.php>
# order deny,allow
# deny from all
</Files>
# SGS XMLRPC Disable Service END
# BEGIN WordPress
# Les directives (lignes) entre « BEGIN WordPress » et « END WordPress » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
<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>
# END WordPress
# SGO Unset Vary
Header unset Vary
# SGO Unset Vary END
Sorry, i can’t find any Preview tab in Network tab : https://ibb.co/LNFPD0B
May i ask you to have a look directly on the page editor from my admin WP dashboard ?
WHich email can i send you credentials safely ?
Cheers
There are 2 errors :
https://ibb.co/QHJJNc4
https://ibb.co/CnWqFms
Hi,
The problem is caused by the host https://eu.siteground.com/kb/403-forbidden-error/ please check this guide and try the suggestions.
Thank you!