Hi!
When I try to edit a Column Text in a template, I get a blank window and I am not able to edit nothing
https://postimg.cc/jDJZcYjm
Using browser inspector, I get a 403 error
https://postimg.cc/23cGfSbg
https://postimg.cc/Xpr8N69q
This is part of .htaccess file
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
# END Expire headers
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|woff|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^rss/actualidad/$ /index.php?feed=rdf [L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# BEGIN WordPress
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
<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
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Any idea of should I do to solve the problem?
Hi,
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also another possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview. Which usually 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 that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hello!
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while is loading, so you can see which errors are you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also other possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why
Thank you!
Hi,
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also another possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why
Thank you!
Hi,
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also another possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Hello!
It’s possible to be from the firewall or security module that blocks the admin-ajax.php request, which usually 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 that blocks this.
If you use a plugin like Wordfence, please set it to learning mode.
Also, if you are using Cloudflare, please make sure that it is set as in our guide: https://forum.tagdiv.com/cloudflare-cdn/; you need to disable the Rocket Loader.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
Failed to load resource (wp_editor) the server responded with a status of 403 ()
Added <IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
in htaccess still not working
deactivated cache-plugin and cleared chache, still not working
-
This reply was modified 1 year by
magnusstrandberg.
Hello!
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while is loading, so you can see which errors are you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also other possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Hi,
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also another possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Hi,
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there. I think that you have “Access Denied – GoDaddy Website Firewall”
Please ask the team Goddady to help you. Also, check this guide https://www.problogguru.com/godaddy-403-forbidden-error/
Thank you!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why
Thank you!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why
Thank you!
Hi,
@sportsrooter
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also another possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
also the icons under the posts are not shown. Only if I log in , I can see them. Otherwise you can check this link:
https://cheraghnews.com/1403/04/11/%d8%a2%d8%ba%d8%a7%d8%b2-%d9%86%d8%b4%d8%b3%d8%aa-%d8%a8%d8%a7-%d8%b4%d8%b1%da%a9%d8%aa-%d9%86%d9%85%d8%a7%db%8c%d9%86%d8%af%da%af%d8%a7%d9%86-%d8%ad%da%a9%d9%88%d9%85%d8%aa-%d8%b7%d8%a7%d9%84%d8%a8/
Hello,
I think that the issue is from them, because maybe they have a mod security or don’t have set the right permission https://www.problogguru.com/godaddy-403-forbidden-error/
Also, do you use CloudFlare? You need to disable the Rocket Loader.
Thank you!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why
Thank you!
Since this morning, whenever I add a new post, the homepage displays a 403 error. The other pages and the post itself are displayed correctly.
Only the homepage shows the error.
The website has been online without any issues for weeks and I haven’t added any new plugins or anything else.
If I switch to another template the problem disappears.
Thanks
Hello,
I think that the issue is from them, because maybe they have a mod security or don’t have set the right permission https://www.problogguru.com/godaddy-403-forbidden-error/
Also, do you use CloudFlare? You need to disable the Rocket Loader.
Thank you!
Attempting to “Edit Content” in a Column text field results in a 403 error stating:
Forbidden
You don’t have permission to access this resource.
wp-content/plugins/td-composer/includes/wpeditor.php?wp_path=/var/www/
Hosted by GoDaddy
WordPress Version 6.6.2
PHP 8.0.30.2
Newspaper Theme Version 12.6.8
Troubleshooting to-date:
Disabled all non-essential plugins — No change.
New Page with no additional content — No change.
Rolled back to PHP 7.8 — No change.
Disabled CDN — No change.
Reset .htaccess file — No change.
Verified permissions — No change.
Spoke with GoDaddy and they seem to think it’s related to the theme. Any guidance or help would be greatly appreciated.
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why
Thank you!
Hello!
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while it is loading so you can see which errors you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also another possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!