Important!!! Check actual Support Forum, if you need to ask a Questions.
Dear support,
How I can change the list height of the timeslot in calendar form?
Best Regards
Hello.
Sorry, I do not sure that clearly understand this. Do you need to change the height of the select list element in the booking form for the timeslots selections, or you need to change the height of the (mouse over) tooltip, which is showing booked timeslots for the specific timeslots. If lats one that its have to chnage the height automatically based on the number of booked timeslots.
Otherwise please send the link to the page with that booking form.
Kind Regards.
The first one. I need to change the height of the select list element in the booking form for the timeslots selections.
Thanks in advance,
I need bigger list of time slots in order to show all the time slots. we don't want to use the scroll bar to see the rest of the times.
Thanks in advance
Hello.
You can only do this in Javascript/JQuery, you can do it with the following JQuery:
jQuery(function () {
jQuery(".wpdevbk select[multiple]").css("height", parseInt($(".wpdevbk select[multiple] option").length) * 20);
});
Demo: https://jsfiddle.net/AZEFU/
You need to use this JavaScript at the end of that file. In the previous code was a little mistake, so please use this code:
jQuery(document).ready( function(){
jQuery(".wpdevbk select[multiple]").css("height", parseInt(jQuery(".wpdevbk select[multiple] option").length) * 20);
});
I deleted this part of code because the site wasn't working properly.
I have added again the new part of code as you suggest, and the text size still the same.
I have also delete the cache.
Could you please check it?
Best Regards,
Hello.
Its seems that previous CSS was overridden by some other CSS of your theme.
Please use instead of the previous code, this code.
jQuery(document).ready( function(){
jQuery(".wpdevbk select[multiple]").attr('style', 'height:' + ( parseInt(jQuery(".wpdevbk select[multiple] option").length) * 21 ) + 'px !important' );
});
That's great.
Now working as we want.
The problem now is the image background. Can we change it?
I've been reviewing WP Booking calendars. While this one has all the functionality we are looking for it does not generate an invite so the Booking can be added to a calendar.
I see several people are asking for this functionality. Do you have a date when it may be completed?
We would like our booking to be sent as an invite or, at the very least include ical, ics, etc file that is sent with the booking approvals. Looking forward to your response.
Thanks
Hello.
The sync functionality with the Google Calendar have the high priority in our TODO list and have to be available in some close MAIN updates. Unfotunately, I can not say about the exact date of this update.
What exactly you was meaning by the "generation invite" ?
Kind Regards.
Dear support,
I’m using the calendar with time slots.
I would like to ask you how we can change the color of the cell.
I’m talking about the status of the day. Right now, the calendar has 3 status.
Status 1: no time booking exist. The cell is green.
Status2: there is only one time booking. The cell is red with icon clock. It means on this specific day there are available times.
Status3: all available time slots are booking. The cell is red and the visitor cannot click on it.
My question is: Can I change the color on status 2 instead of red? We have to change this color on this status because the visitor is confused when they are seeing the red color and they think this day is already booked.
Hello.
1) Please check here: https://wpbookingcalendar.com/faq/change-skin-and-colors/
2) The color of the day is only meaning about the status of the booking is it approved or pending. If you are having the "clock icon" at the day then its means that the date is partially booked" or if you do not have the "clock" icon then the date fully booked and this date is not available for the selection.
3) ok.
Now about your question.
You can do not approve the bookings, so its always will have the pending status and in calendar you will not see booked (red) status.
Or you will be need to make customization in the CSS skin of calendar, and for the dates like this define other color. Example:
Thanks. This works. Status 2 have new color now, but change also the color for status3. Can I have 2 difference colors for status 2 and 3.
Thanks in advance
Please send the link to that page.
Link: https://brainteaser.gr/casinoescape-booking-gr/
Day 7-2-2015 is full booked. The color is green (Wrong. It should be be red). Day 8-2-2015 is green with clock (Good. Because only one hour is booked).
You are the best.
Thank you very much.
Best Regards
Dear Support,
Can we show the count of the available time slots in cell instead of total price?
Thanks in advance
Hello.
Sorry, its does not possible.
Kind Regards.
EMail -> New for Visitor - OK
EMail -> Modified - OK
Email -> Payment request - OK
Email -> New for Admin - OK
Email -> Approved - NOT OK !!!!!!!
Hello.
Please recheck that you correctly configured this email template and "from email" field of this email template at the Booking > Settings > Emsiks page.
Because plugin is sending all these email tempkates in the same way.
Kind regards.
I can not find anything wrong. All emails are sent.
Email after booking not send !
Previously ok.
Please Help
Hello.
1) Did you activated (set checked checkbox) for these email templates about the new bookings ?
2) Did you checked SPAM folder about these new bookings ?
3) Also please check your mail log at the server for rechecking if these emails was sending or not.
If you still will have this issue, please send screenshots of the each email templates from the Booking > Settings > Emails page to the support @ wpbookingcalendar.com
Kind Regards.
Can I create a maximum bookings per day? We need to allow for a maximum of three bookings for any given trip.
Hello.
If you need to make the specific number of bookings per days, then you need to check the Booking Calendar Business Large version, where is possible to make several reservations per specific FULL date(s) by visitors (not time slots). At this version is possible to set capacity of the booking resource, so date(s) in calendar will be available until number of reservations is less then capacity of the booking resource.But in this version is possible to make reservation only for FULL date, not a time slots (time slots in this version only record data in the DB, but do not play any logic in reservation).
Please read more info about the booking resources and how to configure them here https://wpbookingcalendar.com/help/booking-resource/
You can check overview of different Booking Calendar versions at this page: https://wpbookingcalendar.com/overview/
I'm using free version of this amazing product. I have a short question. My website has five different languages, is it possible to translate fields name, last name, availability on calendar and other fields? I have WPML installed on my WP.
Here is the link https://villa-lostura.com/noviweb/rezervacije/
Thanks for the answer. But, I don't have any fields where I can put code [lang=LOCALE]. In settings on fields I have only this: https://i61.tinypic.com/aw8i6a.png
Hello.
You can use that format for default and translated text directly in the "form fields labeles".
For example:
Oznaka polja #1:
Name[lang=pl_PL]Nazwa
Thanks! You are amazing, perfect and incredibly fast! Just two more short questions. The same way is for translating email fields I suppose? And, where can I translate availability text under the main calendar?
Thanks one more time!
Hello.
1) yes, about the emails.
2) at the General booking settings page at calendar section.
Thank you, I figured out!
I must say, this is absolutely best support I ever had! Congrats!
Is there a way to make the 'Show availability in tooltip' option work when viewed on a smartphone or tablet. The hover info doesn't appear.
Hello.
This showing tooltip of availability over specific days, unfortunately is not working for all mobile devices in actual versions. We will fix this issue in a future updates.
Kind regards.
Hi,
I bought small business version.
I want to change the timezone to IST. When I search the bookings for today they show up for yesterday(Today according to US time)
Due to this managing bookings becoming a tedious job.
Please help me to fix this.
Hello.
You can change the timezone for the bookings at the WordPress > Settings > General page. Booking calendar is using the General timezone, that you set in wordpresd settings.
Also please try to make search at the Booking Listing page by using the check in and check out dates, not just simple today date.
Kind regards.
Thanks for your on time reply.
We are using the plugin to accept bookings for many taxis that we own. We have to change the resources many a time depending on availability. Checkin and checkout times will vary from one hour to 12 haours(so we cannot use this option to search our bookings).
We want to figure how to search all bookings which have checkin time greater than time of search. We tried multiple scenarios of searching but went in vain.
Please advise in this.
Hello.
Please try to make this fix (for the searching at the Booking Listing page, when you are selecting "Today" value at the "Dates Filter parameter" at filters tab).
Please open this file ../{Booking Calendar Folder}/lib/wpdev-bk-lib.php
then find this code:
} else if ($wh_booking_date === '1') { // Today
$sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL 1 DAY ) ) ".$and_suf ;
$sql_where .= $and_pre."( ".$pref."booking_date >= ( CURDATE() - INTERVAL 1 DAY ) ) ".$and_suf ;
and replace it to this code:
} else if ($wh_booking_date === '1') { // Today
$sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL 1 DAY ) ) ".$and_suf ;
$sql_where .= $and_pre."( ".$pref."booking_date >= ( CURDATE() ) ) ".$and_suf ;
Then test it.
If you still will have some issues, try to make changes to this code:
} else if ($wh_booking_date === '1') { // Today
$sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL 1 DAY ) ) ".$and_suf ;
$sql_where .= $and_pre."( ".$pref."booking_date >= ( NOW() ) ) ".$and_suf ;
But its means that your server (not website), have to have the correct time settings, relative to your timezone.
Kind Regards.
********************************
Hello I am a small business user.
I want to know if its possible to enter a half day reservation.
In our specific case, people return a vehicle in the morning and a new customer can take it at the afternoon. Is it possible to add a feature that shows a half day availability?
Dear support,
How I can change the list height of the timeslot in calendar form?
Best Regards
Hello.
Sorry, I do not sure that clearly understand this. Do you need to change the height of the select list element in the booking form for the timeslots selections, or you need to change the height of the (mouse over) tooltip, which is showing booked timeslots for the specific timeslots. If lats one that its have to chnage the height automatically based on the number of booked timeslots.
Otherwise please send the link to the page with that booking form.
Kind Regards.
The first one. I need to change the height of the select list element in the booking form for the timeslots selections.
Thanks in advance,
Hello.
Please send the link to that page.
https://brainteaser.gr/casinoescape-booking-gr/
I need bigger list of time slots in order to show all the time slots. we don't want to use the scroll bar to see the rest of the times.
Thanks in advance
Hello.
You can only do this in Javascript/JQuery, you can do it with the following JQuery:
jQuery(function () { jQuery(".wpdevbk select[multiple]").css("height", parseInt($(".wpdevbk select[multiple] option").length) * 20); });
Demo: https://jsfiddle.net/AZEFU/
Thanks. Where can i find this file?
You can add it to the and of this file: https://brainteaser.gr/wp-content/plugins/booking.bl.5.3/js/client.js
like this:
jQuery(document).ready( function(){ jQuery(".wpdevbk select[multiple]").css("height", parseInt($(".wpdevbk select[multiple] option").length) * 20); });
I have added it but doesn't work.
See the link:
https://brainteaser.gr/casinoescape-booking-gr/
Try to clear browser cache and test it again.
Kind regards.
Still not working. Is this the same code? I mean., just copy paste? or I have to change something in your code?
Best Regards,
Hello.
I was checking this file: https://brainteaser.gr/wp-content/plugins/booking.bl.5.3/js/client.js
and do not found that JavaScript in that file. Can you recehck.
You need to use this JavaScript at the end of that file. In the previous code was a little mistake, so please use this code:
jQuery(document).ready( function(){ jQuery(".wpdevbk select[multiple]").css("height", parseInt(jQuery(".wpdevbk select[multiple] option").length) * 20); });
I deleted this part of code because the site wasn't working properly.
I have added again the new part of code as you suggest, and the text size still the same.
I have also delete the cache.
Could you please check it?
Best Regards,
Hello.
Its seems that previous CSS was overridden by some other CSS of your theme.
Please use instead of the previous code, this code.
jQuery(document).ready( function(){ jQuery(".wpdevbk select[multiple]").attr('style', 'height:' + ( parseInt(jQuery(".wpdevbk select[multiple] option").length) * 21 ) + 'px !important' ); });
That's great.
Now working as we want.
The problem now is the image background. Can we change it?
You can see what I mean using the follow link:
https://brainteaser.gr/casinoescape-booking-gr/
Hello.
Please open this file https://brainteaser.gr/wp-content/plugins/booking.bl.5.3/css/client.css
and add to the bottom of that file this code:
.wpdevbk select[multiple], .wpdevbk select[size] { background: none; }
Kind Regards.
Thank you very for your support.
Best Regards,
I've been reviewing WP Booking calendars. While this one has all the functionality we are looking for it does not generate an invite so the Booking can be added to a calendar.
I see several people are asking for this functionality. Do you have a date when it may be completed?
We would like our booking to be sent as an invite or, at the very least include ical, ics, etc file that is sent with the booking approvals. Looking forward to your response.
Thanks
Hello.
The sync functionality with the Google Calendar have the high priority in our TODO list and have to be available in some close MAIN updates. Unfotunately, I can not say about the exact date of this update.
What exactly you was meaning by the "generation invite" ?
Kind Regards.
Dear support,
I’m using the calendar with time slots.
I would like to ask you how we can change the color of the cell.
I’m talking about the status of the day. Right now, the calendar has 3 status.
Status 1: no time booking exist. The cell is green.
Status2: there is only one time booking. The cell is red with icon clock. It means on this specific day there are available times.
Status3: all available time slots are booking. The cell is red and the visitor cannot click on it.
My question is: Can I change the color on status 2 instead of red? We have to change this color on this status because the visitor is confused when they are seeing the red color and they think this day is already booked.
Hello.
1) Please check here: https://wpbookingcalendar.com/faq/change-skin-and-colors/
2) The color of the day is only meaning about the status of the booking is it approved or pending. If you are having the "clock icon" at the day then its means that the date is partially booked" or if you do not have the "clock" icon then the date fully booked and this date is not available for the selection.
3) ok.
Now about your question.
You can do not approve the bookings, so its always will have the pending status and in calendar you will not see booked (red) status.
Or you will be need to make customization in the CSS skin of calendar, and for the dates like this define other color. Example:
.datepick-inline .timespartly.date_approved {
background-color: #98a;
}
Thanks. This works. Status 2 have new color now, but change also the color for status3. Can I have 2 difference colors for status 2 and 3.
Thanks in advance
Please send the link to that page.
Link: https://brainteaser.gr/casinoescape-booking-gr/
Day 7-2-2015 is full booked. The color is green (Wrong. It should be be red). Day 8-2-2015 is green with clock (Good. Because only one hour is booked).
Hello.
Please open this file https://brainteaser.gr/wp-content/plugins/booking.bl.5.3/css/skins/traditional-light.css
and add to the bottom of that file this code:
.datepick-inline .timespartly.date_approved { background-color: #4ec447; } .datepick-inline .date_approved { background-color: #a22; }
You are the best.
Thank you very much.
Best Regards
Dear Support,
Can we show the count of the available time slots in cell instead of total price?
Thanks in advance
Hello.
Sorry, its does not possible.
Kind Regards.
EMail -> New for Visitor - OK
EMail -> Modified - OK
Email -> Payment request - OK
Email -> New for Admin - OK
Email -> Approved - NOT OK !!!!!!!
Hello.
Please recheck that you correctly configured this email template and "from email" field of this email template at the Booking > Settings > Emsiks page.
Because plugin is sending all these email tempkates in the same way.
Kind regards.
I can not find anything wrong. All emails are sent.
Email after booking not send !
Previously ok.
Please Help
Hello.
1) Did you activated (set checked checkbox) for these email templates about the new bookings ?
2) Did you checked SPAM folder about these new bookings ?
3) Also please check your mail log at the server for rechecking if these emails was sending or not.
If you still will have this issue, please send screenshots of the each email templates from the Booking > Settings > Emails page to the support @ wpbookingcalendar.com
Kind Regards.
Can I create a maximum bookings per day? We need to allow for a maximum of three bookings for any given trip.
Hello.
If you need to make the specific number of bookings per days, then you need to check the Booking Calendar Business Large version, where is possible to make several reservations per specific FULL date(s) by visitors (not time slots). At this version is possible to set capacity of the booking resource, so date(s) in calendar will be available until number of reservations is less then capacity of the booking resource.But in this version is possible to make reservation only for FULL date, not a time slots (time slots in this version only record data in the DB, but do not play any logic in reservation).
Please read more info about the booking resources and how to configure them here https://wpbookingcalendar.com/help/booking-resource/
You can check overview of different Booking Calendar versions at this page: https://wpbookingcalendar.com/overview/
Also you can test live demos https://wpbookingcalendar.com/demo/ to be sure in functionality and do not have misunderstanding.
Hello,
I'm using free version of this amazing product. I have a short question. My website has five different languages, is it possible to translate fields name, last name, availability on calendar and other fields? I have WPML installed on my WP.
Here is the link
https://villa-lostura.com/noviweb/rezervacije/
Thanks in advance and best regards
Hello.
Yes, you can configure it by using special shortcode: [lang ... ]. Please read more here: https://wpbookingcalendar.com/faq/several-languages/
Kind Regards.
Thanks for the answer. But, I don't have any fields where I can put code [lang=LOCALE]. In settings on fields I have only this: https://i61.tinypic.com/aw8i6a.png
Hello.
You can use that format for default and translated text directly in the "form fields labeles".
For example:
Oznaka polja #1: Name[lang=pl_PL]Nazwa
Thanks! You are amazing, perfect and incredibly fast! Just two more short questions. The same way is for translating email fields I suppose? And, where can I translate availability text under the main calendar?
Thanks one more time!
Hello.
1) yes, about the emails.
2) at the General booking settings page at calendar section.
Thank you, I figured out!
I must say, this is absolutely best support I ever had! Congrats!
Is there a way to make the 'Show availability in tooltip' option work when viewed on a smartphone or tablet. The hover info doesn't appear.
Hello.
This showing tooltip of availability over specific days, unfortunately is not working for all mobile devices in actual versions. We will fix this issue in a future updates.
Kind regards.
Hi,
I bought small business version.
I want to change the timezone to IST. When I search the bookings for today they show up for yesterday(Today according to US time)
Due to this managing bookings becoming a tedious job.
Please help me to fix this.
Hello.
You can change the timezone for the bookings at the WordPress > Settings > General page. Booking calendar is using the General timezone, that you set in wordpresd settings.
Also please try to make search at the Booking Listing page by using the check in and check out dates, not just simple today date.
Kind regards.
Thanks for your on time reply.
We are using the plugin to accept bookings for many taxis that we own. We have to change the resources many a time depending on availability. Checkin and checkout times will vary from one hour to 12 haours(so we cannot use this option to search our bookings).
We want to figure how to search all bookings which have checkin time greater than time of search. We tried multiple scenarios of searching but went in vain.
Please advise in this.
Hello.
Please try to make this fix (for the searching at the Booking Listing page, when you are selecting "Today" value at the "Dates Filter parameter" at filters tab).
Please open this file ../{Booking Calendar Folder}/lib/wpdev-bk-lib.php
then find this code:
} else if ($wh_booking_date === '1') { // Today $sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL 1 DAY ) ) ".$and_suf ; $sql_where .= $and_pre."( ".$pref."booking_date >= ( CURDATE() - INTERVAL 1 DAY ) ) ".$and_suf ;
and replace it to this code:
} else if ($wh_booking_date === '1') { // Today $sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL 1 DAY ) ) ".$and_suf ; $sql_where .= $and_pre."( ".$pref."booking_date >= ( CURDATE() ) ) ".$and_suf ;
Then test it.
If you still will have some issues, try to make changes to this code:
} else if ($wh_booking_date === '1') { // Today $sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL 1 DAY ) ) ".$and_suf ; $sql_where .= $and_pre."( ".$pref."booking_date >= ( NOW() ) ) ".$and_suf ;
But its means that your server (not website), have to have the correct time settings, relative to your timezone.
Kind Regards.
********************************
Hello I am a small business user.
I want to know if its possible to enter a half day reservation.
In our specific case, people return a vehicle in the morning and a new customer can take it at the afternoon. Is it possible to add a feature that shows a half day availability?
our website http://www.123camperverhuur.nl
Kind regards
Hello.
Yes, its possible. Please read more about it here: https://wpbookingcalendar.com/overview/#change-over-days
Kind Regards.