Discussion on Travel Tour - Travel Booking WordPress

Discussion on Travel Tour - Travel Booking WordPress

Cart 10,733 sales
Recently Updated
Well Documented

GoodLayers supports this item

Supported

This author's response time can be up to 1 business day.

3846 comments found.

I would like to organise a tour with 10 people. The first booking arrives with 2 people and therefore only 8 seats remain available. How can I show that only 8 seats remain on the tour page?

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! :)

Also, I don’t see purchase label in your username so if you not purchase it yet, please purchase it first before you can submit your ticket in our support system.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

I haven’t buy it yet. I’m just wondering if you can improve it and the price to make it. Can you give me a first estimate range?

Hi,

You can check how the seats working in my video: https://www.youtube.com/watch?v=9U2TloA2gD8 .

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Hi, please check PRIVATE TICKET #2896694

Hi,

I’ve handle all the tickets now, please check your ticket.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

ticket replied, please check

Post Sale Question: How do I add Tripadvisor url in “Top Bar Soclal” ?

Hi,

Unfortunately, we don’t have Tripadvisor on the Top Bar Social at this moment, sorry.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Hello, is possible to use as payment wire transfer?

Hi,

For the wire transfer, that will be manual payment. Customer has to pay manually and submit the payment receipt in the system.

Please see this : https://www.youtube.com/watch?v=yNhAnfB4S1Q&list=PLNIFTA4Bjp3stwYxIB6Aokpr9bfRQYO73&index=1

hello, how can I activate the manual payment by bank transfer?

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! :)

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Hello,

do you know if there’s a way to use CF7 contact form 7 plugin for enquiry form in the sidebar of single tour page?

This would be helpful for integration of responses with Mailchimp.

Single tour sample on our site: https://lakecomoforyou.com/tour/central-lake-tour/

Please let me know, thanks

Hi,

You can try to use custom code option: Custom Code Option: https://imgur.com/a/C1E9MA7.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

hello, can you share the integration document of the payment system? We want to integrate a third party payment system. We wanted to review the document beforehand.

Hi,

Please note: we don’t provide support for other payment gate, but if you want customize it, you can take a look our instruction below, this will not receive our support because it’s customize.

You may check the include/stripe/stripe.php file ( in tourmaster plugin folder ) to see how we implement the stripe payment gateway and apply it to the one you want to use for this

You can search for the filter in the plugin to learn more about the function we use as well.

Eg.

add_filter('goodlayers_credit_card_payment_gateway_options', 'goodlayers_stripe_payment_gateway_options');
if( !function_exists('goodlayers_stripe_payment_gateway_options') ){    function goodlayers_stripe_payment_gateway_options( $options ){        $options['stripe'] = esc_html__('Stripe', 'tourmaster');         return $options;    }
}

This function create the stripe tab at the tourmaster plugin option. If you search for the word

goodlayers_credit_card_payment_gateway_options

You’ll see that it’s called in include/plugin-option.php file.

If you want to override the plugin function, may be you could create a new plugin that loads before our ”tourmaster” plugin, then place the “tourmaster_payment_method” function there, you can get the example code in include/payment-util.php in tourmaster plugin. ( Plugin is loaded inalphabetically order )

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

There is a <style> tag created after the footer. It causes an HTML validation error. Unfortunately i cannot replace it with anything since the column id is dynamic

<style>#gdlr-core-column-77436 .gdlr-core-pbf-column-content-margin:hover, #gdlr-core-column-77436 .gdlr-core-pbf-column-content-margin:hover .gdlr-core-pbf-background-wrap, #gdlr-core-column-77436 .gdlr-core-pbf-column-content-margin:hover .gdlr-core-pbf-background-frame{ border-color: #ffffff !important; }@media only screen and (max-width: 999px){#gdlr-core-column-77436 .gdlr-core-pbf-column-content-margin{margin: 0px 0px 0px 0px !important;}}@media only screen and (max-width: 767px){#gdlr-core-column-77436 .gdlr-core-pbf-column-content-margin{padding: 0px 0px 0px 0px !important;}}</style>

The 77436 changes each time we refresh. We need to submit w3c validator report for EU funding and it is impossible

Hi,

You can assign the id of the column when you edit the column item.

1. Suggestion: It is nice and to make traveltour to up one more point, when on a single tour page, there is floating button of Booking Now or Inquiry at the bottom of phone. That is so good to get more booking. Hope this will be applied for the next update.

2. Where in the theme or which file php in the theme can I customize to just use color for title background. Now I only see it force to use a photo or default photo that take more time to load. Thank!

Hi,

1. Thank you for your suggestion.

2. Unfortunately, we don’t have an option to set the color for title background, could you try to set an image with the color you want? I think it just some KB so it don’t affect to your page speed.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

2 if you want to remove original css out, it’s in css/style-core.css file.

any plans to add cryptocurrency as payment method ?

Hi,

Sorry but we don’t have plan for that yet.

Hi,

I keep getting feedback that the link has expired any time i want to upload the theme. I was using it on a localhost server.

Kindly help me out with that.

Best Regards.

Hi,

Please check our docs: https://docs.goodlayers.com/the-link-you-followed-has-expired/ .

If you still have further questions: 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! :)

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Hi, all of a sudden, I have an issue with widgets page producing a 404 error! It was working find yesterday and today it’s gone! I have disabled all plugins and still the same issue! Any suggestions? Thanks https://aegeanoutdoors.com

Hi,

Could you help me know how I can reproduce the problem?

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Where can I send you the login credentials?

Please send wp access + ftp access through the form in this page > http://themeforest.net/user/GoodLayers

Please also copy the message into the form as well so we can recognise your case. We will help inspecting directly.

Dates when booked, should show as blur or greyed out if there are no more available reservations to that date.

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 https://support.goodlayers.com/(Purchase code can be found here : https://support.goodlayers.com/purchasecode.png )

Thank you very much! :)

Im using Travel Tour Theme Added Instamojo payment option using Plugin (https://debuggerhub.com/product/instamojo-payment-gateway/​)

Everything works fine for the desktop. But when the website is loaded with browsers on Mobile Device. The booking button does not work on the Payment page. And Fonts are also changing on mobile devices.

Please help me get out of this

Hi,

Please contact to the author plugin, it’s beyond our support scope. We’re only provide support for the original features.

Sorry about that.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Firstly, great theme.

Even though my support is expired i’am witnessing some weird bug after the update and i really need help.

My problem is that not all the icons with termination -o appear…. For example on the search results page

https://guiamoscow.website/search-tours/?tour-search=moscu&date=&min-price=&max-price=

In the sorting session of the filter menu

I will appreciate any help you can give me (I have never asked for help)

Hi,

Please deactivate all third-party plugins not relate with our theme then check it again. I saw there’s a plugin override the icon style and cause the problem

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Thank you!! You were right!! The problem has been a plugin .. Greetings and really thank you very much.

Hi,

Glad it’s working fine for you now.

============

If you have further questions, please submit ticket in our support website. Our dev and supporters are only provide support in there, not here. :(

However, unfortunately, we notice that your support has been expired. In this case, you won’t be able to create new tickets anymore. You can purchase support extension in item page. It will be on the right side : http://take.ms/8Q2Ly ( more info: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- , https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support )

Please note that we no longer provide support via this channel anymore (Except bugs report.). It’s all will be conducted via support site only. Please also note that many old customers already renewed their support and we have to be fair with everyone by providing support via support site only.

Hope you understand this.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

1- Can’t we show individual and group prices separately? 2- Can we change the tour information (filter information) on the packages?

Hi,

First of all, thank you for your interest :)

1. I don’t understand your question well, could you explain it with more details or send an image with your idea?

2. You can change the tour information as you wish. I’m not sure where’s the filter information on the packages.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Hi! Nice theme.

I went through your demo: https://demo.goodlayers.com/traveltour/main4/?tourmaster-payment

So I want to ask, is it possible to make these navigational links clickable?

https://imgur.com/a/PNC59er

Hi,

I’m sure it’s clickable already, if you try to go to step 3, you can go back to step 2 by click that navigation. Thank you for your interest :).

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

hello i have a question? Can I show the user the number of people left for a tour? For example: Max 30 Remaining free number: 2 people,

Hi,

First of all, thank you for your interest :).

Yes, it’s possible, you can check how it work with my video: https://www.youtube.com/watch?v=9U2TloA2gD8 .

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

hello, does now the template works with php 8 ? or will be continued as soon as possible to support it in the future?

Hi,

The theme working fine with the PHP 8. Thank you for your interest by the way.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

I try to but the code breadcrumb of Yoast for single tour but, it is too hard. Could you tell me where to put the breadcrumb code of Yoast to get breadcrumb for single tour? . Thank you!

I found the place to put it, but it seems not show good breadcrumbs, just show home and tour, not any category tour or activities. (put it before this if( empty($tour_option[‘enable-page-title’]) || $tour_option[‘enable-page-title’] == ‘enable’ ){ echo ‘

’ . get_the_title() . ‘

’; } )

Please any ideas to make better breadcrumbs for single tour!

Hi,

I recommended to check out this plugin: https://wordpress.org/plugins/breadcrumb-navxt/ .

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

Thanks, I can make Yoast breadcrums work in this situation. Enjoy your time!

Hello can the Back end menu’s of Tour be translated? Cause translating the front end is no problem, but the back end stays english. This makes it not workable for clients who dont speak english.

never mind… for anyone else. It does work. I used loco translate and saved the language file to the system (plugins) file instead of the goodlayers file and then all gets translated.

Also worth mentioning, you can use a DeepL api that translates the strings automatically in a different language. its 1600 strings, so better only to alter the ones you feel are off than to manually do all of them. Just a tip

Hi,

Thank you so much for your sharing.

Best Regard!
Keep Update With Us On
FaceBookTwitterGet Support

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey