Comments 2atlaswebdev started the conversationFebruary 15, 2017 at 5:12pmHello guys.I want to translate the Address of my clients website in top area at http://atlas.dicha.gr/. I have installed Polylang (the Free edition) but I cannot find a way to translate this string. Also, it doesn't appear in string translations.Do you have any idea how to translate this area and generally option which I give in Theme options?Thanks in advance 7,092Oliver repliedFebruary 15, 2017 at 5:16pmHI!You can translate it via WPML pluign in string translation or:1. Take file languages/thegem.pot or xx_YY.po from theme directory . 2. Open file with Poedit software. 3. Translate necessary strings to your language. 4. In software open Catalog - Settings and set Language to Translation to xx_YY. 5. Then save file as thegem-xx_YY. You must have two files thegem-xx_YY.po and thegem-xx_YY.mo. 6. These files you need to put to the wp-content/languages/themes of your site. With same operation you can translate TheGem elements plugin. Just put translations in wp-content/languages/plugins Or you can edit:/wp-content/themes/thegem/inc/content.php function thegem_contacts() {line 114 and function thegem_top_area_contacts() {line 137Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello guys.
I want to translate the Address of my clients website in top area at http://atlas.dicha.gr/.
I have installed Polylang (the Free edition) but I cannot find a way to translate this string. Also, it doesn't appear in string translations.
Do you have any idea how to translate this area and generally option which I give in Theme options?
Thanks in advance
HI!
You can translate it via WPML pluign in string translation or:
1. Take file languages/thegem.pot or xx_YY.po from theme directory .
2. Open file with Poedit software.
3. Translate necessary strings to your language.
4. In software open Catalog - Settings and set Language to Translation to xx_YY.
5. Then save file as thegem-xx_YY. You must have two files thegem-xx_YY.po and thegem-xx_YY.mo.
6. These files you need to put to the wp-content/languages/themes of your site.
With same operation you can translate TheGem elements plugin.
Just put translations in wp-content/languages/plugins
Or you can edit:
/wp-content/themes/thegem/inc/content.php
line 114
and
line 137
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver