Discussion on Tour & Travel HTML Template

Discussion on Tour & Travel HTML Template

Cart 289 sales
Well Documented

PhysCode supports this item

Supported

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

40 comments found.

Hello here, i have purchased the “Tour and Travel html Template instead of the one installable for wordpress. What can i do to have this version to integrate with wordpress? Can i add extra money to what i paid to have it? Thanks

Hi,

You can purchase the version WordPress then create a refund request for the HTML version, we will refund for you this purchase.

Thanks

Hi PhysCode, thank you for your recommendation. I just bought a new WP website template few days ago and as agreed i would like to claim for the refund of the first HTML version that i didn’t use. I look forward to hearing you back!

You should create a refund request on ThemeForest, we will approve for you.

Hi there, will you have an updated Bootstrap version like 4.x? I love the design. sure i might take it hopping you guys could update the version.

I will discuss with our developer team to update to version 4.x, currently, we only have the 3.x version

Pre buy query : Is there a HTML version available with bootstrap4 or bootstrap5?

Sorry, don’t have version for bootstrap 4 or 5

I’ve made a mistake and bought this “Tour and Travel Template” instead of “Tour and Travel Theme” with wordpress. Can I change it Wordpress one and pay the extra cost?

You can buy version WordPress then create request refund for version HTML, we will refund for you version HTML

Hi there,

I’ve just the theme and couldn’t upload it as it shows “The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.”

Can you please help?

Hi, it’s template html, You can’t upload to WordPress

I made a wrong purchase. Already I purchased Travel Tour Booking WordPress Theme. I’d like a refund. Thank you very much.

Hi. You can create refund and post purchased code of Travel Tour Booking WordPress Theme.

Hello

Could you please help, i need to make the same html contact form, i dont know how to make the file php of this code bellow to receive mails, Please help

Have a question?

<form action=”#” method=”post” class=”wpcf7-form” novalidate=”novalidate”> <input type=”text” name=”your-name” value=”” size=”40” class=”wpcf7-form-control” placeholder=”Your name”> <input type=”email” name=”your-email” value=”” size=”40” class=”wpcf7-form-control” placeholder=”Email”> <input type=”text” name=”your-subject” value=”” size=”40” class=”wpcf7-form-control” placeholder=”Subject”> <textarea name=”your-message” cols=”40” rows=”10” class=”wpcf7-form-control wpcf7-textarea” placeholder=”Message”></textarea>
<input type=”submit” value=”Submit” class=”wpcf7-form-control wpcf7-submit”> </form>

Hi. Please create a topic on http://support.physcode.com/forums/forum/tourwp-wordpress-theme/. My developer will help you

Hello

I bough this the,e from you, Tour & Travel HTML Template, the contact form was working but now i cant receive messages, can you please help

Here is the code

