- This topic has 3 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Tourable Pro › Where to set Trip Enquiry button text on trip page?
Hi there,
Where do you add text for the Trip Enquiry button on the trip page?
Thanks
Hello
Please add the below given code snippet in functions.php file of your child theme. Place your custom string replacing the “Add your custom text here” string.
function wp_travel_change_button_string( $localized_strings ) {
$localized_strings ['featured_trip_enquiry'] = 'Add your custom text here';
return $localized_strings;
}
add_filter('wp_travel_strings','wp_travel_change_button_string');
Please make sure that the WP Travel plugin in your setting is upto date.
Hope this helps
Feel free to reach us for any further query/confusion.
Regards!
The snippet provided worked, thanks for your prompt assistance!
Hello
Glad that the code snippet worked.
We would really appreciate if you could help us by rating our plugin by following the given link : https://wordpress.org/plugins/wp-travel/#reviews
Also, we insist you to post the queries related to the WP Travel plugin in the official support forum of the plugin so that the support team can reach out to you ASAP.
Best Regards!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |