multilingual site
-
Thanks for the great theme.
I’m creating a multilingual site using onepress with a child theme and the polylang plugin. I try to use the wpml-config.xlm file in order to translate the content of the front page section contents (features, services, etc).
So in order to translate the titles of the features section the content of the wpml-config.xlm file should be:<wpml-config> <admin-texts> <key name='theme_mods_onepresschild'> <key name="onepress_features_boxes" > <key name="title" /> </key> </key> </admin-texts> </wpml-config>
Unfortunately this does not work. I examined the wp-options table of the database and I found that the section data are not saved as an array as they probably should be. Using the https://www.unserialize.com tool you can see that they are saved as a strings. I believe this to be the problem but I can not be 100% sure.
Any ideas? Is there a way around this?
Thanks in advance,
Nick Pasadakis
- The topic ‘multilingual site’ is closed to new replies.