"Book now" button

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • #18067
    IraKarydi
    Participant

    Hello,

    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

    #18069
    IraKarydi
    Participant

    It was the button “? Trip Enquiry” that i change it.

    #18072
    IraKarydi
    Participant

    As you can see the button is clickable ” https://bit.ly/2LmTi7u ” it works fine but the appearance is not ok.

    #18074
    Support Team
    Keymaster

    Hello @irakarydi,

    To resolve the issue add below given CSS.

    span.dashicons.dashicons-editor-help {
        display: block;
    }

    Hope this helps.

    Thank you.

    #18075
    IraKarydi
    Participant

    No now it has a question mark https://prnt.sc/ogqbp9

    #18080
    Support Team
    Keymaster

    Hello @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.

    #18081
    IraKarydi
    Participant

    Hello, 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?

    #18097
    Support Team
    Keymaster

    Hello @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.

    #18098
    IraKarydi
    Participant

    Hello, 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.

    #18100
    IraKarydi
    Participant

    Hello, 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

    #18106
    Support Team
    Keymaster

    Hello @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.

    #18109
    IraKarydi
    Participant

    I sent them . I appreciate for helping me

    Thank you

    #18112
    Support Team
    Keymaster

    Hello @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.

    #18113
    IraKarydi
    Participant

    I sent it from hrakaridi@hotmail.com. I ll send it again

    #18114
    Support Team
    Keymaster

    Hello @irakarydi,

    Thank you for the email.

    We will figure out the issue and inform you.

    Thank you.

Viewing 15 posts - 1 through 15 (of 29 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.