If you like this theme please spare a minute to rate it. If you want any support, Please feel free to contact me via my profile page https://themeforest.net/user/xenioushk.
Pakkapati is a modern looking responsive HTML5 template which is specially designed & developed for Flooring Service Center in mind. It is perfectly functional and ideal for Flooring Service Center web sites . All elements those are required to build a unique and creative Flooring Service Center site, comes with in template package.
Pakkapati built with Popular Bootstrap 3.3.6 and LESS framework. So, you can easily create a professional Flooring Service Center web site with unlimited color combination.
Pakkapati template works smoothly and super fast on your Computer, tablet and mobile devices and comes with eye catching pre made blocks and sections such as about us section, service section, event section, Team section, blog section, appointment form, testimonial box, counter section, animation boxes, contact form section and much more.
Undoubtedly, Pakkapati will gives you the easiest and best experience while customizing the template for Flooring Service Center web site. Any issue regarding Pakkapati template, we’re here to assist you.
All the directories and files are well organized as it shown on the image bellow. Same file tree has been applicable for all HTML files-
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Pakkapati - Flooring Service HTML5 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Pakkapati - Flooring Service HTML5 Template">
<meta name="author" content="xenioushk">
<link rel="shortcut icon" href="images/favicon.png" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- The styles -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" />
<link href="css/owl.theme.css" rel="stylesheet" type="text/css" />
<link href="css/animate.css" rel="stylesheet" type="text/css" />
<link href="css/venobox.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/styles.css" type="text/css" />
</head>
<body>
<div id="preloader">
<span class="margin-bottom"><img src="images/loader.gif" alt="Loading......" /></span>
</div>
This template is a mobile friendly (responsive) layout which is designed based on Twitter Bootstrap v3.3.6. See our HTML file structure which is in index.html. All the contents should set inside the container div.
<div class="container">
<div class="row wow fadeInUp">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="counter-block">
<span class="counter">3321</span>
<i class="flaticon-hospital icon"></i>
<h4>BEDS HOSPITAL</h4>
</div>
</div> <!-- end .col-lg-3 col-md-3 col-sm-6 col-xs-12 -->
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="counter-block">
<span class="counter">2519</span>
<i class="flaticon-medical icon"></i>
<h4>THERAPY EXPERTS</h4>
</div>
</div> <!-- end .col-lg-3 col-md-3 col-sm-6 col-xs-12 -->
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="counter-block">
<span class="counter">6325</span>
<i class="flaticon-people icon"></i>
<h4>HAPPY PATIENTS</h4>
</div>
</div> <!-- end .col-lg-3 col-md-3 col-sm-6 col-xs-12 -->
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="counter-block">
<span class="counter">1500</span>
<i class="flaticon-trophy icon"></i>
<h4>NATIONAL AWARDS</h4>
</div>
</div> <!-- end .col-lg-3 col-md-3 col-sm-6 col-xs-12 -->
</div> <!-- end .row -->
</div> <!-- end .container -->
We are using 7 CSS files in this template and we separated styles for improving convenience to edit this template. If you're going to use this template in production, we recommend you to merge all stylesheets into one file (for decreasing HTTP queries).
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" >
<link href="css/animate.css" rel="stylesheet" type="text/css" >
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" >
<link href="css/venobox.css" rel="stylesheet" type="text/css" >
<link rel="stylesheet" href="css/styles.css" />
This template built with LESS. Inside the directory css/less, you will get all less files where variables.less declares all colors and variables and layout.less mainly contain all necessary declaration for css. style.less should be compiled to css/style.css. Other two less files mixins.less and reset.less are for common CSS behaviour.
We have used crunch2 less compiler to generate CSS from less file. It is FREE application and very easy to use. You can download it from the following link. https://getcrunch.co/
Please follow the steps to compile template LESS file.
Step 03:Compiler will compile "styles.less" to "styles.css" file and display success message bottom of Crunch 2 editor.
There are 12 jQuery files including necessary plugins, all of them be found in jsfolder of home directory. custom-scripts.js This file must go all the way down to other files and plugins for app landing page. This file contains custom codes-
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.backTop.min.js "></script>
<script src="js/waypoints.min.js"></script>
<script src="js/waypoints-sticky.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/venobox.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/custom-scripts.js"></script>
You will get the following lines of code top of the index.html file. Recommended logo size is 250px X 60px.
<div class="col-md-4 col-sm-12 fbone-col-logo">
<div class="fbone-logo">
<a href="index.html">
<img src="images/logo.png" alt="Logo">
</a>
</div>
<!-- end .fbone-logo -->
</div>
We have used Google font Montserrat for heading font and Poppins for body font. Font used in the top of the file less/variables.less
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Roboto:400,500,500i,700');
We used WOW plugin to trigger animations on scroll. Here are some animation classes we used in this Template. To learn more about WOW please read their Documentation
We used several background images in our template. You'll find the code in the file css/less/layout.less. These code will be available after the compilation of the layout.less and written in the css/layout.css in the. Examples are given in the screenshot-
In the layout.less
In the index.html
Step 01:Open index.html or any other templates using an editor.
Step 02: You will get following lines of codes top of the template.
<div id="preloader">
<span class="margin-bottom"><img src="images/loader.gif" alt="" /></span>
</div>
Step 03:Remove those codes from template and save the file.
Step 01:Open index.html or any other templates using an editor.
Step 02: Top of the page you will html tag. Just replace that by the following lines of code.
<html lang="en" dir="rtl">
Step 03:Next, add the following two stylesheet inside head tag.
<link href="css /bootstrap-rtl.min.css" rel="stylesheet" type="text/css"/>
<link href="css/styles-rtl.css" rel="stylesheet" type="text/css"/>
For any kind of business, Google Map is considered as an essential tool. To keep this requirement in mind, this template facilitates the option to display Google Map anywhere of the page. Check out step by step instructions to setup a Google Map -
Step 01: Open contact.html file and you'll get two JavaScript files has been included at the bottom of the page. Note that, you need to Set Google Map API Key in first JavaScript file. Otherwise, Google Map may not work properly.
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyB8asWf-NyxR0dTHf_OMY9iT_lRncQG8x3"></script>
<script src="js/jquery.gmap.min.js"></script>
Step 02: We have defined a div with an ID called 'map canvas' and we are going to show the map in there. You will get following example code in contact.html tempate.
<div class="section-google-map-block wow fadeInUp">
<div id="map_canvas"></div>
</div>
Step 03: Next, navigate to the 'js/custom-scripts.js' folder in template directory. In that file, you can set Map Custom Height, location latitude and longitude. Generate your location "Latitude" and "Loongitude" from https://latlong.net/ & find more examples of Google Map in https://hpneo.github.io/gmaps/examples.html
// GOOGLE MAP FOR CONTACT US PAGE.
if ($('#map_canvas').length) {
var map;
$('#map_canvas').css({
'height': '400px'
});
map = new GMaps({
div: '#map_canvas',
lat: -12.043333,
lng: -77.028333
});
map.addMarker({
lat: -12.043333,
lng: -77.028333,
title: 'Lima',
click: function (e) {
alert('You clicked in this marker');
}
});
}
Step 01. Go to following link and get your own API key.
https://developers.google.com/maps/documentation/javascript/get-api-key
Step 02. Click GET A KEY button and Popup window will appear.
Step 03. Now, follow the popup window instructions and you’ll get an API key like following example. Copy that API Key and add it in your JS code.
https://maps.google.com/maps/api/js?key=your-api-key
Output: If everything has been done perfectly, you will see a Google map displaying properly in your page like the following example.
Without any question, Appointment Form is the most popular and well known communication medium between site owner and the customer. To be more specific, in terms of building a strong and solid customers base contact form can play a massive role. We believe that, it will helps you to achieve your business goal. To consider this fact, we have included a Fully functional, Responsive and Eye catching Appointment Form with template package, which validates the customer submitted information, processes it and send message instantly without reloading the page. Lets learn more about Appointment Form HTML, JavaScript and PHP Code.
You can set custom text in 'placeholder' and 'data-msg' tags.
<div class="appointment-form-wrapper text-center clearfix">
<h3 class="join-heading">Request Appointment</h3>
<form class="appoinment-form" action="#" method="post">
<div class="form-group col-md-6">
<input id="user_name" name="user_name" class="form-control" placeholder="Name" type="text" data-msg="Username Required." required="required">
</div>
<div class="form-group col-md-6">
<input id="user_email" name="user_email" class="form-control" placeholder="Email" type="email" data-msg="Email Address Required." required="required">
</div>
<div class="form-group col-md-6">
<input id="user_phone" name="user_phone" class="form-control" placeholder="Phone" type="text" data-msg="Service Field Is Required." required="required">
</div>
<div class="form-group col-md-6">
<div class="select-style">
<select class="form-control" id="user_service" name="user_service">
<option value="" selected="selected">Select Services</option>
<option value="neck_pain">Neck Pain</option>
<option value="back_pain">Back Pain</option>
</select>
</div>
</div>
<div class="form-group col-md-6">
<input id="appoinment_date" name="appoinment_date" class="form-control" placeholder="Date" type="email">
</div>
<div class="form-group col-md-6">
<input id="appoinment_time" name="appoinment_time" class="form-control" placeholder="Time" type="email">
</div>
<div class="form-group col-md-12 col-sm-12 col-xs-12">
<textarea id="user_message" name="user_message" class="form-control" rows="4" placeholder="Your Message..." data-msg="User Message Required" required="required"></textarea>
</div>
<div class="form-group col-md-12 col-sm-12 col-xs-12">
<button id="btn_submit" name="btn_submit" class="btn-submit" type="submit">Get Appointment</button>
</div>
</form>
</div> <!-- end .appointment-form-wrapper -->
if($('.appoinment-form').length) {
var $appt_form = $(".appoinment-form");
var $appt_submit_btn = $appt_form.find("button#btn_submit");
var $user_name = $appt_form.find("#user_name");
var $user_email = $appt_form.find("#user_email");
var $user_phone = $appt_form.find("#user_phone");
var $user_service = $appt_form.find("#user_service");
var $appoinment_date = $appt_form.find("#appoinment_date");
var $appoinment_time = $appt_form.find("#appoinment_time");
var $user_message = $appt_form.find("#user_message");
var emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
var $all_fields = $([]).add($user_name).add($user_email).add($user_phone).add($user_service).add($appoinment_date).add($appoinment_time).add($user_message);
$all_fields.val("");
var $error_border = "border-bottom: 1px solid red;";
var appt_form_bValid,
user_name_bValid,
user_email_bValid,
user_phone_bValid,
user_service_bValid,
appoinment_date_bValid,
appoinment_time_bValid,
user_message_bValid;
$appt_form.find("button[type=submit]").on("click", function() {
appt_form_bValid = true;
// Name Validation.
if ($user_name.val() === "" && $user_name.is('[required]')) {
user_name_bValid = false;
$user_name.next("span").remove();
$user_name.attr("style", $error_border).after("<span class='appt-error'>" + $user_name.attr("data-msg") + "</span>");
} else {
user_name_bValid = true;
$user_name.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && user_name_bValid;
// Email Validation.
if( $user_email.val() === "" || email_checkRegexp( $user_email , emailRegex) == false ) {
user_email_bValid = false;
$user_email.next("span").remove();
$user_email.attr("style", $error_border).after("<span class='appt-error'>" + $user_email.attr("data-msg") + "</span>");
} else {
user_email_bValid = true;
$user_email.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && user_email_bValid;
// Phone No Validation.
if ($user_phone.val() === "" && $user_phone.is('[required]')) {
user_phone_bValid = false;
$user_phone.next("span").remove();
$user_phone.attr("style", $error_border).after("<span class='appt-error'>" + $user_phone.attr("data-msg") + "</span>");
} else {
user_phone_bValid = true;
$user_phone.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && user_phone_bValid;
// User Service Validation
if( $user_service.val() === "" && $user_service.is('[required]') ) {
user_service_bValid = false;
$user_service.next("span").remove();
$user_service.attr("style", $error_border).after("<span class='appt-error'>" + $user_service.attr("data-msg") + "</span>");
} else {
user_service_bValid = true;
$user_service.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && user_service_bValid;
// Appointment Date Validation
if( $appoinment_date.val() === "" && $appoinment_date.is('[required]') ) {
appoinment_date_bValid = false;
$appoinment_date.next("span").remove();
$appoinment_date.attr("style", $error_border).after("<span class='appt-error'>" + $appoinment_date.attr("data-msg") + "</span>");
} else {
appoinment_date_bValid = true;
$appoinment_date.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && appoinment_date_bValid;
// Appointment Time Validation
if( $appoinment_time.val() === "" && $appoinment_time.is('[required]') ) {
appoinment_time_bValid = false;
$appoinment_time.next("span").remove();
$appoinment_time.attr("style", $error_border).after("<span class='appt-error'>" + $appoinment_time.attr("data-msg") + "</span>");
} else {
appoinment_time_bValid = true;
$appoinment_time.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && appoinment_time_bValid;
// User Message Validation
if( $user_message.val() === "" && $user_message.is('[required]') ) {
user_message_bValid = false;
$user_message.next("span").remove();
$user_message.attr("style", $error_border).after("<span class='appt-error'>" + $user_message.attr("data-msg") + "</span>");
} else {
user_message_bValid = true;
$user_message.removeAttr("style").next("span").remove();
}
appt_form_bValid = appt_form_bValid && user_message_bValid;
if ( appt_form_bValid === true ) {
$all_fields.attr("disabled", "disabled");
$appt_submit_btn.after("<span class='form_msg db'>Please wait ....</span>").attr("disabled","disabled");
$.ajax({
url: "appointment_email.php",
type: 'POST',
dataType: 'JSON',
data: {
safety_key: 'dynatf',
user_name: $user_name.val(),
user_email: $user_email.val(),
user_phone: $user_phone.val(),
user_service: $user_service.val(),
appoinment_date: $appoinment_date.val(),
appoinment_time: $appoinment_time.val(),
user_message: $user_message.val(),
},
success: function (data) {
if ( data.status === 1) {
$appt_submit_btn.next("span").remove();
$appt_submit_btn.after("<span class='form_msg db'>" + data.msg + "</span>");
setTimeout(function(){
$all_fields.removeAttr("disabled").val("");
$appt_submit_btn.next("span").slideUp('slow',function(){
$(this).remove();
$appt_submit_btn.removeAttr("disabled");
});
},3000)
} else {
$all_fields.removeAttr("disabled");
}
},
error: function (xhr, textStatus, e) {
alert("Email can not be sent. Please try again.");
return;
}
});
}
return false;
})
}
You will get following codes in 'appointment_email.php' file. There, you just need to set Administrator user email address, who would like to receive the customer messages.
<?php
if (!isset($_REQUEST['safety_key'])) {
die();
}
// Admin Email.
$to = "test.you@gmail.com"; // write your email address in here.
// Fetching Values from URL.
$email_subject = "Request An Appointment";
$user_name = isset( $_POST['user_name'] ) ? $_POST['user_name'] : '';
$user_email = isset( $_POST['user_email'] ) ? $_POST['user_email'] : '';
$user_phone = isset( $_POST['user_phone'] ) ? $_POST['user_phone'] : '';
$user_service = isset( $_POST['user_service'] ) ? $_POST['user_service'] : '';
$appoinment_date = isset( $_POST['appoinment_date'] ) ? $_POST['appoinment_date'] : '';
$appoinment_time = isset( $_POST['appoinment_time'] ) ? $_POST['appoinment_time'] : '';
$user_message = isset( $_POST['user_message'] ) ? $_POST['user_message'] : '';
$template = '<div>Hello ' . $user_name . ',<br/>'
. '<br/>Thank you...! For Contacting Us.<br/><br/>'
. 'Service Type:' . $user_service . '<br/>'
. 'Appointment Date:' . $appoinment_date . '<br/>'
. 'Appointment Time:' . $appoinment_time . '<br/>'
. 'Name:' . $user_name . '<br/>'
. 'Email:' . $user_email . '<br/>'
. 'Phone No:' . $user_phone . '<br/><br/>'
. 'Message:' . $user_message . '<br/></div>';
$message = "<div>" . $template . "</div>";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers.='Content-type: text/html; charset=utf-8; charset=iso-8859-1' . "\r\n";
$headers.='From:' . $user_email . "\r\n"; // Sender's Email
mail($to, $email_subject, $message, $headers, '');
$data = array(
'status' => 1,
'msg' => "Your Query has been received, We will contact you soon."
);
echo json_encode($data);
Without any question, Contact Form is the most popular and well known communication medium between site owner and the customer. To be more specific, in terms of building a strong and solid customers base contact form can play a massive role. We believe that, it will helps you to achieve your business goal. To consider this fact, we have included a Fully functional, Responsive and Eye catching Contact Form with template package, which validates the customer submitted information, processes it and send message instantly without reloading the page. Lets learn more about Contact Form HTML, JavaScript and PHP Code.
You can set custom text in 'placeholder' and 'data-msg' tags.
<div class="contact-form-block">
<h2 class="contact-title">Say Hello To Us</h2>
<form role="form" action="#" method="post" id="contact-form">
<div class="form-group">
<input type="text" class="form-control" id="user_name" name="user_name" placeholder="Name" data-msg="Please Write Your Name" />
</div>
<div class="form-group">
<input type="email" class="form-control" id="user_email" name="user_email" placeholder="Email" data-msg="Please Write Your Valid Email" />
</div>
<div class="form-group">
<input type="text" class="form-control" id="email_subject" name="email_subject" placeholder="Subject" data-msg="Please Write Your Message Subject" />
</div>
<div class="form-group">
<textarea class="form-control" rows="5" name="email_message" id="email_message" placeholder="Message" data-msg="Please Write Your Message" ></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn btn-theme">Send Now</button>
</div>
</form>
</div>
if($('#contact-form').length) {
var $contact_form = $("#contact-form");
var $contact_submit_btn = $contact_form.find("button.btn-custom");
var $user_name = $contact_form.find("#user_name");
var $user_email = $contact_form.find("#user_email");
var $email_subject = $contact_form.find("#email_subject");
var $email_message = $contact_form.find("#email_message");
var emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
var $all_fields = $([]).add($user_name).add($user_email).add($email_subject).add($email_message);
$all_fields.val("");
var $error_border = "border-bottom: 1px solid red;";
var contact_form_bValid, user_name_bValid,user_email_bValid,user_email_subject_bValid, user_email_message_bValid;
$contact_form.find("button[type=submit]").on("click", function() {
contact_form_bValid = true;
if( $user_name.val() === "" ) {
user_name_bValid = false;
$user_name.next("span").remove();
$user_name.attr("style", $error_border).after("" + $user_name.attr("data-msg") + "");
} else {
user_name_bValid = true;
$user_name.removeAttr("style").next("span").remove();
}
contact_form_bValid = contact_form_bValid && user_name_bValid;
if( $user_email.val() === "" || email_checkRegexp( $user_email , emailRegex) === false ) {
user_email_bValid = false;
$user_email.next("span").remove();
$user_email.attr("style", $error_border).after("" + $user_email.attr("data-msg") + "");
} else {
user_email_bValid = true;
$user_email.removeAttr("style").next("span").remove();
}
contact_form_bValid = contact_form_bValid && user_email_bValid;
if( $email_subject.val() === "" ) {
user_email_subject_bValid = false;
$email_subject.next("span").remove();
$email_subject.attr("style", $error_border).after("" + $email_subject.attr("data-msg") + "");
} else {
user_email_subject_bValid = true;
$email_subject.removeAttr("style").next("span").remove();
}
contact_form_bValid = contact_form_bValid && user_email_subject_bValid;
if( $email_message.val() === "" ) {
user_email_message_bValid = false;
$email_message.next("span").remove();
$email_message.attr("style", $error_border).after("" + $email_message.attr("data-msg") + "");
} else {
user_email_message_bValid = true;
$email_message.removeAttr("style").next("span").remove();
}
contact_form_bValid = contact_form_bValid && user_email_message_bValid;
if ( contact_form_bValid === true ) {
$all_fields.attr("disabled", "disabled");
$contact_submit_btn.after("Please wait ....").attr("disabled","disabled");
$.ajax({
url: "contact_email.php",
type: 'POST',
dataType: 'JSON',
data: {
safety_key: 'dynatf',
user_name: $user_name.val(),
user_email: $user_email.val(),
email_subject: $email_subject.val(),
email_message: $email_message.val()
},
success: function (data) {
if ( data.status === 1) {
$contact_submit_btn.next("span").remove();
$contact_submit_btn.after("" + data.msg + "");
setTimeout(function(){
$all_fields.removeAttr("disabled").val("");
$contact_submit_btn.next("span").slideUp('slow',function(){
$(this).remove();
$contact_submit_btn.removeAttr("disabled");
});
},3000);
} else {
$all_fields.removeAttr("disabled");
}
},
error: function (xhr, textStatus, e) {
alert("Email can not be sent. Please try again.");
return;
}
});
}
return false;
})
}
You will get following codes in 'contact_email.php' file. There, you just need to set Administrator user email address, who would like to receive the customer messages.
<?php
if (!isset($_REQUEST['safety_key'])) {
die();
}
$to = "youremail@gmail.com"; // write you email address in here.
// Fetching Values from URL.
$user_name = $_POST['user_name'];
$user_email = $_POST['user_email'];
$email_subject = $_POST['email_subject'];
$email_message = $_POST['email_message'];
$template = '<div>Hello ' . $user_name . ',<br/>'
. '<br/>Thank you...! For Contacting Us.<br/><br/>'
. 'Name:' . $user_name . '<br/>'
. 'Email:' . $user_email . '<br/>'
. 'Message:' . $email_message . '<br/><br/>'
. 'This is a Contact Confirmation mail.'
. '<br/>'
. 'We Will contact You as soon as possible .</div>';
$message = "<div>" . $template . "</div>";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers.='Content-type: text/html; charset=utf-8; charset=iso-8859-1' . "\r\n";
$headers.='From:' . $user_email . "\r\n"; // Sender's Email
mail($to, $email_subject, $message, $headers, '');
$data = array(
'status' => 1,
'msg' => "Your Query has been received, We will contact you soon."
);
echo json_encode($data);
Pakkapati Template comes with six month premium support directly from the developer.
It's a HTML5 template. So, you can not use it in WordPress platform.
Version : 1.0.1 - 17/11/2019
- Added RTL Version.
- Update documentation.
Version : 1.0.0 - 18/10/2019
- Initial release
Knowledgedesk - Knowledge Base WP Theme
Senior Care - Elder Citizen WP Theme
Sharai Khana - Multi-Concept Professional Services WP Theme
Reddrop Buddies – Activism & Blood Donation Campaign WP Theme
Petapalozza - Pet Care WP Theme
Appeal – Functional Petition WP Theme
Wish - Charity WP Theme
Restore - Computer Repair Service WP Theme
Greenlife - Nature & Environmental WP Theme
Dynamism - Political & Activism WP Theme
Cobbler Master - Shoe Repair and Leather Accessories Service Center
Repair Geek - Laptop And Computer Fixing Service Center HTML5 Template
Generosity - Charity, Fundraising & Non-Profit HTML5 Template
Auto Repair - Maintenance and Mechanic Center HTML5 Template
Bicycle Fix - Bicycle Repair, Maintenance and Tune-Ups Shop HTML5 Template
Fit Bone - Physiotherapy and Massage Therapy Center
Mind Trainer - Psychology and Counseling Center HTML5 Template
Senior Care - Senior Citizens & Elders Support HTML5 Template
Greenlife - Nature & Environmental Non-Profit HTML5 Template
Knowledge Desk - Responsive Knowledgebase HTML5 Template