New Update WPBakery Page Builder

Posted in: Newspaper
Post count: 205
Post count: 35449

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.

Post count: 205

Now I disabled all plugins and removed cache. But still, doesn’t work and remains one 404 error.

Download images

Post count: 205

GET mysite.com/wp-json/td-composer/do_job/? 404

{“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method”,”data”:{“status”:404}}

Post count: 205

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…

Post count: 35449

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.

Post count: 205

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.

Post count: 205

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.

Viewing 8 posts - 26 through 33 (of 33 total)
You must be logged in to reply to this topic.