<?php /*
  • CONFIG *
/ const EMAIL_TO = “atlasdesertexpeditions@gmail.com”; // E=Mail Address to send all messages

// Detect if is program form or contact form $form_type = isset($_POST[‘form_type’]) ? $_POST[‘form_type’] : 1;

// Initialize vars $error = ””; $back_to = “contact.php”;

// Get client IP and FROM $client_ip = isset($_SERVER[‘HTTP_CLIENT_IP’]) ? $_SERVER[‘HTTP_CLIENT_IP’] : isset($_SERVER[‘HTTP_X_FORWARDED_FOR’]) ? $_SERVER[‘HTTP_X_FORWARDED_FOR’] : $_SERVER[‘REMOTE_ADDR’]; $client_country_infos = (unserialize(file_get_contents(‘http://www.geoplugin.net/php.gp?ip='.$client_ip)));

if($form_type == 0) { // Case 0 : Program form You have received a new request for program.\n\n

$back_to = $_SERVER['HTTP_REFERER'];
// Get all inputs
$first = htmlentities(@$_POST['first_name']);
$last = htmlentities(@$_POST['last_name']);
$email = htmlentities(@$_POST['email']);
$phone = htmlentities(@$_POST['phone']);
$date_book = htmlentities(@$_POST['date_book']);
$nb_adults = htmlentities(@$_POST['nb_adults']);
$nb_childs = htmlentities(@$_POST['nb_childs']);
if(!empty(trim($first)) && !empty(trim($last)) && !empty(trim($email)) && !empty(trim($phone)) && !empty(trim($date_book)) && !empty(trim($nb_adults)) && !empty(trim($nb_childs))) {
    if(is_integer($nb_childs) && is_integer($nb_adults)) {
        if(filter_var($email, FILTER_VALIDATE_EMAIL)) {
$subject = "PROGRAM REQUEST FROM {$first} {$last}";
$message = "

First Name: {$first}\n Last Name: {$last}\n Email: {$email}\n Phone: {$phone}\n Date book: {$date_book}\n Nb Adults: {$nb_adults}\n Nb Childs: {$nb_childs}\n IP: {$client_ip}\n Country: {$client_country_infos[‘geoplugin_countryName’]}\n ”; $headers = array( ‘From’ => $email, ‘Reply-To’ => $email, ‘X-Mailer’ => ‘PHP/’ . phpversion() );

$message = wordwrap($message, 70, "\r\n");
            $send = mail(EMAIL_TO, $subject, $message, $headers);
}else{
    // Please fill all inputs
    $error = "Please fill all required inputs";
}
if($send) {
            // Email sent
            $error = "Email Sent, thank you !";
        }else{
            // Error sending email
            $error = "An error occured sending this email. Retry or Contact Administrator to fix this issue.";
        }
}else{
    // Please enter valid number
    $error = "Please enter a valid integer";
}
}else{
    // Please enter valid email
    $error = "Please enter a valid email address";
}

}else{ IP: {$client_ip}\n Country: {$client_country_infos[‘geoplugin_countryName’]}\n ”; $message = wordwrap($message, 70, ”\r\n”); $headers = array( ‘From’ => $email, ‘Reply-To’ => $email, ‘X-Mailer’ => ‘PHP/’ . phpversion() ); $send = mail(EMAIL_TO, $subject, $message, $headers); }

if($send) {
            // Email sent
            $error = "Email Sent. Thank you !";
        }else{
            // Error sending email
            $error = "Error during sending email. Retry or Contact Administrator";
        }
}else{
    // Please enter valid email
    $error = "Please enter a valid email address";
}
}else{
    // Please fill all inputs
    $error = "Please fill all inputs";
}

if(!empty(trim($error))) { $_SESSION[‘error_flash’] = $error; }

header(“Location: ” . $back_to); ?>

Hi,

This is HTML template, it not support the PHP code.

Thanks

Hi, when i scroll down to page the menu is not static or showing with scrolling. it only shows when i scroll to top. Did you see this issue ?

You can remove code bellow .sticky_header.affix.menu-hidden { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -o-transform: translate(0, -100%); }

in line 7339 of file style.css

Hello, a few questions.

1. Can the gallery page elements can be linked to a single page?

2. Does the template has a working contact forms? in your pages the forms give me a not allowed page when testing.

Thank you!

Hi, 1. current gallery use options popup image. you can’t add linked to a single page 2. it don’t working contact forms, because it’s html template

Do you have a support forum for this template in your system? I registered but I can’t see any forum for this. Thank you!

I want to change the video slider with a video which I have saved in my PC with exact width and height. (I also uploaded the video on youtube). I have replaced the original video_slider which was on the index.html with the video I want to use and allocated the same name to that. I gone to my editor put the new source src code but this is not working. How can I do pl?

Hi Elnasheikh

Please create a topic on the http://support.physcode.com/forums/forum/travelwp-wordpress-theme/. We’ll change that for your site.

Thanks.

Hi, I bought and downloaded the Travel HTM Template. I am a beginner and need advice on how to start. I d’t know where to find the HTML and CSS code to put in my text editor. Can you please guide?

Hi, You download file package after that unzip and find file html and CSS in folder travel

is this theme has slider images option in home page instead of video

No contact form php in the folder

You can create file php to send email. Please see https://1stwebdesigner.com/php-contact-form-html/

can you make the menu sticky?

Hi towndock

Yes, we can do that for you.

Thanks.

Hi, I’ve purchased the template. How do I make the menu sticky?

Hi. You open file style.css find line 7339 and remove code below

.sticky_header.affix.menu-hidden { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -o-transform: translate(0, -100%); }

i jus bought this , and the google map at single tour not working , please help

please have a look at this :- https://www.abcholiday.com.my/hongkong.html

it has a problem with mobile view . that the table is out of line . please help

is it possible to make sure it is responsive accordingly ?

HI, The theme does not upload as it states Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. Please advise.

v2k

v2k Purchased

Hi…How can i make contact form work/configure..as there is no file to configure contact form..

v2k

v2k Purchased

So now what is the option?? how can i make this contact form work becoz contact form is very basic in very website and its very important..please help me with this i want a working contact form or tell me any alternate option for this.

Hi v2k. You need create file php to send email. Please see https://1stwebdesigner.com/php-contact-form-html/

v2k

v2k Purchased

Thanks for your great support…That link solved my issue.

Hi,

can you help me how add full width youtube or vimeo video to home page video?

Thank you.

Thank you will try that and later and let you know?

Hi, I tired using the code and its working but the problem is its autoplaying but not looping plus it getting paused when we click around it. What I meant to say was I want like ”<video poster=”images/video_slider.jpg” playsinline=”” autoplay=”” muted=”” loop=””><source src=”http://physcode.com/video/330149744.mp4” type=”video/mp4”></video>”. In bigger screen playing video and in small screen I want to show photo.

Hope you go what I’m trying to say. Will be grateful if you could help me as soon as possible.

Thank you.

Hi. We do using code above in demo and it working perfect.

- Use video on desktop and image on mobile. You need add a block image and use CSS hide it in desktop and hide video in mobile

v2k

v2k Purchased

Pre Buy Query..Can i able integrate payment gateway in this template???

Hi. Sorry. It’s version HTML. You can’t integrate payment gateway. You can buy version WordPress Theme

Help me please, yesterday buy a Tour & Travel HTML Template for Travel Agency and Tour Operator but when intalling in my wordpress appear the following error:

Unpacking the package…

Installing the theme…

The package could not be installed. The style.css stylesheet doesn’t contain a valid theme header.

Theme installation failed.

What can i do to resolve this error or inthis case delivery my money, but i buy the theme to work in my bussines.

Regards, Alexei

In tablets and ipads Most Popular Tours section is not responsive. It’s showing some alignment problem. How to solve this?

Hi. We have updated it. Please download last version and replace file style.css

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