Can't edit content of "Column text" element

Posted in: Newspaper
Post count: 46

“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.
Post count: 27744
Post count: 46

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

Post count: 27744

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!

Post count: 46

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

Post count: 46

I can’t find any “preview” button in the console. Wich browser are you using ?

Post count: 27744

Hi,

Please check like this https://i.imgur.com/OlW623o.png

Thank you!

Post count: 46

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

Post count: 27744

Hi,

You need to select the error to see the preview tab.

Thank you!

Post count: 46
Post count: 27744

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!

Post count: 46

thanks you very much, i could fix this with the host support it came from a security plugin

Post count: 27744

Hi,

I’m glad you solved it.

Thank you!

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