Hello,
I have activated cloudflare on my website but after that I can see the TD Composer is not working properly.
The text editor doesn’t show contents and when you enter new text it doesn’t reflect on the website.
It’s happening for existing pages as well as new pages that I am trying to create.
Is there is any specific rules, settings that needs to be done to make it work with cloudflare.
And I have WP Rocket enabled as well
Hello Aman Singh,
First of all, ensure that you have disabled the WP Rocket because this is not a tested plugin and it seems to be a problematic one, make sure that you have correctly installed the theme via FTP way and then, try to the following code into your .htaccess core file from here ->
Set up the below code in .htaccess!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Check again your system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello,
I have disabled Rocket Loader on cloudflare and it seems to start working properly
Sadly after the update to 11.4 disabling Rocket Loader does not do the trick.
I faced it in a new site, then I checked a site I had updated to 11.4 (with no other changes) where it used to work but it doesn’t.
I have disabled all caching in my provider (siteground) still doesnt work. I have excluded the bundling of all js and CSS and it still doesnt work.
Hi dimitrisv,
Yes, using security modules on host can block the wpeditor, in our guide we provide as example the ModSecurity -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/ this can interfere with wp editor or worst with tagDiv Composer.
Thank you!