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

    (@chrystl)

    Hi
    You need to create a wpml-config.xml as explained here or use the pll_register_string and __pll functions.

    If you choose to create a wpml-config.xml you will only need of the admin-texts part. If you don’t know or where to find the name of these options, please ask to the theme author.

    <wpml-config>
        <admin-texts>
            <key name="my_plugins_options">
                <key name="option_name_1" />
                <key name="option_name_2" />
                <key name="options_group_1">
                    <key name="sub_option_name_11" />
                    <key name="sub_option_name_12" />
                </key>
            </key>
        </admin-texts>
    </wpml-config>
    Thread Starter Eagleone1

    (@eagleone1)

    Hi Chrystl

    Thanks for your advice. I will try to apply them, since I’m not an expert on this.

    Thanks a lot

    Thread Starter Eagleone1

    (@eagleone1)

    Hi again Chrystl,

    Here is the options name for the slider of evolve theme:

    <wpml-config>
    <admin-texts
    <key name=”evolve-theme”>
    <key name=”evl_slide1_title” />
    <key name=”evl_slide1_desc” />
    <key name=”evl_slide1_button” />
    <key name=”evl_slide2_title” />
    <key name=”evl_slide2_desc” />
    <key name=”evl_slide2_button” />
    <key name=”evl_slide3_title” />
    <key name=”evl_slide3_desc” />
    <key name=”evl_slide3_button” />
    <key name=”evl_slide4_title” />
    <key name=”evl_slide4_desc” />
    <key name=”evl_slide4_button” />
    <key name=”evl_slide5_title” />
    <key name=”evl_slide5_desc” />
    <key name=”evl_slide5_button” />
    </key>
    </key>
    </admin-texts>
    </wpml-config>

    The question is : where do I have to put this text ( if it is correct)
    In Polylang Plugin file or in theme file? And in what file?

    Thanks in advance

    Plugin Support Chrystl

    (@chrystl)

    Thread Starter Eagleone1

    (@eagleone1)

    I have read the provided information. The only I didn’t understand is in what place I have to put this wpml-config.xml file. It is not clear, for me at least.

    I’m saying again I’m begginer!

    Plugin Support Chrystl

    (@chrystl)

    Upload it in /wp-content/polylang/ (create the directory polylang if it does not exist).

    Remove at the end of your file a </key>. You need only one.

    Thread Starter Eagleone1

    (@eagleone1)

    Thanks a lot. I will do it shortly

    Thread Starter Eagleone1

    (@eagleone1)

    I upload to mentioned location but nothing happened.
    No new strings to translate appeared

    Plugin Support Chrystl

    (@chrystl)

    You forget a > at <admin-texts

    Thread Starter Eagleone1

    (@eagleone1)

    Yes, you are right, but I have already corrected

    Look what they replied to me from the theme autors: “Regretfully, translating the Parallax Slider is not possible due the reason that its content is not stored into translatable theme string.”

    Is that possible? If it is we have nothing to do more. But it seems a little bit strange.

    Plugin Support Chrystl

    (@chrystl)

    I tested a small part and it works:

    <wpml-config>
    	<admin-texts>
    		<key name="evolve-theme">
    			<key name="evl_slide1_title" />
    			<key name="evl_slide1_desc" />
    			<key name="evl_slide1_button" />
    		</key>
    	</admin-texts>
    </wpml-config>

    You must fill your theme options if you want see the strings translations fields appear in the Strings Translation tab.

    Thread Starter Eagleone1

    (@eagleone1)

    Did you try in evolve theme? Because I tried again without result

    Just to know: I created a polylang directory in wp-content and in this directory (polylang) i put the wpml-config.xml file. Is this ok?

    Thread Starter Eagleone1

    (@eagleone1)

    The problem I think is I don’t have registered new strings for this slider.

    Plugin Support Chrystl

    (@chrystl)

    Do you use evolve version: 3.3.0?

    Just to know: I created a polylang directory in wp-content and in this directory (polylang) i put the wpml-config.xml file. Is this ok?

    Yes it’s the good way.
    Could you provide a screen copy of where you put the file?

    Thread Starter Eagleone1

    (@eagleone1)

    It is the 1.9.0 Premium. Is the same with 3.3.0 in parallax slider.

Viewing 15 replies - 1 through 15 (of 38 total)
  • The topic ‘Translation Issues with polylang plugin in Evolve theme’ is closed to new replies.