This error is related to Cloud Library
https://drive.google.com/file/d/1rXnL3FfwAqlbP_ECK_10bx5V1oYhlaNp/view?usp=sharing
Hi,
Is not necessary to install “td-custom-post-type” plugin?.
Also please try to make a backup to .htaccess file ( make a copy ) , after that delete all from .htaccess file go in permalinks and click on save.
And try again.
Also the second error “QTags” can be caused by plugins.
Thanks.
Now I disabled all plugins and removed cache. But still, doesn’t work and remains one 404 error.
If I removed Cloudflare I am getting below error:
Refused to apply a style from ‘https://www.mysite.com/wp-content/themes/mysite-child/font-newspaper.css’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.
If I delete all from a .htaccess file then I am receiving this an ERROR
ERROR IMAGE
Above error, I receive just for “TAGDIV COMPOSER” when I click on edit TAGDIV COMPOSER.
My site speed is OK…
Hi,
Please make this steps again.
1. Delete all content from the .htaccess and save the file -> https://www.screencast.com/t/uwXvJvsodW
2. Save the permalinks -> https://www.screencast.com/t/blvTiOBhsF2
Now you can try to open a page with tagDiv Composer, is is not working, please add the below code in .htaccess file :
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
go in permalinks click on save, and try again.
Hope this will solve your problem.
Thanks.
Wow, it works great. So finally issue is inside .htaccess
Now the last thing is I am sending you my .htaccess file via email and please let me know what is the perfect issue because all things inside the .htaccess file are important.
Please check your email now and download the .htaccess file from contact@tagdiv.com
Thank you very very much.
tagDiv Composer was not working (keep loading) because of below script in a .htaccess file:
# Force Trailing Slash
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
If I remove above Force Trailing Slash code, then works fine.
Thank you.
