Hi! at the bottom of a post page, I have a preview of the next post displaying - but i'd like to change the hard coded text: "Next Post"
#ajax-content-wrap > div.container-wrap.no-sidebar > div > div.blog_next_prev_buttons.wpb_row.vc_row-fluid.full-width-content.standard_section > div > div > span > i
I would like to change it to: "Previous Exhibition"
thanks so much! Couldn\'t find that for the life of me.
unrelated question: in the new agency section, I am missing the blue section with the icons & text \"Hello. We’re Salient, A Creative Agency Located In New York City. Take A Look Around & Don’t Be Shy.\" from the dummy data... how do I replicate this? my page just starts with \"we make beautiful things\".
Hi! at the bottom of a post page, I have a preview of the next post displaying - but i'd like to change the hard coded text: "Next Post"
#ajax-content-wrap > div.container-wrap.no-sidebar > div > div.blog_next_prev_buttons.wpb_row.vc_row-fluid.full-width-content.standard_section > div > div > span > i
I would like to change it to: "Previous Exhibition"
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" .
Hi - I'm reviving this because I'm wondering if the Text Domain (or something else) has changed in some way? We had this plugin in place to change "project" because we are using portfolios for something different and it worked for a while but recently stopped and "project" is displaying again.
Hi! at the bottom of a post page, I have a preview of the next post displaying - but i'd like to change the hard coded text: "Next Post"
#ajax-content-wrap > div.container-wrap.no-sidebar > div > div.blog_next_prev_buttons.wpb_row.vc_row-fluid.full-width-content.standard_section > div > div > span > i
I would like to change it to: "Previous Exhibition"
How can I do this? thank you in advance :)
Hey,
See screenshot: http://prntscr.com/89zq67 . You will have to edit the functions.php via Apperance -> Editor .
Thanks
ThemeNectar Support Team
thanks so much! Couldn\'t find that for the life of me.
unrelated question: in the new agency section, I am missing the blue section with the icons & text \"Hello. We’re Salient, A Creative Agency Located In New York City. Take A Look Around & Don’t Be Shy.\" from the dummy data... how do I replicate this? my page just starts with \"we make beautiful things\".
Hey Again,
Its the Home- Default page if you import the dummy.xml of the agency demo .
Thanks
ThemeNectar Support Team
thanks!! you can close this ticket.
Hi Tahir,
could you please post again the answer to this past question?
Unfortunately the link with your answer (https://themenectar.ticksy.com/%22http://prntscr.com/89zq67/%22) doesn't work anymore.
Thank you!
Hi! at the bottom of a post page, I have a preview of the next post displaying - but i'd like to change the hard coded text: "Next Post"
#ajax-content-wrap > div.container-wrap.no-sidebar > div > div.blog_next_prev_buttons.wpb_row.vc_row-fluid.full-width-content.standard_section > div > div > span > i
I would like to change it to: "Previous Exhibition"
How can I do this? thank you in advance :)
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
Here is the screenshot url again : https://prnt.sc/89zq67 .
ThemeNectar Support Team
Thank you! :)
Hi - I'm reviving this because I'm wondering if the Text Domain (or something else) has changed in some way? We had this plugin in place to change "project" because we are using portfolios for something different and it worked for a while but recently stopped and "project" is displaying again.
Hey Again,
Try using the "salient-portfolio" text domain and check.
Thanks
ThemeNectar Support Team
That did the trick! THanks!