Hello. On a Portfolio item, at the bottom of the page is a section that says "Next Project" and "Previous Project". How can I change the word "project" to be something else?
I did get the plugin and it's asking for the Text Domain of which I have no idea how to find that or what it is. This plugin wants to change strings of a plugin but is the "portfolio" section a plugin? It seems it's built right into the theme.
You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.
msgid "Leave a Reply"
msgid "Cancel Reply"
In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .
Hello. On a Portfolio item, at the bottom of the page is a section that says "Next Project" and "Previous Project". How can I change the word "project" to be something else?
Hey there,
Thanks for reaching in,
Please use this plugin https://wordpress.org/plugins/say-what/
Hope this helps,
Regards
Thank you Andrew -
I did get the plugin and it's asking for the Text Domain of which I have no idea how to find that or what it is. This plugin wants to change strings of a plugin but is the "portfolio" section a plugin? It seems it's built right into the theme.
Hey Again,
Try using this Plugin : https://wordpress.org/plugins/say-what/ .
You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.
In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .
Thanks
ThemeNectar Support Team
Thanks Tahir. I wanted to do the same thing and the plugin you mentioned worked just perfectly for me. Thanks again.