Reply To: RSW and WPML issue


imaginem
Support

Hi,

I’ve compiled wpml-config.xml file which includes theme options translatable texts.

wpml-config.xml details

The XML file includes strings for :-

Readmore
Fullscreen Toggle
Right click disable text
News title
Footer text
All Contact form labels and error handler texts

Download Link ( follows )

You can download the following file – extract and copy the wpml-config.xml file to themes root folder ( same folder as style.css and screenshot.png )

WPML-config.php Download link

How to Translate

To translate wpml-config.xml strings you’ll need

WPML String Translation plugin ( plus WPML main plugin )

Once the plugins are active Click ‘String Translation’ and follow these steps

Step One ( screenshot )

Step Two ( screenshot )

Which gives you list of translatable string as seen in the following screenshot

Translatable Strings populated

You can translate the strings by clicking ‘translations’ link – fill each language translatable field – tick ‘Translation is complete’ and Save.

Widget, CSS Mod and Responsive Lang selector

Display WPML language selector easily by activating it to Social header widget area.

Widget placement ( screenshot )

Style.css Mod

Add following to style.css file

.social-header .icl_languages_selector {
	position:absolute;
	top:-35px;
	right:0;
}

Language selector placement for mobile devices

Edit /header-navigation.php

Insert following just above line 10

do_action('icl_language_selector');

End.

Would appreciate if you post notes on any issues or if everything goes well.

Thanks