NooTheme Premium WordPress Theme › Forums › JobMonster › Change default title
- This topic has 13 replies, 2 voices, and was last updated 4 years, 2 months ago by Envato_kumar.
-
AuthorPosts
-
4 years, 3 months ago #1206615
Hi Team,
I wanted to check if there is a way to rename a default tittle.
Under company profile, there is a tittle as Company, instead I would like it to be called/renamed Recruiter. (Screenshot attached)
If there is any way or if a dev can do it.
look forward to your fruitful response.
Thanks
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1206666Dear. You can change it via use Loco plugin to transalte theme.
Best regards.
4 years, 3 months ago #1206669Hi,
I do not want to translate language, just would need to rename a default tittle.
And I do not want to use a third party plugin. Is there any other way?
Thanks
4 years, 3 months ago #1206670Hi,
I checked loco plugin, it says language translation. How can i change a default tittle using it?
Can you please guide or refer me somewhere i can find it.
Thanks
4 years, 3 months ago #1206694Dear, please read Beginner's guide to use Loco plugin.
best regards.
4 years, 3 months ago #1206700Thanks got it.
Is it possible to rename a tittle without using a plugin?
4 years, 3 months ago #1206742Dear, you can do it via custom code, please install and switch your site to use Jobmonster Child theme, then add custom code in file funtions.php of Jobmonster Child theme.
add_filter('gettext', function($translation, $text, $domain ){ if('noo'===$domain){ if($text == 'Company Name'){ $translation = 'Recruiter'; } } return $translation; },10,3);
Best regards.
4 years, 3 months ago #1206743Thanks, appreciated
4 years, 3 months ago #1206772Hi,
Installing a child theme now, to add custom code. Will it have any affect on my existing website design or content? Can u also share a link to get child theme for job monster.
Thanks.
4 years, 3 months ago #1206838Dear, the Jobmonster Child theme included in theme package you download from ThemeForest and custom code not affect to your site, it only change text.
Best regards.
4 years, 3 months ago #1206847Thanks. Got it 🙂
4 years, 2 months ago #1207705This reply has been marked as private.4 years, 2 months ago #1207723Dear. Does switching to child theme don't change anything your site. I don't understand why your site can't load logo when switch to child theme, you can go to select/upload your logo again when use child theme.
Best regards.
4 years, 2 months ago #1207732Dear,
Did that, uploaded again from customizer.
Just wanted to inform an issue.
Thank you
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.