Comments Orhan POLAT started the conversationApril 16, 2019 at 5:44amBreadcrumbs Homepage "Home" replacementWhere can I change the name.My site will be multi-language.According to my research on the web, I have changed the php file butfunction gem_breadcrumbs() {$text['home'] = esc_html__('Home', 'thegem');This doesn't solve my problem. 4,774Michael repliedApril 16, 2019 at 8:20amHi, We recommend to use Loco Translate plugin for the theme translation or you can translate theme manually with .po file, pls. follow the instructions: 1. Take file languages/thegem.pot or xx_YY.po from theme directory. 2. Open this 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 the 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 the same operation, you can translate TheGem elements plugin. Just put translations in wp-content/languages/plugins 1 LikeOrhan POLAT repliedApril 16, 2019 at 9:56amThank you so muchMy problem is solved. 4,774Michael repliedApril 16, 2019 at 10:09amWelcome! Have a nice day!1 Like Sign in to reply ...
Breadcrumbs Homepage "Home" replacement
Where can I change the name.
My site will be multi-language.
According to my research on the web, I have changed the php file but
function gem_breadcrumbs() {
$text['home'] = esc_html__('Home', 'thegem');
This doesn't solve my problem.
Hi,
We recommend to use Loco Translate plugin for the theme translation or you can translate theme manually with .po file, pls. follow the instructions:
1. Take file languages/thegem.pot or xx_YY.po from theme directory.
2. Open this 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 the 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 the same operation, you can translate TheGem elements plugin.
Just put translations in wp-content/languages/plugins
Thank you so much
My problem is solved.
Welcome! Have a nice day!