Hi there,
I have an existing website using the great Newspaper theme. Now we want to add an additional language (English) so I installed WPML.
I copied the homepage including the content to English version. When I go into the new English homepage and switch to the TD Composer, it keeps loading and loading: https://prnt.sc/mahduy
Then I get this message: https://prnt.sc/mahdhk
Why is the TD Composer not working on the translated page?
Thank you in advance.
Best regards,
Nick
Hi,
Please 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/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
I believe you have installed the WPML Translation Management plugin
– https://wpml.org/documentation/translating-your-contents/page-builders/
Our page builder will encode the page content so translating a page with this module would not be possible. Maybe this will change in the future, can’t say for sure what will happen. Sorry for any inconvenience.
The alternative is to switch the pages when the language is changed.
For example I have this page in a language – https://www.screencast.com/t/wUVMxwx6qlV
Clicking on the translate option will open a new page which you can build
– https://www.screencast.com/t/yWKrq5fBxTI
Thank you.
Hi Calin,
Thanks for your reply.
System status for the original language: everything is green. But: I have WPML setup to have a different domain per language.
So, original language is Dutch which is on a .nl domain.
The secondary language is English, which can be reached on the .com domain (a domain pointer has been set in the server)
When I go to the .com domain, everything is fine. It reaches the English page.
The issue is with the loading of the TD Composer for the secondary language. Could this be the problem: https://prnt.sc/mak1rx ?
Thank you in advance.
Hi,
Did you set the code in .htaccess ? if not please set it
Also please check the language url format if is set on a different domain per language, the composer will not work properly.
Our developers team have this requirement note on the fix list.
Thank you for your understanding!
Hi Calin,
Yes, I do have the WPML setting: different domain per language. So the htaccess change will not solve this?
Best regards