http://douglashouse.algorithma.ch/?page_id=174
I set the Pilot room unavailable the 12.04.2015, but I don’t know how to see that.
Plugin Author
Bob
(@prasunsen)
For some reason jquery UI datepicker is not loaded which is causing fatal errors. We have wp_enqueue_script code in the plugin so I have no idea why it doesn’t load. You may need to manually add it in the theme header:
<script type='text/javascript' src='http://douglashouse.algorithma.ch/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.4'></script>
<script type='text/javascript' src='http://douglashouse.algorithma.ch/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js?ver=1.10.4'></script>
I’ve downloaded the jquery UI suite, added the references in the theme header as you suggested and now it works fine. The date picker shows the calendar, I’m able to select the dates and the component shows the room availability according to what I’ve previously set.
Thanks a lot for your precious help. This module is exactly what I need for my site, great job!
Best regards
Ops, found another issue. As you can see at the link
http://douglashouse.algorithma.ch/?page_id=174
the calendar is shown at the bottom of the page even though the datetime picker is not selected. In addition, the widget on the left side of the page is not shown (see the other pages). Hope you can give me some further suggestion in order to fix this problem.
Thanks a lot
Plugin Author
Bob
(@prasunsen)
Try version 0.9.1, it’s a CSS issue that should be fixed now.
Installed the last version 0.9.1. I’ve created 2 pages on my site, Booking using the shortcode [wphostel-list] and Booking2 using the shortcode [wphostel-booking]. In both cases the calendar is still shown at the bottom of the page even though the date time picker is not selected. The page Booking which uses the shortcode [wphostel-list] doesn’t allow to show the left sidebar and its content. The page Booking 2 (which uses [wphostel-booking]) allows to show the left sidebar. I’ve also tried out to send a confirmation email to the customer which makes the reservation, and it doesn’t work. Hope this feedback can be useful for you to improve this excellent plugin.
Plugin Author
Bob
(@prasunsen)
If you send me URL to a page that shows the calendar (the old no longer does it), I’ll have a look.
Regarding email issues – emails are sent by your WP installation, the plugin simply forwards it to it. So there might be a problem with your WP mail settings or the server setup. Install WP Mail SMTP and try then – Hostel will use whatever is set up for mailing on the blog.
You’re right, the calendar is shown correctly now on both pages (most probably I didn’t delete the cache after the update). The only problem I see now is the left sidebar not shown in the Booking page, but I could also use a full page format for Booking. Just the last question: is the list of the room’s availability shown in the booking page correct? I mean, is it normal that the name of the room is not shown in the list?
Plugin Author
Bob
(@prasunsen)
Yes, room names are for internal use for now. In the next update we’ll add a parameter to the shortcode that will allow showing them.