wpbookingsystem
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Visual bugHmm. And when you Press F12 in Google Chrome and go to Console? What do you see?
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Visual bugHmm, for me it works fine. Do you still experience this issue?
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] booking form send buttonHi there,
This is ‘by design’. This way no page reload is needed for the form to send. But to see the updated availability, you indeed have to refresh.
Maybe we’ll add an option to refresh the page after a form is submitted.
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Mail notificationsHi Phicarre,
Have you enabled ‘Receive bookings via email’ in the contact form settings?
Otherwise, can you check if WordPress is able to send emails? You could use a plugin like: https://wordpress.org/plugins/check-email/.
Hi there,
Can you send us a message at support@wpbookingsystem.com, since this is about the Premium version?
We’re marking this as resolved.
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Can’t save !If you experience any other issues, please let us know.
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Can’t save bookings!Hi, we just replied to your email. We want to see what’s going on. We’re not allowed to support the Premium version via these forums, so we’ll handle the rest via email!
The preset format ’25 July 2013′ should give the same output as d. F Y. Or isn’t that the case on your website? We could rename 25 July 2013 to (“d. F Y”), but that would be hard to understand for some people we’re afraid!
Hi there,
1. You can select one of the formats:
25 July 2013
July 25, 2013
2013/07/25
07/25/2013
25/07/2013What you prefer. We created several, because this format will also be used for displaying the date in the tooltips to your visitors. You might want to use a different date format than your WordPress default format. It just gives flexibility.
2. In the Premium version you can set the Sender Name and Sender Email in the Form Settings. The Free version does not send emails to bookers.
Hi!
To fix this issue, please use this:
#content .datepick-days-cell, #content .datepick-title-row th {
padding: 0px !important;
}The theme overwritten these and added a padding to the table cells, this is why they have gotten out of the calendar.
BTW, this is not our product, it’s from http://wpbookingcalendar.com/
But we like to help you of course:).
Kind regards!
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Getting “Array” for form checkboxesThis is fixed in the latest Premium version. But we’re not allowed to support it via these forums. So please contact us at support@wpbookingsystem.com.
Hi there,
This question is not related to the Free version. Could you send us an email at support@wpbookingsystem.com?
We’re not allowed to support the Premium version here 🙂
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Getting “Array” for form checkboxesHi Amit,
What version of the plugin are you using? And is it the Free or Premium version?
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Alignment of month in display is skewCan you add this CSS to your theme?
.wpbs-heading p {
margin-bottom: 0px !important;
}