Hotelier - Hotel & Travel Booking HTML Template
Themeforest Hotelier - Hotel & Travel Booking HTML Template HTML Template
Hotelier is a thoroughly modern and stylish theme that has its roots as a hotel-related theme, but is flexible enough to be used for multiple purposes: hotels, resorts, inns, bed and breakfast, villas and spas to name a few. It can also be effectively used for many business sectors. The elements are all there and can easily be configured to create your own uniquely beautiful website.
Hotel Room Pages and Features
- Spa Demo
- Hotel Demo
- Resort Demo
- 30+ HTML pages
- Completely Responsive Design
- Gallery Styles
- 4 Blog Styles
- Hotel Services Pages
- Hotel Packages Pages
- Outstanding Featured Areas
- Advance Forms
- Booking Pop-up
- Tour Package Pages
- 2 Header Styles
- 600+ Google Fonts
- Well organized code
- Parallax background
- Retina Ready
- Sortable Gallery and Packages Pages
- Build with Twitter BootStrap
- 1000+ Icons Included
- SEO Friendly
- Easy to Set Up
- Cross browser compatible
- Fully Validated Code
- Working Contact Form
Thanks
ChangeLog
Version 1.0.1 – 27 October 15
- Make The Contact Form Workable
Version 1.0.0 – 5 October 15
- Initial release
Theme-Squared— I really like your theme— very nice! I see in the comments that you do allow the menu to be at default— Is there anyway to make it a sticky header with a small header above it that displays phone icon / number and map icon / address like this: http://www.asticou.com Thanks ~ Kevin
ReplyDeleteYes for sure you can make it sticky once you purchase so open the ticket and we will give you sticky menu update.
ReplyDeleteYou can purchase it. Yes you can make it.
Thanks
Good Day Theme-Squad— purchased your beautiful template and am actually finding even more impressive features and very pleasing design. As previously mentioned ONE of the important items we really need is the default OPEN menu bar and it to be a sticky header. An other important item is a small narrow header above the sticky header to show a map icon / hotel address and phone icon / phone number— here is kind of an example: http://www.asticou.com , it does not need to be sticky BUT should display in smart phone so one can easily see the address click to launch google map and or click to call without having to go to “contact”. Thanks so much for your reply back and we are excited and look forward to working with you! Metrail
ReplyDeleteHi,
ReplyDeleteYour questions are answered.
Please rate our theme 5 stars and motivate us to work more hard. Your rating is very meaningful to us.
See how to rate http://goo.gl/GC9Otn
Thanks
Hi,
ReplyDeleteYou can set the pricing for everything. But in the template payment method is not included you need to integrate paypal or anything yourself. Secondly, meter reading how it can be done I think you have to manually put the expenses.
Thanks
Hello support,
ReplyDeleteThank you for reply. I see no options for pricing of rooms that can be daily, weekly, or monthly. The booking in the demo is form only. Can plugin AWE booking or Hbooking be integrated? Thank you.
Yes, you can integrate any script. You can copy the pricing script and show where you want.
ReplyDeleteThanks
Hi I just purchased the Hotelier HTML template, I wanted to see if I could get the PSD files for it as well. Thanks!
ReplyDeleteHi,
ReplyDeletePlease give me your mail I will mail you the download link.
Thanks
Hi, I cannot figure out where to send a private message with my email address, so here it is: bellissimoshotelajijic@gmail.com Thank you so much!
ReplyDeleteHi,
ReplyDeletePSD download link send to you. Please check your mail.
Please rate our theme 5 stars and motivate us to work more hard. Your rating is very meaningful to us.
See how to rate http://goo.gl/GC9Otn
Thanks
Thank you so much, I have left you a 5 star rating. Great Communication & Great theme!
ReplyDeleteThanks
ReplyDeletehi, I’ve written twice on support but still have no answer and I need menu to be always open. Please, I know you’ve solved this issue to previous customers. Can you send me the way in short time? thanks
ReplyDeleteHi,
ReplyDeleteYour problem solved.
Please rate our theme 5 stars and motivate us to work more hard. Your rating is very meaningful to us.
See how to rate http://goo.gl/GC9Otn
Thanks
Is it ready wordpress version?
ReplyDeleteHi,
ReplyDeleteNo its is HTML template wordpress will release soon.
Thanks
I wanted to understand why the photos in slider are not responsive because the moving pictures appear incorrectly.
ReplyDeleteHi,
ReplyDeletePlease open the ticket here and support member will look into it.
https://themesquared.zendesk.com/hc/en-us/requests/new
Thanks
Hi, great template! Really interested in buying it. Could you let me know if it would be possible to ensure that this template is compatible with WCAG 2.0 (Level AA) which means it is web accessible for people with special needs? It is usually some small adjustments only. For the job we are doing here in Greece the website has to be passed through the following checker http://achecker.ca/. Many thanks for your answer and if so we will be pleased to buy.
ReplyDeleteYes. Its compatible with WCAG 2.0.
ReplyDeleteBut the special Refs, Labels, Classes used for WCAG 2.0 need to be added by the buyer. This template is purely HTML5. If those special tags added, it will work fine with WCAG.
You may purchase the template.
Thanks
Hi and thank for your reply. Those special tags are what make it WCAG 2.0 compatible and we are looking for something that is Web Accessible out of the box. Thank you for your time. You may consider in your development of new projects that this is something that will be a requirement in the near future.
ReplyDeleteNo problem.
ReplyDeleteHello! I recently just bought the template. Very good indeed! what you need to know is how do to make the main menu remains open without the need to click the button to unfold. I am looking forward to your response. thank you very much!
ReplyDeleteHi,
ReplyDeletePlease paste this css in style.css
.navbar-default {
left: 0% !important;
}
.menu-trigger,
.pre-header {
display:none !important;
}
.menu-close {
opacity:0 !important;
visibility:hidden;
}
Thanks
Hi,
ReplyDeleteMay I have all images in live preview?
Many thanks
Please download from here.
ReplyDeletehttps://www.dropbox.com/s/qavzczuojp423k9/images.zip?dl=0
Please rate our theme 5 stars and motivate us to work more hard. Your rating is very meaningful to us.
See how to rate http://goo.gl/GC9Otn
Thanks
Hello. Just purchased your template. I noticed that the first slide changes immediately to the second one not giving enough time for the user to view it. Can you tell me where to change the delay of the slides? I would also like to keep the menu on the top opened at all times, could you please forward the code for it? Thank you very much for such a nice template.
ReplyDeleteIt’s been two days and have not received a reply from you. I also contacted you through your own support link as stated and still no reply. Can you please reply? Thank you.
ReplyDeleteOpen main.js and find this
ReplyDelete$('#top-slider').flexslider({
animation: "slide",
controlNav: true,
directionNav: true,
smoothHeight: true
});
Change it to
$('#top-slider').flexslider({
animation: "slide",
controlNav: true,
directionNav: true,
slideshowSpeed: 7000,
smoothHeight: true
});
Thank you for your reply. And how do I display the main menu opened when loading the website without the need click on the toggle icon?
ReplyDeletePaste this css in the style.css
ReplyDelete.navbar-default {
left: 0% !important;
}
.menu-trigger,
.pre-header {
display:none !important;
}
.menu-close {
opacity:0 !important;
visibility:hidden;
}
Please rate our theme 5 stars and motivate us to work more hard. Your rating is very meaningful to us.
ReplyDeleteSee how to rate http://goo.gl/GC9Otn
Thanks
Thank you for your reply, however when placing the css code above, the menu does not display at all. Any other suggestions? May I have an email so that you can view the issue first hand?
ReplyDelete