3847 comments found.
Hi, you’ve created a wonderful theme. I however, have a few doubts and need your help with the same.
1) Is there a possible way to allow the end customer to choose a date to end the tour. Example: Lets say a customer ‘A’ wants to go on a tour on the 14th of February, but wants to end it on the 17th. Similarly, a customer ‘B’ takes the same tour but ants to go for just 2 days.
2) I would like to change the icon of Departure Location from the flight to something else (specially on the tour search page). Can you please help with the same.
Thanks!
I would also like to know, how to add the field for a Phone Number in the enquiry form for a tour.
I tried using this {slug=phone,title=Phone Number,type=text,required=true} in the Tourmaster plugin option > General > Enquiry E-mail Content > Enquiry Form Fields” section as mentioned in the link.
But as soon as I save it, the entire form vanishes away. So have removed it for now, but it is required.
Thanks in advance!
We would also like to change the /tour/ element from the urls to /explore/.
Hi,
First of all, thank you for chose our theme.
1. Unfortunately, we don’t have an option for end date.
2. I think you can change it in: wp-content/plugins/tourmaster/include/pb/tour-style.php file. For the tour search page, please change it in custom excerpt: http://demo.goodlayers.com/document/traveltour/#custom-excerpt .
3. For the custom field, we don’t have phone type, it must be use these types:
“type” can be “text/textarea/email/password/datepicker/combobox”
4.You can try adding something like this to child theme for this.
add_filter('tourmaster_custom_post_slug', 'my_custom_slug', 10, 2);
function my_custom_slug($slug, $type){
if( $type == 'tour' ){
return 'YOUR_CUSTOM_SLUG_HERE';
}
return $slug;
}
Please add it in: functions.php file then go to: Settings > Permalinks > Choose Default > Save then choose Post name > Save and check it again.
If you have further questions, please submit ticket in our support website. Our dev and supporters are only provide support in there, not here. 
Please note that, Right now, all support will be conducted through http://support.goodlayers.com/ (Purchase code can be found here : http://support.goodlayers.com/purchasecode.png )
Thank you very much! 
Thank you so much 
Hi, can I add custom CSS for an only specific page without calling this CSS code in the other pages?
You can do that. There’s a page/post id in body tag in each pages/posts.
Thanks for your interest by the way 
Well, where exactly can I add Css code? Possible explain more with photos!
Hi,
You can add it in: Goodlayers > Goodlayers > Miscellaneous > Custom Css/Js > Additional CSS ( without <style> tag ).
If you have further questions, please submit ticket in our support website. Our dev and supporters are only provide support in there, not here. 
Please note that, Right now, all support will be conducted through http://support.goodlayers.com/ (Purchase code can be found here : http://support.goodlayers.com/purchasecode.png )
Thank you very much! 
Hello, we ask this month before. We need to remove the /tour/ element from the urls, too. Is this posible or not? Thanks.
Hi,
Unfortunately, we don’t have a way to remove it, but we can help you change it to something else, is it ok for you?
perfectly. What do I have to do?
Hi,
You can try adding something like this to child theme for this.
add_filter('tourmaster_custom_post_slug', 'my_custom_slug', 10, 2);
function my_custom_slug($slug, $type){
if( $type == 'tour' ){
return 'YOUR_CUSTOM_SLUG_HERE';
}
return $slug;
}
Please add it in: functions.php file then go to: Settings > Permalinks > Choose Default > Save then choose Post name > Save and check it again.
Hello guys, danke, muchas gracias, thanks a lot. That was a really perfect answer and help :))
We organized Leh Trip on this page we plan 8 route option but some routes dates are same as you can see on route option box (please you go their through this link) https://www.yuvapragati.com/tour/leh-ladakh-2020/ as you can see there in Route-2 and Route-3 we set 13th Jun ( Both route are different ) Route-5 and Route-8 we set 6th July ( Both route are different ) when we going to book tour on 13th Jun or on 6th July Route-3 and Route-8 option not available in booking form only Route-2 on 13th Jun and Route-5 on 6th July option available.
What we can do so Route-3 and Route-8 shows in same date when we are going to book tour..?
Hi,
I’m not sure what wrong with the the custom package, please send an email with this link: https://themeforest.net/comments/23550917 to: support.loc@goodlayers.com and we will take a look together.
For the mobile error, I’m sure it’s work well for me in my phone, please try clear cache/cookie in your website/browser/device then check it again. Also, you can deactivate it in: Tourmaster > General > Single Tour.
How do I update my theme to v4? Thanks
Hi,
https://goodlayers.ticksy.com/article/1893/ (Please make sure to update GoodLayers’ plugins as well.)Hi interested in this theme as purchased your tour package theme a while back. Just have a question regarding this statement on your website
“Embed your third party system For someone who want to use third party booking system but would like to use our theme, now you can embed the code in place of our booking bar.”
We are using Bokun for the booking system (calendar and booking) but wish to use your theme style and options but use the bokum system via a side bar per tour.
Would this be possible?
Hi,
Yes, you can do that. You can put your third party system’s iframe in this section : https://take.ms/fIGUl
Thanks for your interest by the way 
Hello! Can you link the payment with PagSeguro?
Hi,
Really sorry, our theme support only Paypal, Paymill, Authorised.net and Stripe.
To integrate other payment options, you have to hire a coder to do this. It’s pretty big work.
Thanks for your interest by the way 
Hi I am trying to submit a ticket from the Good layers support page but I cannot find the travel tour theme in the category list. Which one should be selected? The question I have is pretty simple iI think. I´d need to remove the /tour/ element from the urls. How can this be done? Thanks
Hi,
Can you please try to submit a ticket again?
Please carefully check in the list, the name should start with ‘[verified] Travel Tour….’
If still didn’t work, please send me the purchase code ( http://support.goodlayers.com/purchasecode.png ) via the form in our profile page. I’ll try checking on that for you.
Hi! I am really interested in purchasing this theme for a travel / tour company based in Bali. I have one more question, Can I add Mollie as a payment method because I am dealing only with dutch clients. “Mollie Payments for WooCommerce” hope to hear from you soon! So I can start as soon as possible!
Hi,
Unfortunately, we don’t provide support for this payment gateway. If you want integrate it, please consider to hire a freelancer to do it instead.
Thank you for your interest by the way 
is it possible to remove the booking form for each tour?
Hi,
Yes, it’s possible to disable it. Thank you for your interest by the way 
hey we wanted to know how we can show the promo text on the tour page since it only shows in the grir format we want it to appear on the tour page also when we click on the tour.
Hi,
Unfortunately, we don’t have an option for promo text display in tour post, so it’s impossible to do. Sorry about that.
whats a way out we basically want our tour number to display on the tour page how can we do that without using promo text.
Hi,
Please add it in tour details instead.
no we wanted it to appear next to tour title or somewhere where it can be shown in a subtle manner.
Hi,
Then you will need customize to add an option to add it, unfortunately, we don’t provide support, so you will need consider to hire a freelancer to do it for you instead.
Hi there,
Tried contacting support with no response on the ticket forum. Theme does not work out of the box, demo import says it was successful but clearly did not work properly. Images, Typography, and others are missing and not working properly. Thanks.
Hi,
We will take a look on it now. Please note: all the tickets will get response within 14 hours from Monday to Friday.
hi. I am trying to upload fonts but I get this error: “Sorry, this file type is not permitted for security reasons.” the ones that accept me are those of woff format. But when you insert that font, another one appears by default. not the one that went up. Thanks!
Hi,
Please contact to your hosting provider about it, they will help you setup the format you need.
Good day, since you do not want to answer my questions, I will try to suggest the following:
1. Will the display of cards in the lightbox work correctly? NO, IT WILL NOT
2. in the documentation I see custom fields in the classic layout for the hotel but nowhere in the documentation I see how to display them (shortcode). NO – CUSTOMER FIELDS OF THE HOTEL IS IMPOSSIBLE TO DISPLAY IN THE CLASSICAL TOPIC.
3. I noticed that the demo site https://travelerwp.com/hotel/holiday-inn-melbourne-2/ on the mobile has a lower scroll bar. YES. THIS IS MISTAKE
4.on the grid page https://travelerwp.com/page-bootstrap-grid/ there is no gap for tablets (col-sm-). Elements stand in one column after 991 px. Is that right? Can this be fixed later? YES. THIS IS MISTAKE
thanks for the answer
Hi,
I think you misunderstanding our product with other. Please check it again.
sorry i messed up
Hi Great Theme… with this theme will woocommerce Restful API end points can be used for React Native based Mobile APP
Hi,
Unfortunately, our tour system in not Woocommerce based so it won’t work with Wooocommerce. Also, we don’t have such a API for that :/
Thanks for your interest by the way 
Hi,
Interested in purchasing the theme and wondering if there is the ability to create different admin levels for user accounts. An example would be looking to have a user that can be an admin for certain types of tours (ie: all tours in France would have a specific admin account)
Thanks
Hi,
Unfortunately, we don’t have that kind of feature, by the way thank you for your interest
.
Quick few questions.
1) How do I add stripe payments ?
2) is there a refund policy? or a 30 day back?
Hi,
First of all, thank you for your interest 
1. It will available in tour master option, you just need add api to make it work.
2. We only refund when it can’t work properly like our live demo.
Hello again!
Is it possible to modify or customize text below Enquiry Form Fields? Clients will not need to register, just only read the privacy policy advice text before sending de form. Thank you
Hi,
Can you please submit ticket in our support website? Our dev and supporters only provide support in there, not here 
Please note that, Right now, all support will be conducted through http://support.goodlayers.com/ (Purchase code can be found here : http://support.goodlayers.com/purchasecode.png )
Thank you very much! 
do you have a Angular version to Main Demo V4 template ?
Hi,
First of all, thank you for your interest 
Unfortunately, we don’t have angular version.
hello,, How can i disable review of the tours????
Hi,
You can disable it in: Tourmaster > General > Single Tour.
If you have further questions, please submit ticket in our support website. Our dev and supporters are only provide support in there, not here. 
Please note that, Right now, all support will be conducted through http://support.goodlayers.com/ (Purchase code can be found here : http://support.goodlayers.com/purchasecode.png )
Thank you very much! 