Hello Daniel,
Sure thing, I'll outline the steps more clearly, this time showing two videos as well.
We have accessed the original website again, in order to re-do these steps and make the video:
#1 first part: here we duplicate the German content template to the English version with the 'overwrite' button, and set the content template translation as an independent translation
- Go to Toolset -> Content Template
- Open the English translation of the Home-Single-Concert template
- Use the 'overwrite with DE content' button, and then the 'Translate independently' button: hidden link
- Now, check in the 'General' metabox, the 'NAME' of the content template
- Change it to Home-Single-Concert-EN, for instance (you can use another name you prefer, of course)
- Edit/translate the content template (for instance, we added the 'READ MORE' text), and save it
#2 second part: displaying the 'READ MORE' translation
- Copy the name of the translated English content template
- Go to the homepage frontend and open the first post of the 'Konzert' posts that are being shown there
- Edit both the homepage and the selected Konzert post
- Check the number ID that appears in the Konzert post URL, 839 - this is the ID used in the first shortcode added in the homepage:
[wpv-post-body view_template="home-single-concert" id="839"]
- Still in the Konzert post, please open its English version using the backend switcher at the top bar: hidden link
- Memorizes the ID number that appears in the URL: 922. This is the ID of the translated Konzert post, and the number that we need to insert in the shortcode of the translated homepage
- Now please go back to the homepage Edit screen, and click to use the 'WordPress Editor', as we did previously to the content template
- Update it, and then open the EN translation
- Find the same shortcode, and replace the old info with the new info:
[wpv-post-body view_template="Home-Single-Concert-EN" id="922"]
That is, in a nutshell, view_template receives the name of the translated template, and id receives the ID number that is displayed in the URL of the translated Konzert post. By saving the homepage, the 'READ MORE' text displays correctly now in the English homepage.
Here it goes the video showing the steps in the first part: hidden link, and the other video showing the second part: hidden link
I hope that with these steps and videos you can make the corrections. Please observe that it is only a workaround, and a definitive fix should be available in our next versions.
At last, it is necessary to read and follow our complete guide here: https://wpml.org/documentation/translating-your-contents/using-different-translation-editors-for-different-pages/, in order to fully understand how the manual translations work and do not commit mistakes. Please check it out when possible.
Kindly keep us posted about your results. Thank you.