Important!!! Check actual Support Forum, if you need to ask a Questions.
Hi,
My emails were sending fine and now they have stopped sending? I have checked all the settings and they are set to send emails with correct admin email address. I have also logged in and out several times and no emails.
The only thing I have changed is the parent resource. I changed the name of this resource.
I don't think I can use the server.com as our email account is a yahoo.com email.
What else can you suggest?
Hi,
I use a resource selection form in the WP Booking Calendar Business Large version. The order of the resources in the select menu is by ID. Can this be changed? I like my rooms in alphabetical order instead of this order by ID.
thanks in advance,
Bat
Hello.
The booking resources are sorting by priority.
Please open the Booking > Resources page and set the specific priority to each booking resource.
Thanks for the quick reply.
I tried changing the priority numbers, but it doesn't change a thing. See screenshots: 'Suite: Palace' has priority 11 and is in the first place, 'Charme: Bloesem' has priority 0 and is in the middle... What am I doing wrong?
<img src="https://www.exelmans.be//www/bug-reports/pachthof1.png" />
<img src="https://www.exelmans.be//www/bug-reports/pachthof2.png" />
Yes, you are right. For fixing of that issue you are need to make this fix:
Please open this file ../booking/inc/persoanl.php
find this code:
// Select the booking resources
if ( ! empty($my_boook_type) ) $where = ' WHERE booking_type_id IN ('.$my_boook_type.') ' ;
else $where = ' ';
$types_list = $wpdb->get_results( "SELECT booking_type_id as id, title FROM ".$wpdb->prefix ."bookingtypes" . $where );
and replace it to this code:
if ( ! empty($my_boook_type) ) $where = ' WHERE booking_type_id IN ('.$my_boook_type.') ' ;
else $where = ' ';
$or_sort = 'title_asc';
if ( class_exists('wpdev_bk_biz_l')) $or_sort = 'prioritet';
if (strpos($or_sort, '_asc') !== false) { // Order
$or_sort = str_replace('_asc', '', $or_sort);
$sql_order = " ORDER BY " .$or_sort ." ASC ";
} else $sql_order = " ORDER BY " .$or_sort ." DESC ";
$types_list = $wpdb->get_results( "SELECT booking_type_id as id, title FROM ".$wpdb->prefix ."bookingtypes" . $where . $sql_order);
Thanks, works as a charm! What happens when you guys update the plugin? This will get overwritten, right?
This fix will be exist in the next major update 4.2, but in some minor updates , like 4.1.4 its not exist.
I would like to have just one month show and have the customer be able to switch between months. I currently have the booking calendar used only as a widget.
Hello.
If you are activated the Booking Calendar widget at the WordPress > Appearance > Widget menu and want to show in sidebar only 1 month of calendar,
so please open this page WordPress > Appearance > Widget, expand the Booking Calendar widget settings and set there showing of the 1 month.
(Also please check this info for the insertion of the booking shortcodes into the content of the post or page https://wpbookingcalendar.com/help/inserting-booking-form/ )
Please check also how many months to scroll in calendar you are set at the General Booking Settings page.
I have set the "Default calendar view mode:" to "3 months", however something is wrong, I keep getting 3 months in a row, then one, then again 3.
Is this plugin compatible with Sky theme from Elegant Themes?
I'm testing this plugin for a customer to eventually upgrade but the calendar is not loading on pages. I know the Sky theme uses Ajax, is this the reason why the calendar is not loading? Is there a way to make this work?
Hello.
Yes, its seems that the reason of that issue is because of ajax loading of the page. The calendar in the booking form is loading after document ready event (by the execution this code "jQuery(document).ready( function(){" ). And its seems that this event is generated before the page is loaded the ajax content of page with booking form. You can try to manually somehow regenerate this event using the JavaScript. Or you can set that page with booking form not using the Ajax loading, so in this case you are need to contact the developer of your theme.
Kind regards.
Hi,
I am using the Business Large version and I read how to set up booking resources several times (https://wpbookingcalendar.com/help/booking-resource/).
My objective is to have a resource that can be booked several times for the same day(s) by different guests.
I set up a parent resource with 8 child resources. The capacity is therefore 9. Because someone could book all 9 'seats' in this resource I set the maximum number of visitors is also 9.
The problem is that for every reservation the capacity is only reduced by now independently of the number of visitors. In addition the calendar does not show that there are partial bookings even though I activated this option in the settings.
What am I doing wrong?
Best regards
Markus
Hello.
You are need to set the number of maximum visitors as 1 for the parent resources at the Booking > Resources page.
Also please note, the parially booked icon in the legend bellow the calendar is belong only the dates, what are booked for the specific time slots, and not belong to the dates with specific availability. You can check the availability for these dates in mouseover tooltip, which you can activate at the General Booking Settings page.
I will try to explain how the system with capacity setting is works, as detail as possible
1) firstly you are need to create the booking resource "test" at the Booking > Resources page.
2) then you are need to create the 2 child resources (during creation of the child resource, you are need to set the parent field as "test" resource) : "test1" and "test2",
So you will have the booking resources structure like this:
test
- test1
- test2
Because you are have 2 child resources and parent resource "test", together it's generate the capacity of the parent resource "test", which is equal to 3 in our example.
3) Now, by default the maximum number of visitors, which is allowed per resource is 1. So we will change it to 2. It's mean that per each resource (apartment), can be maximum 2 visitors.
In other words we are have 3 apartment, and each apartment can have maximum 2 visitors per apartment.
4)
Now important options at the general booking settings page:
Visitors number apply to capacity: Check this checkbox if you want that availability of the day (capacity) depends from number of selected visitors [visitors]
Show at tooltip on calendar availability based on free booking resource items.
Check maximum support of visitors at one booking resource with selected number of visitors from booking form:
Show at tooltip on calendar availability based on summ number of visitors, which can be at free booking resource items.
Check maximum support of visitors at all booking resources with selected number of visitors from booking form:
A) If you are do not activate the "Visitors number apply to capacity" so then, during reservation process you will book only ONE available booking resource, do not depend from the any number of visitors selections in the "visitors" select box. So it's mean if you are select 1 or 2 or 5 visitors in the select box at the booking form, you will reserve only one booking resource (firstly its will be parent resource "test", during the next new (second) reservation it's will be child resource "test 1" and during third reservation you will reserve "test 2" booking resource.
So if the "Visitors number apply to capacity" is not checked, the availability for the specific date will be 3 (based on capacity only) and during reservation process the selection number of visitors will not impact to the Availability and just will be saved as a any other field.
B) If you will set checked the "Visitors number apply to capacity" option and activate first radio button in sub settings:
Show at tooltip on calendar availability based on free booking resource items.
Check maximum support of visitors at one booking resource with selected number of visitors from booking form:
so then the Availability in the mouse over tooltip will be based on the capacity of the booking resource. So it's mean that for the free dates the availability will be show as 3, as in our previous example.
But during reservation process, you can not select more than 2 visitors in the select box. Because each booking resource, is support only 2 visitors per resource.
In other words, during reservation process you can reserve only 1 booking resource during one reservation, but the system is also check that the number of visitors, which you are selected in the booking form have to be not more then maximum number of visitors, which you are set at the Booking > Resource page. The availability in mouse over tooltip will be based on the capacity and in out example will be show as 3
C) and now last variant if you are selected the bottom radios button option:
"Show at tooltip on calendar availability based on sum number of visitors, which can be at free booking resource items.
Check maximum support of visitors at all booking resources with selected number of visitors from booking form"
So it's mean that availability over the specific date will be based on the capacity and number of maximum visitors per resource. In our example it's will be show as 6 ( 3*2=6).
During reservation process the system can book several booking resources, it's will calculate the visitors, which you are select in the booking form for the each booking resource (parent or child) and number of visitors per this resource.
So for example if you are select 3 visitors in the booking form. It's will reserve 2 booking resources. Because first resource is support 2 visitors and second is support also 2 but we are have only 1 (3-2=1), in other words one bed will be free in the second resource.
So hope it's clear now.
Thank you, it is clear now with regards to the resources. However, the partially booked icon I still do not get it. In all scenarios I tested I have actually never seen this icon. In the example you gave (bottom radio button selected, someone selects 3 visitors in the booking from) I was expecting to see this icon because one bed is free in the second resource.
Hello.
please note, the parially booked icon is relative to the dates, what are booked for the specific time slots, and not belong to the dates with specific availability. Do you can deactivate of showing that legend icon at the general booking settings page.
You can check the availability (number of available slots per day) for the dates in mouseover tooltip, which you can activate at the General Booking Settings page.
Hello,
Seems that I have a conflict with the WordPress Theme that I'm using.
When visiting the booking page I can see the form but the calendar selector doesn't work it displays "Calendar is loading…"
I have activate the default WordPress Theme and it displays well, so it makes me think that is a Theme conflict.
When looking in the Javascript console I get this: Failed to load resource: the server responded with a status of 400 (Bad Request) https://fonts.googleapis.com/css?family=:regular,bold Uncaught SyntaxError: Unexpected token < ?page_id=20&lang=es:572 Failed to load resource: the server responded with a status of 401 (Unauthorized) https://api.twitter.com/1/statuses/user_timeline/.json?callback=twitterCallback2&count=3&include_rts=true Uncaught TypeError: Object [object Object] has no method 'setMask' personal.js:4 Uncaught TypeError: Object function (e,t){return new v.fn.init(e,t,n)} has no method 'cookie' hello.js:6 Uncaught TypeError: Cannot read property '0' of null Can you help me with this? Thanks in advance!
Salutations,
Gonzalo
Hello.
Yes, the reason why you are no see the calendar at the page is because you are have that JavaScript error in your theme.
The Booking Calendar is require no any JavaScript errors at the page, otherwise its will not load.
So for fixing of that issue, please contact the developer of that theme how to disable the loading of those fonts and how to fix issue with the twitter API.
After you are fixing those errors, you will have the loaded calendar at the page.
Hello.
You are have 2 JavaScript errors at the page:
Error: TypeError: jQuery(...).setMask is not a function
Source: https://livingalicante.com/wp-content/plugins/booking.bs.4.1.4/inc/js/personal.js
Line: 4
and
Error: TypeError: $.cookie is not a function
Source: https://livingalicante.com/wp-content/themes/Profolio/profolio/js/hello.js
Line: 6
I can suggest that first JavaScript error is because you are loading the jQuery library twice.
Firstly its loaded at the header:
<script type='text/javascript' src='https://livingalicante.com/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>
and its good, because after this the different jQuery variables are initialized. The "setMask" jQuery function is also declared after this.
But then at the bottom of the page you are loading the jQuery again. And this is override the previous declared jQuery variables and functions:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
And all previously declared variables become undefined.
New version lokos great.
Just a quick point on your new Calendar Overview though. For bookings by the hour, the calendar displays an extra hour booked. So, if we have a booking at 10:00 for 1 hour, the calendar will display that booking from 10:00 to 12:00.
Cheers
Tristan
Hello.
Yes, thank you for the notification. We will fix it in future updates.
Hello,
it is possible to have like an advanced search engine. For exemple, I enter my arrival and departure date with number of guest and a list of room is selected depending on their availability.
It will be awesome to have this kind of feature.
Thank you. Elodie.
Hello.
The possibility to search availability is available at the Business Large and MultiUser versions. At these versions you can configure the search forms at the Booking > Settings > Search page. Here is example how the search form is look like: https://bl.wpbookingcalendar.com/search/
Here is direct link to the search form customization.
Hi there,
I have been using your free version of booking calendar for sometime now. I have it on every page as a widget however the details box overlaps my border. How can I change the size spec of this? Thanks so much for your help in advance.
Here's a link to my site so you can see what I mean. https://www.englandculturalhomestay.com/
All the best
Charlie
Hello.
Please open this file: https://main.englandculturalh.netdna-cdn.com/wp-content/plugins/booking/css/client.css
on line 14
Find this code:
.booking_form_div textarea, .booking_form_div input, .booking_form_div select, .booking_SagePayForm input {
border-color: #DFDFDF;
}
and replace it to this code:
.booking_form_div textarea, .booking_form_div input, .booking_form_div select, .booking_SagePayForm input {
border-color: #DFDFDF;
width: 180px;
}
Thanks I tried that. It now shows fine in IE but in google the overlapping is still there. Any suggestions? Thanks so much.
Hi there, I've tried your suggestion but nothing has changed despite me adding the width to line 14. Any other suggestions? Thanks so much.
Hello.
Can you try to clear the browser cache and test it again?
Regards.
Yes I've cleared the cache but still the problem persists.
I was checked your site here https://www.englandculturalhomestay.com/ and its seems that the width of the text fields are fine now.
What type of overlapping you are mean ? Can you send the screenshot of this issue to support @ wpbookingcalendar.com
Hi,
My emails were sending fine and now they have stopped sending? I have checked all the settings and they are set to send emails with correct admin email address. I have also logged in and out several times and no emails.
The only thing I have changed is the parent resource. I changed the name of this resource.
I don't think I can use the server.com as our email account is a yahoo.com email.
What else can you suggest?
Hello.
Please recheck these troubleshooting instruction: https://wpbookingcalendar.com/faq/do-not-get-emails/
Please check all points from that instruction.
Hi,
I use a resource selection form in the WP Booking Calendar Business Large version. The order of the resources in the select menu is by ID. Can this be changed? I like my rooms in alphabetical order instead of this order by ID.
thanks in advance,
Bat
Hello.
The booking resources are sorting by priority.
Please open the Booking > Resources page and set the specific priority to each booking resource.
Thanks for the quick reply.
I tried changing the priority numbers, but it doesn't change a thing. See screenshots: 'Suite: Palace' has priority 11 and is in the first place, 'Charme: Bloesem' has priority 0 and is in the middle... What am I doing wrong?
<img src="https://www.exelmans.be//www/bug-reports/pachthof1.png" />
<img src="https://www.exelmans.be//www/bug-reports/pachthof2.png" />
I posted wrong screenshot links:
https://www.exelmans.be/bug-reports/pachthof1.png
https://www.exelmans.be/bug-reports/pachthof1.png
Yes, you are right. For fixing of that issue you are need to make this fix:
Please open this file ../booking/inc/persoanl.php
find this code:
// Select the booking resources if ( ! empty($my_boook_type) ) $where = ' WHERE booking_type_id IN ('.$my_boook_type.') ' ; else $where = ' '; $types_list = $wpdb->get_results( "SELECT booking_type_id as id, title FROM ".$wpdb->prefix ."bookingtypes" . $where );
and replace it to this code:
if ( ! empty($my_boook_type) ) $where = ' WHERE booking_type_id IN ('.$my_boook_type.') ' ; else $where = ' '; $or_sort = 'title_asc'; if ( class_exists('wpdev_bk_biz_l')) $or_sort = 'prioritet'; if (strpos($or_sort, '_asc') !== false) { // Order $or_sort = str_replace('_asc', '', $or_sort); $sql_order = " ORDER BY " .$or_sort ." ASC "; } else $sql_order = " ORDER BY " .$or_sort ." DESC "; $types_list = $wpdb->get_results( "SELECT booking_type_id as id, title FROM ".$wpdb->prefix ."bookingtypes" . $where . $sql_order);
Thanks, works as a charm! What happens when you guys update the plugin? This will get overwritten, right?
This fix will be exist in the next major update 4.2, but in some minor updates , like 4.1.4 its not exist.
I would like to have just one month show and have the customer be able to switch between months. I currently have the booking calendar used only as a widget.
This is what I am going for:
https://www.michaelliam.com/496859/check-availability/
Hello.
If you are activated the Booking Calendar widget at the WordPress > Appearance > Widget menu and want to show in sidebar only 1 month of calendar,
so please open this page WordPress > Appearance > Widget, expand the Booking Calendar widget settings and set there showing of the 1 month.
(Also please check this info for the insertion of the booking shortcodes into the content of the post or page https://wpbookingcalendar.com/help/inserting-booking-form/ )
Please check also how many months to scroll in calendar you are set at the General Booking Settings page.
I have set the "Default calendar view mode:" to "3 months", however something is wrong, I keep getting 3 months in a row, then one, then again 3.
https://www.sauerlandwillingen.com/reserveren/
Must be something in CSS, but I can't find it. I would be very grateful if someone sheds a light on this.
Hello.
This issue is because of the CSS conflict.
Please make this small fix.
Please open this file:
https://www.sauerlandwillingen.com/wp-content/plugins/booking/css/skins/traditional.css
on line: 37
find this code:
.datepick-one-month { float: left; }
and replace it to this code:
.datepick-one-month { float: left; height: 320px; }
Is this plugin compatible with Sky theme from Elegant Themes?
I'm testing this plugin for a customer to eventually upgrade but the calendar is not loading on pages. I know the Sky theme uses Ajax, is this the reason why the calendar is not loading? Is there a way to make this work?
Please check here: https://donjuanbeachresort.com/#!/en/booking/
Hello.
Yes, its seems that the reason of that issue is because of ajax loading of the page. The calendar in the booking form is loading after document ready event (by the execution this code "jQuery(document).ready( function(){" ). And its seems that this event is generated before the page is loaded the ajax content of page with booking form. You can try to manually somehow regenerate this event using the JavaScript. Or you can set that page with booking form not using the Ajax loading, so in this case you are need to contact the developer of your theme.
Kind regards.
Hi,
I am using the Business Large version and I read how to set up booking resources several times (https://wpbookingcalendar.com/help/booking-resource/).
My objective is to have a resource that can be booked several times for the same day(s) by different guests.
I set up a parent resource with 8 child resources. The capacity is therefore 9. Because someone could book all 9 'seats' in this resource I set the maximum number of visitors is also 9.
The problem is that for every reservation the capacity is only reduced by now independently of the number of visitors. In addition the calendar does not show that there are partial bookings even though I activated this option in the settings.
What am I doing wrong?
Best regards
Markus
Hello.
You are need to set the number of maximum visitors as 1 for the parent resources at the Booking > Resources page.
Also please note, the parially booked icon in the legend bellow the calendar is belong only the dates, what are booked for the specific time slots, and not belong to the dates with specific availability. You can check the availability for these dates in mouseover tooltip, which you can activate at the General Booking Settings page.
I will try to explain how the system with capacity setting is works, as detail as possible
1) firstly you are need to create the booking resource "test" at the Booking > Resources page.
2) then you are need to create the 2 child resources (during creation of the child resource, you are need to set the parent field as "test" resource) : "test1" and "test2",
So you will have the booking resources structure like this:
test
- test1
- test2
Because you are have 2 child resources and parent resource "test", together it's generate the capacity of the parent resource "test", which is equal to 3 in our example.
3) Now, by default the maximum number of visitors, which is allowed per resource is 1. So we will change it to 2. It's mean that per each resource (apartment), can be maximum 2 visitors.
So we will have the structure like this:
test. |. Max visitors = 2 |. capacity = 3
- test1
- test2
In other words we are have 3 apartment, and each apartment can have maximum 2 visitors per apartment.
4)
Now important options at the general booking settings page:
Visitors number apply to capacity: Check this checkbox if you want that availability of the day (capacity) depends from number of selected visitors [visitors]
Show at tooltip on calendar availability based on free booking resource items.
Check maximum support of visitors at one booking resource with selected number of visitors from booking form:
Show at tooltip on calendar availability based on summ number of visitors, which can be at free booking resource items.
Check maximum support of visitors at all booking resources with selected number of visitors from booking form:
A) If you are do not activate the "Visitors number apply to capacity" so then, during reservation process you will book only ONE available booking resource, do not depend from the any number of visitors selections in the "visitors" select box. So it's mean if you are select 1 or 2 or 5 visitors in the select box at the booking form, you will reserve only one booking resource (firstly its will be parent resource "test", during the next new (second) reservation it's will be child resource "test 1" and during third reservation you will reserve "test 2" booking resource.
So if the "Visitors number apply to capacity" is not checked, the availability for the specific date will be 3 (based on capacity only) and during reservation process the selection number of visitors will not impact to the Availability and just will be saved as a any other field.
B) If you will set checked the "Visitors number apply to capacity" option and activate first radio button in sub settings:
Show at tooltip on calendar availability based on free booking resource items.
Check maximum support of visitors at one booking resource with selected number of visitors from booking form:
so then the Availability in the mouse over tooltip will be based on the capacity of the booking resource. So it's mean that for the free dates the availability will be show as 3, as in our previous example.
But during reservation process, you can not select more than 2 visitors in the select box. Because each booking resource, is support only 2 visitors per resource.
In other words, during reservation process you can reserve only 1 booking resource during one reservation, but the system is also check that the number of visitors, which you are selected in the booking form have to be not more then maximum number of visitors, which you are set at the Booking > Resource page. The availability in mouse over tooltip will be based on the capacity and in out example will be show as 3
C) and now last variant if you are selected the bottom radios button option:
"Show at tooltip on calendar availability based on sum number of visitors, which can be at free booking resource items.
Check maximum support of visitors at all booking resources with selected number of visitors from booking form"
So it's mean that availability over the specific date will be based on the capacity and number of maximum visitors per resource. In our example it's will be show as 6 ( 3*2=6).
During reservation process the system can book several booking resources, it's will calculate the visitors, which you are select in the booking form for the each booking resource (parent or child) and number of visitors per this resource.
So for example if you are select 3 visitors in the booking form. It's will reserve 2 booking resources. Because first resource is support 2 visitors and second is support also 2 but we are have only 1 (3-2=1), in other words one bed will be free in the second resource.
So hope it's clear now.
Thank you, it is clear now with regards to the resources. However, the partially booked icon I still do not get it. In all scenarios I tested I have actually never seen this icon. In the example you gave (bottom radio button selected, someone selects 3 visitors in the booking from) I was expecting to see this icon because one bed is free in the second resource.
Hello.
please note, the parially booked icon is relative to the dates, what are booked for the specific time slots, and not belong to the dates with specific availability. Do you can deactivate of showing that legend icon at the general booking settings page.
You can check the availability (number of available slots per day) for the dates in mouseover tooltip, which you can activate at the General Booking Settings page.
Hello,
Seems that I have a conflict with the WordPress Theme that I'm using.
When visiting the booking page I can see the form but the calendar selector doesn't work it displays "Calendar is loading…"
I have activate the default WordPress Theme and it displays well, so it makes me think that is a Theme conflict.
When looking in the Javascript console I get this:
Failed to load resource: the server responded with a status of 400 (Bad Request) https://fonts.googleapis.com/css?family=:regular,bold
Uncaught SyntaxError: Unexpected token < ?page_id=20&lang=es:572
Failed to load resource: the server responded with a status of 401 (Unauthorized) https://api.twitter.com/1/statuses/user_timeline/.json?callback=twitterCallback2&count=3&include_rts=true
Uncaught TypeError: Object [object Object] has no method 'setMask' personal.js:4
Uncaught TypeError: Object function (e,t){return new v.fn.init(e,t,n)} has no method 'cookie' hello.js:6
Uncaught TypeError: Cannot read property '0' of null
Can you help me with this? Thanks in advance!
Salutations,
Gonzalo
Hello.
Yes, the reason why you are no see the calendar at the page is because you are have that JavaScript error in your theme.
The Booking Calendar is require no any JavaScript errors at the page, otherwise its will not load.
So for fixing of that issue, please contact the developer of that theme how to disable the loading of those fonts and how to fix issue with the twitter API.
After you are fixing those errors, you will have the loaded calendar at the page.
To be more precise, here is the problem:
https://livingalicante.com/?page_id=20&lang=es
Pw:1234
Hello.
You are have 2 JavaScript errors at the page:
Error: TypeError: jQuery(...).setMask is not a function Source: https://livingalicante.com/wp-content/plugins/booking.bs.4.1.4/inc/js/personal.js Line: 4
and
Error: TypeError: $.cookie is not a function Source: https://livingalicante.com/wp-content/themes/Profolio/profolio/js/hello.js Line: 6
I can suggest that first JavaScript error is because you are loading the jQuery library twice.
Firstly its loaded at the header:
<script type='text/javascript' src='https://livingalicante.com/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>
and its good, because after this the different jQuery variables are initialized. The "setMask" jQuery function is also declared after this.
But then at the bottom of the page you are loading the jQuery again. And this is override the previous declared jQuery variables and functions:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
And all previously declared variables become undefined.
Please read more here: https://wpbookingcalendar.com/faq/loading-jquery-twice/
Ok Working in fix it.
Thanks for your quicjk answer.
New version lokos great.
Just a quick point on your new Calendar Overview though. For bookings by the hour, the calendar displays an extra hour booked. So, if we have a booking at 10:00 for 1 hour, the calendar will display that booking from 10:00 to 12:00.
Cheers
Tristan
Hello.
Yes, thank you for the notification. We will fix it in future updates.
Hello,
it is possible to have like an advanced search engine. For exemple, I enter my arrival and departure date with number of guest and a list of room is selected depending on their availability.
It will be awesome to have this kind of feature.
Thank you. Elodie.
Hello.
The possibility to search availability is available at the Business Large and MultiUser versions. At these versions you can configure the search forms at the Booking > Settings > Search page. Here is example how the search form is look like: https://bl.wpbookingcalendar.com/search/
Here is direct link to the search form customization.
Please read the Booking Calendar version overview here: https://wpbookingcalendar.com/help/versions-overview/
Hi there,
I have been using your free version of booking calendar for sometime now. I have it on every page as a widget however the details box overlaps my border. How can I change the size spec of this? Thanks so much for your help in advance.
Here's a link to my site so you can see what I mean. https://www.englandculturalhomestay.com/
All the best
Charlie
Hello.
Please open this file: https://main.englandculturalh.netdna-cdn.com/wp-content/plugins/booking/css/client.css
on line 14
Find this code:
.booking_form_div textarea, .booking_form_div input, .booking_form_div select, .booking_SagePayForm input { border-color: #DFDFDF; }
and replace it to this code:
.booking_form_div textarea, .booking_form_div input, .booking_form_div select, .booking_SagePayForm input { border-color: #DFDFDF; width: 180px; }
Thanks I tried that. It now shows fine in IE but in google the overlapping is still there. Any suggestions? Thanks so much.
Hi there, I've tried your suggestion but nothing has changed despite me adding the width to line 14. Any other suggestions? Thanks so much.
Hello.
Can you try to clear the browser cache and test it again?
Regards.
Yes I've cleared the cache but still the problem persists.
I was checked your site here https://www.englandculturalhomestay.com/ and its seems that the width of the text fields are fine now.
What type of overlapping you are mean ? Can you send the screenshot of this issue to support @ wpbookingcalendar.com
I'll send the screenshot now. Thanks.