- This topic has 28 replies, 2 voices, and was last updated 4 years, 4 months ago by
Support Team.
-
AuthorPosts
-
July 18, 2019 at 6:33 am #18067
IraKarydi
ParticipantHello,
After the wp travel update i have problem with this button https://prnt.sc/ogmlyp . It was red with white letters. Now its only red
What can i do??
Thank you
July 18, 2019 at 7:41 am #18069IraKarydi
ParticipantIt was the button “? Trip Enquiry” that i change it.
July 18, 2019 at 8:43 am #18072IraKarydi
ParticipantAs you can see the button is clickable ” https://bit.ly/2LmTi7u ” it works fine but the appearance is not ok.
July 18, 2019 at 10:09 am #18074Support Team
KeymasterHello @irakarydi,
To resolve the issue add below given CSS.
span.dashicons.dashicons-editor-help { display: block; }
Hope this helps.
Thank you.
July 18, 2019 at 10:28 am #18075IraKarydi
ParticipantNo now it has a question mark https://prnt.sc/ogqbp9
July 18, 2019 at 12:16 pm #18080Support Team
KeymasterHello @irakarydi,
Have you made any customization in the Enquiry button?
If so then in our latest version of the plugin, we have deprecated some hook which needs to be updated.
To know about the list of the depricated hook and the one to replace them refer to below-given link:
https://wptravel.io/documentations/user-documentation/#doc-wp-travel-deprecated-hooks-76
Hope this helps.
If you find any trouble further then kindly let us know.
Thank you.
July 18, 2019 at 12:23 pm #18081IraKarydi
ParticipantHello, i made a customization five months ago. I change the “? trip enquiry to a clickable button like the “book now” that i remove it. After the update the “trip enquiry” has lost as you can see. So where i must go to replace the hook?
July 19, 2019 at 6:09 am #18097Support Team
KeymasterHello @irakarydi,
Please remove the customization code that you have added for the enquiry button and place below given code in your child theme functions.php file.
function wp_travel_change_button_string($localized_strings){ $localized_strings ['featured_trip_enquiry'] = 'trip enquiry'; return $localized_strings; } add_filter('wp_travel_strings','wp_travel_change_button_string');
Hope this helps.
Thank you.
July 19, 2019 at 6:55 am #18098IraKarydi
ParticipantHello, i don’t remember the previous customization code to replace it.The functions.php file its inside of and other tab? Because can see many of them.
July 19, 2019 at 8:18 am #18100IraKarydi
ParticipantHello, I can’t find where is the functions.php. I’ m in filezilla and i can see many “functions.php”. Which of them is the right one, so i can find where i put the first code. In which tab i should search? https://prnt.sc/oh6gt3
July 19, 2019 at 9:59 am #18106Support Team
KeymasterHello @irakarydi,
If you could not resolve the issue then we will help you so can you please provide your FTP access in email below?
Email: support[at]wptravel.io
Thank you.
July 19, 2019 at 10:39 am #18109IraKarydi
ParticipantI sent them . I appreciate for helping me
Thank you
July 19, 2019 at 11:21 am #18112Support Team
KeymasterHello @irakarydi,
We haven’t received any email from you so it may have bounced back.
So can you please resend it so that we can help you further?
Thank you.
July 19, 2019 at 11:30 am #18113IraKarydi
ParticipantI sent it from hrakaridi@hotmail.com. I ll send it again
July 19, 2019 at 12:26 pm #18114Support Team
Keymaster -
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.