AurelienD
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 3-4 years
- Ireland
- Referred between 10 and 49 users
- Sold between 50 000 and 100 000 dollars
173
Purchases
Buyer Rating:
4.80 stars
4.80 average based on 20 ratings.
-
5 Star
1785%
-
4 Star
210%
-
3 Star
15%
-
2 Star
00%
-
1 Star
00%
| Created | 22 June 12 |
| Last Update | 20 July 12 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Liquid |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
- ajax
- android
- apple
- contact form
- hotel
- html5
- ipad
- ipod
- mobile
- reservation form
- responsive
- retina
- retina display
- tablet
- working form
© All Rights Reserved AurelienD -
Contact Envato Support


Looks good. And the idea is fresh. Good luck with sales.
Are you going to update the other palace theme to be responsive? I’m at www.starkelakestudios.com.
Hi,
No I don’t think so…
Regards,
Aurélien.
like the idea too, good job !
Great job. Good luck with sales
Love it, looks great!
Thank you guys for your kind comments!
This looks nice. If I had one gripe it would be about the booking form – it could be arranged better (button widths, form layout etc). Other than that, lovely!
Thanks for your comment. Regarding the booking form I wanted to keep it simple and clean.
Regards,
Aurélien
nice work
Just love it! Very good and clean work!
Congratulations! Good luck on sales!
Hi AurelienD,
I want to design some layout about hotel, restaurent and coffee. Please contact with me: koibidl@gmail.com
Thank you!
Hi, great work! I will ask you for the calendar in booking form. This calendar has admin panel to mark the dates? Thanks
Hi, in the reservation form calendar, how can I set the reserved dates? The them has a control panel? Thanks
Hi,
There’s no control panel. The theme uses the jQuery Datepicker plugin: you can set reserved dates but you need to know a bit of JavaScript. See http://keith-wood.name/datepick.html section Day-by-Day.
Regards,
Aurélien
I LOVE the menu on all layouts. Do you have plans to make this a Wordpress theme? Thanks.
Hello,
Yes a responsive WordPress theme with the same kind of menu is in the pipe
Regards,
Aurélien
Great to hear!
Hello
Just a question, I have a flash site, what I want is to have a version for mobile devices, this theme look very similar to my flash design so it would fit ok, but what I don’t know is how to make it just for mobile devices, I mean How to make this theme appears just when the people try to access to my site using an iphone or an ipad, so when people access to the site using a computer the flash version would appear automatically.
Thanks I hope You can help me
Hi,
There’s a lot of tutorials on the internet about that topic. Search on google: “detect mobile device” Example: http://www.abeautifulsite.net/blog/2011/11/detecting-mobile-devices-with-javascript/
Regards,
Aurélien
hi, good work!
but, how to put the slide on autoplay?
Tks!
Hi,
There’s a function called slider() in the palace-functions.js : you can change the first line of this function : replacevar header_slider = new Swipe(document.getElementById('header-slider'), {'speed': 1000, 'callback': slider_populate_legend/*, 'auto': 2000*/});withvar header_slider = new Swipe(document.getElementById('header-slider'), {'speed': 1000, 'callback': slider_populate_legend, 'auto': 2000});(2000 is the delay in ms between each slide)Regards,
Aurélien.
Are already reserved rooms (dates) marked on the calendar.
Hi,
No they’re not. For this feature see my WordPress theme.
Regards,
Aurélien
Hi there, it appears from the CSS that we should be able to set up 1, 2 or 4 column layouts with this theme, but I do not see how to set up a 2-column layout Is that built in to the theme?
Hi,
What you saw in the css is actually a responsive block of columns (so the block will have 1 or 2 or 4 columns depending on the width of the page) so you can’t set up a layout which will always have 2 columns.
Regards,
Aurélien
Great theme! Thank you so much!
A couple of things regarding the reservations form …
If you change …
... to “no” the acknowledgement still goes out but the message content is, you guessed it, “no.”
Unfortunately, my client is using Horde/IMP webmail to retrieve messages. Horde doesn’t allow inline HTML without some tweaking of the configuration file (because of “security issues,” they say), which will get overwritten with each package upgrade. The result is that all of the HTML code displays. See below. I think my solution might be to create a plain text version of the message to send out, and use the existing message code just for the acknowledgement on the website page. Or, is there an easier or better way?
Hi,
You’re welcome!
For no acknowledgement the variable should be set to ’’ (ie. $message_arr=’‘).
Your solution (2 versions one for the website the other to be sent) looks fine: I can’t see a better one
Regards,
Aurélien
Thank you again. That is what I did. Works great.