-
AuthorSearch Results
-
March 3, 2021 at 10:25 am #145659
In reply to: IMPORTANT NOTICE: WP Travel Pro Support forum
tt74
ParticipantHi,
We have been waiting for a fix to this duplication bug on the Travel Ultimate Pro template before we can upgrade to the latest WP Travel version, which includes important functionality for our business.Can you advise when the bug fix will be released.
Thanks
SimonFebruary 25, 2021 at 12:04 pm #145327In reply to: IMPORTANT NOTICE: WP Travel Pro Support forum
James Dunford
ParticipantHi, I am running version 5.6.2 of wordpress using Travel Ultimate Pro with WP Travel Pro plugin.
I just updated the theme and the plugin and now the trip facts are displaying twice. I have initiated health check and disabled all other plugins so that only travel ultimate pro and wp travel pro are running but problem persists. I have tried disabling the theme and running default theme and the problem goes away, so it appears to be a conflict with the theme. Please advise how to correct this issue.kind regards
James
January 25, 2021 at 3:00 am #143326In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantWe 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?
January 25, 2021 at 2:58 am #143325In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantHi 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!January 14, 2021 at 2:43 am #142682In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantHello,
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
January 12, 2021 at 4:55 am #142596Topic: Travel Ultimate Pro – Search Bar
in forum Travel Ultimate ProRoland Konzett
ParticipantHello,
I would like to change the parameters in the search bar and include the travel date search (from – to). How can I adjust that?
Many thanks and kind regards.January 10, 2021 at 2:32 am #142389In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantHello,
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
January 9, 2021 at 1:02 am #142338In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantHello,
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
January 7, 2021 at 5:30 am #142262In reply to: Prices, Dates and Related Trips
wensolutions
KeymasterHello,
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.
January 7, 2021 at 4:22 am #142257In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantHello,
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?
Thank you
January 5, 2021 at 12:56 pm #142006In reply to: Prices, Dates and Related Trips
style-travel-bg
ParticipantHello,
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 – how can I remove the Your Order section?
https://blog.styletravelbg.com/wp-content/uploads/Количка.jpg
2. 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).
https://blog.styletravelbg.com/wp-content/uploads/Държава.jpg
3. 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
4. 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
November 18, 2020 at 1:22 am #138718In reply to: The site appears in a frame
wensolutions
KeymasterHello,
Regarding your query, you can refer to below given instruction link where you can get detail assistance from installation to activating the theme.
https://themepalace.com/instructions/themes/travel-ultimate-pro/
If you have any queries/confusion, let us know.
Regards.
November 17, 2020 at 3:16 pm #138694Topic: The site appears in a frame
in forum Travel Ultimatestos2020
ParticipantHello
I have a WordPress site where I applied the Travel Ultimate theme. And there when you access it, it appears by being framed which takes up a third of the screen in the middle.
You can see it on this screenshot : http://oix.agency/ZZ/Capture-20201117210708-1364×636.png
How can I fix this?
Thank you
September 29, 2020 at 6:44 am #134997In reply to: Homepage sortable doesn’t works
wensolutions
KeymasterHello,
Regarding your query, actually, everything is working fine on our side with the latest version of the theme.
Please take a reference to the screen record link given below so that you can verify the issue in detail.
https://www.loom.com/share/fab8f532c14a467a86affb5550e646f4
Further, please go through the documentation link below.
Hope this helps.
Regards.
September 29, 2020 at 5:50 am #134992Topic: Homepage sortable doesn’t works
in forum Travel Ultimate Proisotta74
ParticipantHi I have installed Travel Ultimate Pro But the sortable homepage function It doesn’t work I can’t move the parts of the homepage as I would like When I bought the Travel Ultimate pro it was a Instead feature that was included in this package.
What can I do???
-
AuthorSearch Results
-
Search Results
-
Hello,
I would like to change the parameters in the search bar and include the travel date search (from – to). How can I adjust that?
Many thanks and kind regards.Topic: The site appears in a frame
Hello
I have a WordPress site where I applied the Travel Ultimate theme. And there when you access it, it appears by being framed which takes up a third of the screen in the middle.
You can see it on this screenshot : http://oix.agency/ZZ/Capture-20201117210708-1364×636.png
How can I fix this?
Thank you
Hi I have installed Travel Ultimate Pro But the sortable homepage function It doesn’t work I can’t move the parts of the homepage as I would like When I bought the Travel Ultimate pro it was a Instead feature that was included in this package.
What can I do???





