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
927
Purchases
Buyer Rating:
4.66 stars
4.66 average based on 108 ratings.
-
5 Star
8275%
-
4 Star
2018%
-
3 Star
32%
-
2 Star
10%
-
1 Star
21%
| Created | 21 October 11 |
| Last Update | 16 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- B&B
- ajax
- big google map
- business
- creative
- full width slider
- google map
- holidays
- hotel
- inn
- motel
- reservation
- resort
- travel
- working form
© All Rights Reserved AurelienD -
Contact Envato Support


Hi. I would like to edit the footer especially with the categories included. I want to do away with ‘Nice Footer’ and put something of my own. Please help.
Hi,
You posted your message in The Palace HTML comments but I think you’re talking about the WP version.
To change this part of the footer see in appearance > widgets > footer fourth column.
Regards,
Aurélien
Aurelien has been incredible as I have been working on customizing his incredible template for my client. Truly fantastic support and quick response time. It makes all the difference. Thank you!
Thanks a lot Todd
Hi, i want to know if we can add some multilanguage widget or something to this theme…
And what about e-commerce?
Thanks!!!
Hi,
This is a HTML theme so there’s no such thing like ‘widgets’... You may want to check the WordPress version of this theme which is compatible with the qTranslate plugin.
Regards,
Aurélien
Hi,
one question, if someone makes a reservation lets say from the 1st to the 10th…. how can I block those dates on the calendar meaning that the specific room will not be available for booking during the dates above…
The purpose of this feature is for the person that tries to make a booking will see the dates that the room is not available.
Hi,
It is possible to do that but you’ll need to use a bit of javascript. In the miscelleanous.js file modify the datepick_options variable and add a onDate callback function which will return { selectable: false }; if the day has been booked.
See this for further information: http://keith-wood.name/datepick.html
Regards,
Aurélien
Hi. I’ve purchased this theme and I noticed that the WP version is responsive. Do you have any plans to update the HTML version to be responsive? If not, would it be easy for me to modify? I’m proficient with HTML and CSS. Thanks! Great theme.
Hi,
A responsive version of the Palace HTML theme is not planned sofar. It would not be really easy to DIY as some graphical elements would have to be done again from scratch. You can still give it a go if you wish!
Regards,
Aurelien
Oh, okay. Would it be easier to convert the WP theme to HTML?
Yes, I think so. But note that the WP theme doesn’t have exactly the same features and look as the HTML theme.
Regards,
Aurelien
Hello and congratulations for this great theme! Clean code and easy to use and handle. One question for you. In the HTML edition, I have easily entered the contact email for both reservation and contact forms, and indeed it works. But sometimes the sender doesnt get the “post receipt” and sometimes the message is not being send at all. Do you have any explanation on this behaviour? Again, great job!
Hi,
Thanks a lot for your comment
Please double-check with your web-hosting company for this issue. You can ask them if there are restrictions with the mail() php function.
Best regards,
Aurelien
Hi Aurelien, as a matter or fact i contacted my hosting company and they send me the following: “Yes, we do have a restriction with that function. Are you using a username and password authentication with your SMTP information? If not, then please change the function to include that information as it will not work properly without it.” You where right!!!! Do you know what must i do about this with the function?
Hi,
You can set your SMTP information via the ini_set() php function.
Example:ini_set("SMTP", "mail.yourprovider.com"); ini_set("username", "your_username"); ini_set("password", "your_password"); ini_set("smtp_port", "25");These lines should go just below the <?php tag in the contact.php and reservation.php files.
Regards,
Aurelien
Hi Aurelien, i entered the lines right below the <?php tag, i also corrected the values of my provider, but still it doesn,t work. When attempting to send the mail, it returns: Error sending acknowledgement of receipt mail. Error sending admin mail. My provider is yahoo, and they use SSL, if that helps.!
Hi,
Could you send me a mail via my profile page? I would need your yahoo account details so I can test this.
Regards,
Aurelien
Hi, How can i have calendars in french? Thanks Max
Bonjour Max,
1) download http://keith-wood.name/js/jquery.datepick-fr.js
2) call this localisation library after the call to date picker library:Learn more here: http://keith-wood.name/datepick.html (localisation tab).
Cordialement,
Aurelien
Hello Developers,
This theme looks great, I like the booking form, When i checked the WordPress version, booking form was simpler, Is there a way to customize the form? I want to purchase a wp theme but on a front page i want to have the form same as on this example (html version of template).
Thanks
Hi Miki,
It’s easy to customize the forms in the WP theme (and just a little more complicated in the HTML theme).
Regards,
Aurelien
Hard time to get captcha to work – need help…. The captcha image would not show up… on the one hand, on the other… I would love to set it up with recaptcha… would you post a tutorial how to do that…? would be super cool. But anyway.. .... I set: set_captcha(true); // in html file … index.html. $enable_captcha = ‘yes’; // in reservation.php in reservation.php at line 16 $captcha = ’ ’; // is empty…. hope thats fine ..... in the Form the link to CaptchaSecurityImages.php is ok
I have no idea why it is not working. not on local and not in internet on my server.
the folder captcha is uploaded …
Hi,
Could you mail me the url of your website so I can have a look at it?
Regards,
Aurelien
Hi, do you plan to make this template responsive? br martin
Hi,
No, I don’t plan to make this theme responsive. Sorry for the inconvenience.
Regards,
Aurelien
Hi! Is it possible to use the book a room form in html template.
This form is much better! AND in the most pages the form is nice, BUT the name input and a comment is missing… well. The name would be a must (maybe even the titel like miss mister or family) The calendar is much much nicer in world press template…
Best regards from Austria
Martin
(ps. can’t get the captcha to work…. still trying…)
Hi Martin,
You can’t use the WordPress booking form in the HTML version but you can add fields in the form so it will meet your requirements.
Regards,
Aurelien
PS: regarding the captcha you can mail me the url of your website so I’ll have a look at it.
another page is:
http://www.bergfrieden.info/kontakt.html
The captcha image is not shown, BUT with local testserver I can see the image. Whats the Problem????
I would like to finish all pages and go online with all today. Would love to get that issue solved!
Hi,
In the CaptchaSecurityImages.php try to replace: with:Regards,
Aurelien
Thank you very much! – working great – I could have thought of the .ttf file… didn’t look there… sometimes we just think to complicated
I have the same problem with the captcha as martinius. The code is not displayed in FireFox or Google Chrome.
Hello Andrew,
Could you mail me the url of your website?
Regards,
Aurelien
is it posible to send 2 different emails? lets say 1 email – reservation.php goes to costumer the second… admin.php…. would be sent to me (I would be nice to setup an other format.. in order to process incoming data…)
Hi,
Yes that’s possible. You need to have two calls to the mail() function instead of only one call. So in the reservation.php file replace:if (!mail($email_admin, $subject, $message_admin, $headers)) {withif (!mail($email_admin, $subject, $message_admin, $headers) || !mail($email_admin2, $subject, $message_admin, $headers)) {Don’t forget to declare a $email_admin2 variable at the top of the file.
Regards,
Aurelien
hi, thanks for reply!
2 Problems:
a) the solution doesn’t work in my case… don’t know why
b) the emails are “twisted” – meaning – the costumers will receive the admin email and vice versa…
Here is my reservation.php –
$email_admin = 'info@bergfrieden.at'; // Put your email here. $email_admin2 = 'info@leutasch.net'; // Put your 2nd email here. $enable_captcha = 'no'; // Put 'yes' if you want to enable captchas on the reservation forms. $message_ar = 'yes'; // Put 'no' for no acknowledgement of receipt message. $subject = 'Anfrage - Bergfrieden Leutasch'; $output_error = ''; $message = ''; $name = ''; $email = ''; $n_adults = 0; $n_children = 0; $type_room = ''; $check_in_date = ''; $check_out_date = ''; $message_reservation = ''; $captcha = ''; $li_name = ''; $li_message_reservation = ''; function is_valid_email_address($email){ $qtext = '[^\\x0d\\x22\\x5c\\x80-\\xff]'; $dtext = '[^\\x0d\\x5b-\\x5d\\x80-\\xff]'; $atom = '[^\\x00-\\x20\\x22\\x28\\x29\\x2c\\x2e\\x3a-\\x3c'. '\\x3e\\x40\\x5b-\\x5d\\x7f-\\xff]+'; $quoted_pair = '\\x5c[\\x00-\\x7f]'; $domain_literal = "\\x5b($dtext|$quoted_pair)*\\x5d"; $quoted_string = "\\x22($qtext|$quoted_pair)*\\x22"; $domain_ref = $atom; $sub_domain = "($domain_ref|$domain_literal)"; $word = "($atom|$quoted_string)"; $domain = "$sub_domain(\\x2e$sub_domain)*"; $local_part = "$word(\\x2e$word)*"; $addr_spec = "$local_part\\x40$domain"; return preg_match("!^$addr_spec$!", $email) ? 1 : 0; } if (isset($_POST['input-name'])) { $name = stripslashes(strip_tags($_POST['input-name'])); } if (isset($_POST['input-e-mail'])) { $email = stripslashes(strip_tags($_POST['input-e-mail'])); } if (isset($_POST['select-n-adults'])) { $n_adults = stripslashes(strip_tags($_POST['select-n-adults'])); } if (isset($_POST['select-n-children'])) { $n_children = stripslashes(strip_tags($_POST['select-n-children'])); } if (isset($_POST['select-type-of-room'])) { $type_room = stripslashes(strip_tags($_POST['select-type-of-room'])); } if (isset($_POST['input-check-in-date'])) { $check_in_date = stripslashes(strip_tags($_POST['input-check-in-date'])); } if (isset($_POST['input-check-out-date'])) { $check_out_date = stripslashes(strip_tags($_POST['input-check-out-date'])); } if (isset($_POST['textarea-reservation'])) { $message_reservation = stripslashes(strip_tags($_POST['textarea-reservation'])); } if (isset($_POST['input-captcha'])) { $captcha = stripslashes(strip_tags($_POST['input-captcha'])); } if ($name != '') { $li_name = "<li><b>Name:</b> $name </li>"; } if ($message_reservation != '') { $li_message_reservation = "<li><b>Nachricht:</b> $message_reservation</li>"; } $message = "<ul class="bullets-blue"> <li><b>$li_name</b> </li> <li><b>E-mail:</b> $email</li> <li><b>Anzahl Erwachsene:</b> $n_adults</li> <li><b>Anzahl Kinder:</b> $n_children</li> <li><b>Unterkunfts Typ:</b> $type_room</li> <li><b>Check-in Datum:</b> $check_in_date</li> <li><b>Check-out Datum:</b> $check_out_date</li> $li_message_reservation </ul>"; if ($message_ar == 'yes') { $message_ar = "<h3>This should be the Title for costumer-guests</h3> <p> Hier sind Ihre Angaben die uns gerade übermittelt wurden: </p> $message <p> Wir haben Ihnen ein e-mail mit diesen Angaben gesendet: Wir prüfen ob wir ein passendes Angebot für Sie haben und melden uns umgehend persönlich bei Ihnen! <br /> Bis bald...! </p>"; } $message_admin = "<h3> This should be the title for ADMIN Message</h3> $message "; $captcha_ok = true; if ($enable_captcha == 'yes') { session_start(); if(($_SESSION['security_code'] == $captcha) && (!empty($_SESSION['security_code'])) ) { unset($_SESSION['security_code']); } else { $captcha_ok = false; } } if (!$captcha_ok) { $output_error = 'Fehler: die Eingabe des Codes war nicht korrekt.'; } else if (strlen(trim($_POST['input-e-mail'])) > 0) { if (is_valid_email_address($email)) { if ($message_ar != '') { $headers = 'From: ' . $email_admin . "\r\n" . 'Reply-To: ' . $email_admin . "\r\n" . 'Content-Type: text/html; charset="utf-8"' . "\r\n"; if (!mail($email, $subject, $message_ar, $headers)) { $output_error = 'Fehler beim versenden der Anfrage-Bestätigung.<br />'; } } $headers = 'From: ' . $email . "\r\n" . 'Reply-To: ' . $email . "\r\n" . 'Content-Type: text/html; charset="utf-8"' . "\r\n"; if (!mail($email_admin, $subject, $message_admin, $headers) || !mail($email_admin2, $subject, $message_admin, $headers)) { $output_error .= 'Fehler beim versenden der Anfrage.'; } } else { $output_error = 'Error: Ihr e-mail is nicht gültig.'; } } else { $output_error = 'Error: no mail.'; } if ($output_error == '') { echo("<h3>Herzlichen Dank für Ihre Anfrage.</h3> <p> Hier sind Ihre Angaben die uns gerade übermittelt wurden: </p> $message <p> Wir haben Ihnen ein e-mail mit diesen Angaben gesendet: Wir prüfen ob wir ein passendes Angebot für Sie haben und melden uns umgehend persönlich bei Ihnen! <br /> Bis bald...! </p>"); } else { echo('<span class="result-error">' . $output_error . '</span>'); }sorry for long code and not in code-formating… somehow the
this is codefunktion doesn’t work….Hi,
Could you send me a mail? It’s really not handy to share lines of code in via the comments.
Regards,
Aurelien
your emailadress?
Hi,
You can mail me from my profile page. I’ll get back to you. Do not forget to include your purchase code.
Regards,
Aurelien
I can’t get my contact form to work properly I’m not sure if I am doing something incorrect or what. Could you look at it and see if I send the link?
Hi,
Of course I could
Mail me the url of your website.
Regards,
Aurelien
Hi, I’d like to know if i can expand the space fot THE LOGO. MY logo is quiet complicate and doesn’t fit well in that space. If it’s a YES; than how!
Thank you / Merci beaucoup.
philippe
Bonjour Philippe,
If you put a larger image the area should expand automatically.
Cordialement,
Aurelien