TD composer not loading

Posted in: Newspaper
Post count: 4

Hi, when I trying to edit one page on my website and I click on TD composer nothing happens it just looks like it’s loading and then it stop in a blank page. All my theme and plugins are up to date, I think the problem is just happening with this plugin specifically.

Post count: 35449

Hi,

In some cases, the mod_substitute module default configuration may cause a timeout error on TD Composer when loading large pages . To fix this you have to add the following lines in the .htaccess file located in your website main folder:

.htaccess

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Also make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

Thank you for your understanding.

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