Can't get homepage texts entered in theme options to show up in strings.
-
Hi,
I installed the polylang plugin to use more languages on my site. (www.coffee-imports.com) I’m using the Everest Theme by Catch Themes. It works fine except for the home page. Since the texts on the homepage are entered through the theme options, where the the multi language option does not show up, I cannot have the homepage in different languages.
I tried the solutions suggested in:
https://www.ads-software.com/support/topic/polylang-and-simplify-theme?replies=10#post-4066620
and
https://www.ads-software.com/support/topic/plugin-polylang-changing-theme-options?replies=5
And I followed the instructions in the documentation:
https://polylang.wordpress.com/documentation/documentation-for-developers/the-wpml-language-configuration-file/following the instructions I created a wpml-config file in the root folder of the theme and in a separate Polylang folder in the WP content folder. (Tried both options).
The code in the wpml-config file I adapted to include the desired fields I want to translate:
<wpml-config>
<admin-texts>
<key name=”catcheverest-theme-options-defaults”>
<key name=”homepage_headline” />
<key name=”homepage_subheadline” />
<key name=”homepage_featured_headline” />
</key>
</admin-texts>
</wpml-config>Still I can’t get it to work. There are no new strings showing up in the Strings translation tab in the language settings.
Am I making a mistake in the code? Or am I referring to the wrong file?
I checked with the developers of the theme and they don’t have a solution either.
Any suggestions?
Thanks a lot!
Ronald
- The topic ‘Can't get homepage texts entered in theme options to show up in strings.’ is closed to new replies.