Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi
Where can I translate the following strings
1. breadcrumb text “You are here: ”
2. “Home” also in breadcrumb
3. “Search…” placeholder when clicking search icon in main menu
Thanks
Hello,
Are you using any translation plugin for this? The strings can be translated using the .PO file. See this article for more details:
Or directly in files: specular\includes\view\page_header.php ->”You are here” and “home”
-To change the search placeholder, go to file searchform.php and find this line:
<input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'specular') ?>
Change the word search to your wish. Save changes.
Best regards!
Which plugin should I install to do the translations? It would be better not to edit the code itself so I can update theme without doing everything again
Thanks
Hello,
Sorry apparently i forgot pasting the link to the article: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files
You can use WPML or Loco Translate plugin.
Best regards!
Thanks. I could make it and worked fine. Thanks
PS: I’m not getting notifications on my email address when you reply to my threads
You must be logged in to reply to this topic.