hello! i’ve installed newspaper theme on my WordPress. It works fine but I can’t use td composer. When I try to edit with it the screen goes blank. I follow some steps I’ve read on the forum but there’s no charge at all. What can I do?
thanks!
Same thing is happening to me. This was a clean install. Cannot get TD composer to load.
Trying to open td composer for homepage get this error:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Please contact the website owners to inform them of this problem.
Hello Dylan,
First of all, ensure that you are using the latest version of the theme installed via FTP way, the version of TD Composer, please enable GD Library and
mbstring
for PHP on the server and also, try to set up the below code in .htaccess!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Hope this helps and let us know how it goes!
Thanks for your understanding!
hi!
I don’t understand same things you recommend. Can you explain to me:
– what is gd library and how can I activate it?
– same thing with mbstring
– .htaccess: the one that’s on the WordPress installation folder?
thanks
Hello pablonunez,
First of all, please check the following documentation from here -> https://forum.tagdiv.com/requirements-for-newspaper/ Also, for activating these parameters if you cannot do it from CPanel you should contact your hosting provider and request this thing.
Thanks for your understanding!
hello again, still can’t make it work…I’ve followed the steps and td composer still does not work. what’s else can I do?
Hello pablonunes,
ensure that you are using the latest version of the theme installed via FTP way, the version of TD Composer, please enable GD Library and
mbstring
for PHP on the server and also, try to set up the below code in .htaccess!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Hope this helps and let us know how it goes!
Thanks for your understanding!
I have the same problem after the last update. It worked fine before the update, now I just get a blank screen. The solutions you suggest in this thread makes no sense to me what so ever.
Hi,
@Monokromdesign That code solved most of the similar cases, the code simply has to be entered in the htaccess file, at the end
– http://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/
– https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html
– https://www.greengeeks.com/tutorials/article/tips-on-finding-your-wordpress-htaccess-file/
You could also contact your hosting provider for assistance in finding the file if needed.
Also check the theme requirements in the system status panel
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks