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

    (@chrystl)

    Hello Comoglu

    I believe you are on the wrong forum because you use mqtranslate and not Polylang.

    Thread Starter comoglu

    (@comoglu)

    No I am using Polylang. I just tried it for a while.
    could you have a look again?

    Plugin Support Chrystl

    (@chrystl)

    To translate your 5 slider titles you need to create a wpml-config.xml file like explain here

    https://polylang.wordpress.com/documentation/documentation-for-developers/the-wpml-language-configuration-file/

    You need just the ‘admin_texts’ part. And put your file in wp-content/polylang/ (create the folder if it does not exist).

    Thread Starter comoglu

    (@comoglu)

    Could you be more specific. What should be the key name for slider 1
    instead of <key name=”option_name_1″ /> ???

    [Moderator Note: No bumping, thank you.]

    Thread Starter comoglu

    (@comoglu)

    I create this file but I guess it s needed to improve..
    could you have a look?

    <wpml-config>
    <custom-fields>
    <custom-field action=”copy”>quantity</custom-field>
    <custom-field action=”translate”>custom-title</custom-field>
    </custom-fields>
    <custom-types>
    <custom-type translate=”1″>Slider_1</custom-type>
    <custom-type translate=”1″>Slider_2</custom-type>
    <custom-type translate=”1″>Slider_3</custom-type>
    <custom-type translate=”1″>Slider_4</custom-type>
    <custom-type translate=”1″>Slider_5</custom-type>
    <custom-type translate=”1″>Slider_6</custom-type>
    <custom-type translate=”1″>Slider_7</custom-type>
    <custom-type translate=”1″>Slider_8</custom-type>
    <custom-type translate=”1″>Slider_9</custom-type>
    <custom-type translate=”1″>Slider_10</custom-type>
    <custom-type translate=”1″>Slider_11</custom-type>
    <custom-type translate=”1″>Slider_12</custom-type>
    </custom-types>
    <admin-texts>
    <key name=”my_slider_options”>
    <key name=”Slider_1″ />
    <key name=”Slider_2″ />
    <key name=”Slider_3″>
    <key name=”Slider_4″ />
    <key name=”Slider_5″ />
    <key name=”Slider_6″ />
    <key name=”Slider_7″ />
    <key name=”Slider_8″ />
    <key name=”Slider_9″ />
    <key name=”Slider_10″ />
    <key name=”Slider_11″ />
    </key>
    </key>
    <key name=”simple_string_option” />
    </admin-texts>
    </wpml-config>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘slider title and description’ is closed to new replies.