Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Polylang Multilingual Home Page #2753
    tomas
    Participant

    Hi HashThemes,

    I really like your total theme, but ran into the same issue as the users above. As there was no solution in the thread I looked at it and found a very simple way to fix it:

    You need to create a file called wpm-config.xml in the theme root directory and add the following content:

    <wpml-config>
    <admin-texts>
    <key name=’theme_mods_total’>
    <key name=’total_featured_sub_title’ />
    <key name=’total_about_progressbar_title1′ />
    </key>
    </admin-texts>
    </wpml-config>

    This is only a sample file that makes 2 customizr keys translatable. The file should contain a full list of keys used in customizr. (I am sure you guys have this).

    Once this file is in the directory you can set the values in the customizer and the string will appear for translation in the polylang string translations section and the translation works.

    Would be great if you guys could complete list of keys in the file and add it to the theme.

    Cheers
    Tomás

Viewing 1 post (of 1 total)