Home Forums Pro Themes Travel Ultimate Pro Prices, Dates and Related Trips

Viewing 7 posts - 61 through 67 (of 67 total)
  • Author
    Posts
  • #142262
    wensolutions
    Keymaster

    Hello,

    Please find answers regarding your queries pointwise below:

    Query1: Wp Travel Checkout page – how can I remove the Your Order section?

    Response: To remove the section you have marked in screenshot you have provided, please add following given CSS code in additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .wp-travel-cart-sidebar .cart-summary .cart-header{
     display: none;
    }

    Query2: Wp Travel Checkout page, in the Traveller Info Fields section how can I remove the birthdate, gender and country fields and to remove default fields at all? If I can’t remove it for example how can I make the default country to be Bulgaria (now it is Afganistan).

    Response: Regarding removing gender field, please refer below given link:

    https://wptravel.io/remove-gender-field-in-checkout-page/

    Also, to remove birthdate and country fields, please add following given code in functions.php file of your child theme as instructed in above given link(link to remove gender field).

    function wp_travel_remove_country( $checkout_fields ){
            unset( $checkout_fields['traveller_fields']['country'] );
            return $checkout_fields;
        }
    add_filter('wp_travel_checkout_fields', 'wp_travel_remove_country' );
    function wp_travel_remove_dob( $checkout_fields ){
    
    	unset( $checkout_fields['traveller_fields']['dob'] );
    	return $checkout_fields;
    }
    
    add_filter('wp_travel_checkout_fields', 'wp_travel_remove_dob' );

    Query3: How can I change the colour of the Booking button in the Booking page when I book a trip? It is grey now.

    Response: Actually, the color of ‘Book Now’ button vary according to theme’s setting so please once post your query in below given link:

    https://themepalace.com/forum/free-themes/travel-ultimate/

    Query4: On the home page how can I change the background to be in one colour for example. Now one part of the background is white and the other is with some kind of pattern?

    Response: Regarding background color, please post your query to below given link:

    https://themepalace.com/forum/free-themes/travel-ultimate/

    Further, regarding query related to theme update. please post your query to below given link:

    https://themepalace.com/forum/free-themes/travel-ultimate/

    Thank you.

    #142338
    style-travel-bg
    Participant

    Hello,

    We use Travel Ultimate Child Theme, which update is until 1.2.1. When we make the update we don’t have the Homepage Sortable function. Is it possible to keep that function and for any subsequent updates of the theme Travel Ultimate Pro?

    We are asking for assistance and for following issues:

    1. Wp Travel Checkout page, in the billing fields section how can I remove the country fields?

    2. How can I change the colour of the Booking button in the Booking page when I book a trip? It is grey now.

    https://blog.styletravelbg.com/wp-content/uploads/Бутон.jpg

    3. On the home page how can I change the background to be in one colour for example. Now one part of the background is white and the other is with some kind of pattern?

    https://blog.styletravelbg.com/wp-content/uploads/Фон.jpg

    Thank you

    #142389
    style-travel-bg
    Participant

    Hello,

    We are using the theme Trvel Ultimate Pro and the following plug-ins: Wp Travel Pro, Elementor pro, for which we have paid, including support. Please can I kindly ask for your help for resolving the below discrepancies urgently:

    We use Travel Ultimate Child Theme, which update is until 1.2.1. When we make the update we don’t have the Homepage Sortable function. Is it possible to keep that function and for any subsequent updates of the theme Travel Ultimate Pro?

    We are asking for assistance and for following issues:

    1. Wp Travel Checkout page, in the billing fields section how can I remove the country fields?

    2. How can I change the colour of the Booking button in the Booking page when I book a trip? It is grey now.

    https://blog.styletravelbg.com/wp-content/uploads/Бутон.jpg

    3. On the home page how can I change the background to be in one colour for example. Now one part of the background is white and the other is with some kind of pattern?

    https://blog.styletravelbg.com/wp-content/uploads/Фон.jpg

    Thank you

    #142682
    style-travel-bg
    Participant

    Hello,

    We are using the theme Trvel Ultimate Pro and the following plug-ins: Wp Travel Pro, Elementor pro, for which we have paid, including support. Please can I kindly ask for your help for resolving the below discrepancies urgently:

    We use Travel Ultimate Child Theme, which update is until 1.2.1. When we make the update we don’t have the Homepage Sortable function. Is it possible to keep that function and for any subsequent updates of the theme Travel Ultimate Pro?

    We are asking for assistance and for following issues:

    Wp Travel Checkout page, in the billing fields section how can I remove the country fields?

    How can I change the colour of the Booking button in the Booking page when I book a trip? It is grey now.

    https://blog.styletravelbg.com/wp-content/uploads/Бутон.jpg

    On the home page how can I change the background to be in one colour for example. Now one part of the background is white and the other is with some kind of pattern?

    https://blog.styletravelbg.com/wp-content/uploads/Фон.jpg

    Thank you

    #143325
    style-travel-bg
    Participant

    Hi there,
    We are facing a problem with the new version of the theme “Travel Ultimate Pro”, where despite of the fact that there is no a newer updated version, we got a notification for an update.
    Please can you kindly check.
    Thank you!

    #143326
    style-travel-bg
    Participant

    We use Travel Ultimate Child Theme, which update is until 1.2.2. When we make the update we don’t have the Homepage Sortable function. Is it possible to keep that function and for any subsequent updates of the theme Travel Ultimate Pro?

    #144068
    style-travel-bg
    Participant

    Hi there,

    on the Searh page we are using WP Travel Filters Widget. At the price range slider, is it possible to have the sum written first and then the local currency?
    At the moment it is the opposite – lv0 – lv6180.

    Thank you.

Viewing 7 posts - 61 through 67 (of 67 total)
  • You must be logged in to reply to this topic.