ThemeForest

The Palace Mobile and Tablet HTML Theme

  • Exclusive Author
  • Has been a member for 3-4 years
  • Most Wanted Bounty Winner
  • Referred between 1 and 9 users
  • Sold between 10 000 and 50 000 dollars

Looks good. And the idea is fresh. Good luck with sales.

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years
  • Exclusive Author
  • United States

Are you going to update the other palace theme to be responsive? I’m at www.starkelakestudios.com.

AurelienD

Hi,

No I don’t think so…

Regards,

Aurélien.

  • Bought between 50 and 99 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 100 and 1 000 dollars

like the idea too, good job !

  • Author had a Free File of the Month
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Microlancer Beta Tester
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
  • Europe
  • Referred between 1 and 9 users

Great job. Good luck with sales ;)

  • Belgium
  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

Love it, looks great!

  • 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

Thank you guys for your kind comments!

  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 100 and 1 000 dollars
  • United Kingdom

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!

AurelienD

Thanks for your comment. Regarding the booking form I wanted to keep it simple and clean.

Regards,

Aurélien

  • Author had a File in an Envato Bundle
  • Exclusive Author
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 10 and 49 users
  • Sold between 10 000 and 50 000 dollars

nice work :)

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years

Just love it! Very good and clean work!

Congratulations! Good luck on sales!

  • Has been a member for 0-1 years

Hi AurelienD,

I want to design some layout about hotel, restaurent and coffee. Please contact with me: koibidl@gmail.com

Thank you!

  • Andorra
  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Hi, great work! I will ask you for the calendar in booking form. This calendar has admin panel to mark the dates? Thanks

  • Andorra
  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Hi, in the reservation form calendar, how can I set the reserved dates? The them has a control panel? Thanks

AurelienD

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

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

I LOVE the menu on all layouts. Do you have plans to make this a Wordpress theme? Thanks.

AurelienD

Hello,

Yes a responsive WordPress theme with the same kind of menu is in the pipe ;-)

Regards,

Aurélien

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Great to hear!

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

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

AurelienD

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

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 1-2 years
smilee Purchased

hi, good work!

but, how to put the slide on autoplay?

Tks!

AurelienD

Hi,

There’s a function called slider() in the palace-functions.js : you can change the first line of this function : replace
var header_slider = new Swipe(document.getElementById('header-slider'), {'speed': 1000, 'callback': slider_populate_legend/*, 'auto': 2000*/});
with
var 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.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Are already reserved rooms (dates) marked on the calendar.

AurelienD

Hi,

No they’re not. For this feature see my WordPress theme.

Regards,

Aurélien

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years
  • United States

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?

AurelienD

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

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States

Great theme! Thank you so much!

A couple of things regarding the reservations form …

If you change …

$message_ar = ‘yes’;

... 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?

<li><b>Name:</b> Dean Collins</li>
<li><b>E-mail:</b> dean@mydomain.com

	

Thanks!

AurelienD

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

Default-user

Thank you again. That is what I did. Works great.


by
by
by
by
by