However, we haven't found any options or fields in the theme options/settings section where we can enter the translated texts. Obviously the WPML Plugin does not hook in the theme options panels.
See the screenshots attached.
Can you please provide us with a solution to fix this issue, e.g. via additional code to insert into functions.php or other files of the theme.
I've searched a bit in the WPML forums and found out that translations might be also possible to make via their "String Translations" options, if the texts to be translated are wrapped in GetText calls:
We need our website in 2 languages (german + english) and have installed the WPML Plugin for the translations.
This works fine for the pages and posts.
Certainly we also need to translate the contents/text in the footer as well as for the blog page under http://mobizdev2.aix-cloud.de/blog/
However, we haven't found any options or fields in the theme options/settings section where we can enter the translated texts. Obviously the WPML Plugin does not hook in the theme options panels.
See the screenshots attached.
Can you please provide us with a solution to fix this issue, e.g. via additional code to insert into functions.php or other files of the theme.
Thanks in advance!
Best,
Wolf.
I've searched a bit in the WPML forums and found out that translations might be also possible to make via their "String Translations" options, if the texts to be translated are wrapped in GetText calls:
https://wpml.org/faq/language-setup/
Hi,
You can use this function:
Then you can use it like this:
Best Regards,
Jelly Team