Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Chrystl

    (@chrystl)

    Hi!
    Could give a link of your website? Do you use a free or a premium theme?

    Thread Starter Dryden

    (@dryden)

    Hi! I use a free theme called superb-free.
    my website is overtheghetto.altervista.org

    Plugin Support Chrystl

    (@chrystl)

    Hi
    To create a wpml-config.xml:
    1) In your DB => wp_options:
    – find the option name of your theme in option_name columns. For your case is “theme_mods_superb-lite”
    – find the names of each options in option_value columns.

    2) After create your wpml-config.xml with these informations. I make you an example with slider_one and home_featured_one. Do the same for slider_two, home_description_two and home_featured_three. And please read this before: The WPML language configuration file

    <wpml-config>
    	<admin-texts>
            <key name="theme_mods_superb-lite">
                <key name="slider_one" />
                <key name="slider_title_one" />
                <key name="slider_one_description" />
                <key name="slider_one_link_text" />
                <key name="slider_one_link_url" />
                <key name="home_featured_one" />
                <key name="home_title_one" />
                <key name="home_description_one" />
                <key name="home_one_link_text" />
                <key name="home_one_link_url" />
                <key name="tagline_title" />
                <key name="tagline_description" />
                <key name="superb_home_intro_text_title" />
                <key name="superb_home_textarea" />
                <key name="video_title" />
                <key name="home_video" />
                <key name="superb_post_title" />
                <key name="cta_text" />
                <key name="home_cta_link_text" />
                <key name="home_cta_link_url" />
                <key name="contact_title" />
                <key name="contact_email" />
                <key name="contact_phone" />
                <key name="address_detail" />
                <key name="superb_contact_form" />
                <key name="superb_footer_footer_text" />
            </key>
        </admin-texts>
    </wpml-config>

    Hi,I ve created the wpml-config.xml and placed it inside my theme folder.
    Though,it s displayed under string translation tab,values aren’t displayed while switching between languages.
    Any help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Polylang] Translating theme options’ is closed to new replies.