Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to contact us via support tab
here.
General Configurations
Boxed Layout.
Step 1.
Search for body tag
Step 2.
Add class boxed
Example - Hotel Himara
...
Horizontal Header.
Step 1.
Search for header tag
Step 2.
Add class horizontal-header
Example - Hotel Himara
...
Vertical Header.
Step 1.
Search for header tag
Step 2.
Add class vertical-header
Example - Hotel Himara
...
Sticky Header. (only for horizontal header)
Step 1.
Search for header tag
Step 2.
Add class sticky-header
Example - Hotel Himara
...
Transparent Header. (only for horizontal header)
Step 1.
Search for header tag
Step 2.
Add class transparent-header
Example - Hotel Himara
...
Dark Header.
Step 1.
Search for header tag
Step 2.
Add class dark-header
Example - Hotel Himara
...
Open Header. (only for vertical header)
Step 1.
Search for header tag
Step 2.
Add class open-header
Example - Hotel Himara
...
Revolution Slider
For Revolution Slider Documentation please
click here
Image Lightbox
Step 1. Create a big and a small image. The big image will be the lightbox image, the small image the thumbnail
Info:
How to get userID and accessToken? Get
userID and
accessToken, or check instagram official documentation here
Booking Form Configuration
Step 1.
Go to email folder
Step 2.
Open booking.php
Step 3.
Search for Site Settings
Step 4.
Replace details with yours.
email/booking.php - Hotel Himara
#####################################################################################################
// Site Settings
$site_title = "Hotel Himara";
$site_url = "https://eagle-themes.com/himara";
$facebook_link = "https://www.facebook.com/";
$twitter_link = "https://twitter.com/";
$admin_phone = "+1 888 123 4567";
// Email Settings
$admin_email = "contact@eagle-themes.com";
$admin_subject = "Himara Hotel - New Reservation";
$customer_subject = "Himara Hotel - Booking Details";
// Output Messages
$success_mssg = "Your reservation has been submitted to us and we just sent you a confirmation email. We'll contact you as quickly as possible.";
$error_mssg = "An error has occurred. Please check your PHP email configuration.";
$email_mssg = "Please enter a valid email!";
$booking_date = "You can't depart before you arrive";
$empty_email = "Email is empty! Please enter your email (e.g. myemail@email.com)";
$empty_roomtype = "Room Type is empty! Please enter something.";
$empty_checkin = "Arrival Date is empty! Please enter something.";
$empty_checkout = "Departure Date is empty! Please enter something.";
$empty_adults = "Adults is empty! Please enter something.";
$empty_name = "Name is empty! Please enter something.";
$empty_phone = "Phone Number is empty! Please enter something.";
$empty_comments = "Coomments section is empty! Please enter something.";
$empty_country = "Country section is empty! Please enter something.";
#####################################################################################################
Info:
Please take note that this will only will work in a live environment.
How to add new field?
Step 1.
Go to 1 of booking forms or advanced booking form (booking-form.html)
Step 2.
Add new field as seen below
Example
Step 3.
Go to js folder
Step 4.
Open main.js
Step 5.
Open main.js
Step 6.
Search for BOOKING FORM (line 729)
Step 7.
Add new line as seen below
js/main.js - Hotel Himara
// =============================================
// BOOKING FORM
// =============================================
$("#booking-form").on('submit', function (e) {
e.preventDefault();
//Get input field values from HTML form
var booking_name = $("input[name=booking-name]").val();
var booking_email = $("input[name=booking-email]").val();
var booking_phone = $("input[name=booking-phone]").val();
var booking_roomtype = $("select[name=booking-roomtype]").val();
var booking_startdate = $("input[name=daterangepicker_start]").val();
var booking_enddate = $("input[name=daterangepicker_end]").val();
var booking_adults = $("input[name=booking-adults]").val();
var booking_children = $("input[name=booking-children]").val();
var booking_country = $("select[name=booking-country]").val();
var booking_comments = $("textarea[name=booking-comments]").val();
var booking_fax = $("input[name=booking-fax]").val(); // new field
//Data to be sent to server
var post_data;
var output;
post_data = {
'booking_name': booking_name,
'booking_email': booking_email,
'booking_phone': booking_phone,
'booking_roomtype': booking_roomtype,
'booking_startdate': booking_startdate,
'booking_enddate': booking_enddate,
'booking_adults': booking_adults,
'booking_children': booking_children,
'booking_country': booking_country,
'booking_comments': booking_comments,
'booking_fax': booking_fax // new field
};
...
});
#####################################################################################################
// Email Settings
$site_title = "Himara Hotel";
$to_email = "contact@eagle-themes.com";
$default_subject = "Himara Hotel - New Message";
// Output Messages
$success_mssg = "Your message has been sent successfully. Thank you.";
$error_mssg = "An error has occurred. Please check your PHP email configuration.";
$short_mssg = "Message is empty or too short! Please enter something.";
$empty_subject = "Subject is empty! Please enter something.";
$empty_name = "Name is empty! Please enter something.";
$empty_phone = "Phone is empty! Please enter something.";
$email_mssg = "Please enter a valid email!";
//Email Text
$tr_name = "Name";
$tr_email = "Email";
$tr_message = "Message";
$tr_phone = "Phone Number";
#####################################################################################################
Info:
Please take note that this will only will work in a live environment.
Subscribe Form Configuration (Mailchimp)
Step 1.
Go to email folder
Step 2.
Open subscribe.php
Step 3.
Search for MailChimp Settings
Step 4.
Replace details with yours.
email/subscribe.php - Hotel Himara
#####################################################################################################
// Mailchimp settings
$api_key = "db1e30f89a0a71280689eadeceec5146-us10"; // API Key
$list_id = "ea7b16d0a9"; // List ID
// Output Messages
$success_mssg = "Thank you, you have been added to our mailing list.";
#####################################################################################################
Info:
Please take note that this will only will work in a live environment.
Info:
How to get API Key and List ID? Get
API Key and
List ID.
// =============================================
// GOOGLE MAP
// =============================================
function initialize() {
var map;
var panorama;
var var_latitude = 39.7715865; // Google Map Latitude
var var_longitude = 19.997841; // Google Map Longitude
var pin = 'images/icons/pin.svg';
//Map pin-window details
var title = "Hotel Himara - Click to see";
var hotel_name = "Hotel Himara";
var hotel_address = "Lorem ipsum dolor, 25, Himara";
var hotel_desc = "5 star deluxe Hotel";
var hotel_more_desc = "Lorem ipsum dolor sit amet, consectetur.";
...
}
Looking For The Best Web Hosting? If you are looking for the best web hosting, we recommend
SiteGround.
SiteGround
is one of the most recommended hosting companies. They are known for their top notch customer support and fast reliable hosting plans. Their optimized hosting includes everything you’ll need to create and grow a successful website.
Once again, thank you so much for purchasing this template. I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. Please don’t forget to rate Himara template on
ThemeForest
if you like it.