Important!!! Check actual Support Forum, if you need to ask a Questions.
Whoop I thought this was an email, not a post -- please remove my site url from my previous post!! Thanks
Hi,
I got this issue "Booking resource does not exist. [ID=1]".
after configuring my Business Small SingleSite 8.1.2 booking pluging. I want to include the booking form INTO the listing page NOT IN AN INDIVIDUAL BOOKING PAGE. My template is WP Pro Real Estate 7. Before it was working but since 2 months i have this bug and I can't solve it with the suppont archives available. https://www.caribbeanvillaretreats.com/listings/villa-mediterranea-sea-horse-ranch-cabarete/
I did't introduced "manually" the booking form onthe listings. The booking form plugin is in certain way integrated or inserted in the body of the listing.
And where I insert the calendar is in the single listing configuration for this paid template. I tried to create different resources but it takes always (authomaticly) the RESOURCE ID=1 and I can't change anything niether in the template or in the css editor. Please see images below. Thank you very much
Hello.
You need to check point #4 in this comment, but please read carefully all other points from this comment, to understand how it works.
4) If you already have theme (as in your request) that have some integration of Booking Calendar insertion. Please note, you need to contact support of this theme, about interface how they integrate the Booking Calendar shortcode into own theme.
The most probably you need to give the link to this comment, so they can check about how to insert the Booking Calendar shortcode into PHP code of theme template. Unfortunately, we do not support code from the third-party services, like themes, that have some integration. We can only help if you will have specific questions about some specific issue. But this point is relative to the support of your theme, because its was done such Booking form integration not via standard original Booking Calendar procedure (like in point #2), but manually.
Hi,
Is it possible to disallow end selection date of saturday and sunday?
I can set it on initial selection that they can not select saturday and sunday, however i can not disallow end date on saturday or sunday.
Hello.
You can specify how many days possible to select and because you specify start weekday so then you can specify number of days selection that DOES NOT ending at Saturday day.
Kind Regards.
Do you know if the plugin works with the Elementor page builder ?
When I past the short code, I can't see the calendar.
I have the small business version and want people to be able to book more than 1 resource. It's a small fishing lake and people sometime want to book a place/resource for a friend at the same time as they book. This would be like someone booking two rooms at a hotel for a family for example. It would mean that payment is handled in 1 transaction rather than 2 or more. Can this be done or do they have to make 2 separate bookings?
This is a very small business so I really dont need the large or medium versions, is that my only option?
Hello.
Unfortunately it’s does not possible to make such bookings during one booking process. You will be need to make 2 separate bookings.
We will add this feature to the TODO list for having it in future updates of plugin.
Thank you.
We have been using your bookings plug-in for several years. Suddenly I and my customers are receiving this error message when trying to enter reservations. I have not made any recent changes to passwords. How can I fix this?
Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /home/.../wp-content/plugins/booking.bm.5.0.4/lib/wpdev-booking-functions.php on line 1577
Hello.
It’s seems because of using old versions of Booking Calendar with latest version of WordPress you are having this issue.
I have installed the latest version of Version 9.Business.Small.SingleSite.8.2. I have been using this plugin successfully for almost 3 years. Recently i have been having front end and back end issues. I get spinning cursor on front end when clients try to book on mobile or desktop, I am unable to delete bookings in admin. I get "processing" cursor, no results. I am not getting emails on a regular basis. I am alsp getting "0 error" sometimes. I have deactivated almost all plugins. I am running WP 4.9.6
Hello.
Please recheck for the any cache plugins, like "WP Super Cache" or "W3 Total Cache".
If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).
Also please recheck your error.log in your server configuration, about any relative errors.
If you can not find error.log file, please contact support of your hosting company about helping in finding this file.
Kind Regards.
I already have an exception for this page. Also, I get errors in the admin when adding bookings. Is just never completes the page reload, but it does add the booking. I can not delete any bookings in the admin. Can someone log in to my back end and take a look? I really need this to work - it is the lifeblood of my company. It was working fine for a couple of years.
Hello.
1) How many bookings do you show per page ?
Please open the Booking > Settings General page and try to set lower amount of bookings to show per page, like 10 or 20 bookings.
2) Be sure to use the latest update of Booking Calendar 8.2
You can request the new update of Booking Calendar on this page: https://wpbookingcalendar.com/request-update/
3) Additionally, please set higher time for php script execution at the php.ini file and higher memory usage. Please note, after this you will be need to restart the server. If you have difficulty with this, please contact support of your hosting for helping with this point.
Kind Regards.
1 - Only have 10 per page, but please remember I am having problems on front end and back end.
2 - I am running 8.2
3 - Can set this in .htaccess? if so what should I set at?
Hello.
No, it’s does not possible to increase the time for execution and memory for php scripts in .htaccess files.
It’s possible todo this only in php.ini file in your server configuration.
Please contact support of your hosting for helping with this.
Thank you.
also I always get this in the back end - "0 error"
Hello.
This error appear because your server is not sending response to the front end side Booking Calendar Request.
It’s the same issue as in previous comments, relative to not enough time for php script execution or out of memory time for script execution. You need to increase those parameters in the php.ini file.
Kind Regards.
I have solved this issue and it had to do with DNS settings with Cloudflare. It has worked for two years with Cloudflare and suddenly stopped. It is now working fine with DNS disabled at Cloudflare.
Hello.
Good to know that issue have been resolved.
Kind Regards.
Hello,
When I fill in the booking form and I have for example kept an input field empty, I get a message next to that field and the browser automatically scrolls to this specific field. The problem is I am using a theme (Villa WordPress theme) with a fixed menu and the emty field with the message disappears under the menu. Is there a way to fix / correct the end position of the automatic scrolling?
Thanks,
Robert
Hello.
If you want to remove the scrolling to the form fields, during this process, so then please make this fix.
Please open this file ../{Booking Calendar Folder}/js/client.js
function showErrorMessage( element , errorMessage) {
if(typeof( bk_form_step_click ) == 'function') {
bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: https://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
}
makeScroll( element );
and replace it to this code:
function showErrorMessage( element , errorMessage) {
if(typeof( bk_form_step_click ) == 'function') {
bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: https://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
}
// makeScroll( element );
Otherwise, you will be need to make some fix inside of this function:
function makeScroll(object_name) {
...
Disclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because almost have no free time.
Check more about new features here https://wpbookingcalendar.com/faq/need-new-feature/
Thank you for understanding.
Please note, if you will modify the source code of the Booking Calendar, we will not guaranteed the correct work of plugin and do not support it.
Unfortunately we can not start, right now, some personal customization or custom development, because almost have no free time.
Check more about new features here https://wpbookingcalendar.com/faq/need-new-feature/
Thank you for understanding.
PS Please do not forget to clear browser cache before testing these changes.
Hello, I am trying to add a page so my client can access their bookings, the only problem is when you click on the names of the booking no details show. Is there a way to make the details popup when you click on the name? Also, is there another format that can be used, like a list format?
Hello.
The booking details possible to show in mouse over tooltip, when clicking on booking pipeline. You can activate this option "Booking details in popover" to show this details by clicking on the booking pipeline at the Booking > Settings General page in Admin panel section. Its can look like here https://bs.wpbookingcalendar.com/timeline/
Hi
I just bought it but I have a wonder that after booking my Clients will be led to another page to say thank for booking, but can I add the " shortcode form" like in setting of theme of the plugin ? so that my Clients can see their information in the page of thank for booking.
Hello.
Currently this is not possible in actual versions. Sorry.
We will add this feature to the TODO list for having it in future updates of plugin.
Kind Regards.
Whoop I thought this was an email, not a post -- please remove my site url from my previous post!! Thanks
Hi,
I got this issue "Booking resource does not exist. [ID=1]".
after configuring my Business Small SingleSite 8.1.2 booking pluging. I want to include the booking form INTO the listing page NOT IN AN INDIVIDUAL BOOKING PAGE. My template is WP Pro Real Estate 7. Before it was working but since 2 months i have this bug and I can't solve it with the suppont archives available.
https://www.caribbeanvillaretreats.com/listings/villa-mediterranea-sea-horse-ranch-cabarete/
I did't introduced "manually" the booking form onthe listings. The booking form plugin is in certain way integrated or inserted in the body of the listing.
I use this template
Theme Name: WP Pro Real Estate 7
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A responsive real estate theme, designed by Contempo.
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Version: 2.6.8
Text Domain: contempo
And where I insert the calendar is in the single listing configuration for this paid template. I tried to create different resources but it takes always (authomaticly) the RESOURCE ID=1 and I can't change anything niether in the template or in the css editor. Please see images below. Thank you very much
Hello.
You need to check point #4 in this comment, but please read carefully all other points from this comment, to understand how it works.
1) You need to create the booking resources at the Booking > Resources page. It’s mandatory. Otherwise you will not see the calendars at all.
Check more here https://wpbookingcalendar.com/overview/#booking-resources
You can watch video overview about this feature here https://wpbookingcalendar.com/help/multiple-calendars-video-overview-of-booking-resources-in-booking-calendar/
Please read the general instruction about usage of paid versions of Booking Calendar: https://wpbookingcalendar.com/faq/general-usage-instruction/
2) Here is general instruction about inserting the Booking Calendar shortcodes into the posts or pages.
Please read more how easily insert booking form or availability calendar into a pages https://wpbookingcalendar.com/help/inserting-booking-form/ or how manually configure Booking Calendar shortcodes in content of your pages: https://wpbookingcalendar.com/help/booking-calendar-shortcodes/
3) In case, if you need to have manual code for inserting Booking Calendar shortcode into the content of the custom post (listing) inside of the PHP code of theme, so then please check here: https://wpbookingcalendar.com/faq/insert-booking-shortcode-into-any-place-of-site/
4) If you already have theme (as in your request) that have some integration of Booking Calendar insertion. Please note, you need to contact support of this theme, about interface how they integrate the Booking Calendar shortcode into own theme.
The most probably you need to give the link to this comment, so they can check about how to insert the Booking Calendar shortcode into PHP code of theme template. Unfortunately, we do not support code from the third-party services, like themes, that have some integration. We can only help if you will have specific questions about some specific issue. But this point is relative to the support of your theme, because its was done such Booking form integration not via standard original Booking Calendar procedure (like in point #2), but manually.
Hi,
Is it possible to disallow end selection date of saturday and sunday?
I can set it on initial selection that they can not select saturday and sunday, however i can not disallow end date on saturday or sunday.
Hello.
You can specify how many days possible to select and because you specify start weekday so then you can specify number of days selection that DOES NOT ending at Saturday day.
Kind Regards.
Do you know if the plugin works with the Elementor page builder ?
When I past the short code, I can't see the calendar.
Thank you for your answer.
Maxime
Hello.
No, it’s does not possible.
Please read more how easily insert booking form or availability calendar into a pages https://wpbookingcalendar.com/help/inserting-booking-form/ or how manually configure Booking Calendar shortcodes in content of your pages: https://wpbookingcalendar.com/help/booking-calendar-shortcodes/
Kind Regards.
I have the small business version and want people to be able to book more than 1 resource. It's a small fishing lake and people sometime want to book a place/resource for a friend at the same time as they book. This would be like someone booking two rooms at a hotel for a family for example. It would mean that payment is handled in 1 transaction rather than 2 or more. Can this be done or do they have to make 2 separate bookings?
This is a very small business so I really dont need the large or medium versions, is that my only option?
Hello.
Unfortunately it’s does not possible to make such bookings during one booking process. You will be need to make 2 separate bookings.
We will add this feature to the TODO list for having it in future updates of plugin.
Thank you.
We have been using your bookings plug-in for several years. Suddenly I and my customers are receiving this error message when trying to enter reservations. I have not made any recent changes to passwords. How can I fix this?
Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /home/.../wp-content/plugins/booking.bm.5.0.4/lib/wpdev-booking-functions.php on line 1577
Hello.
It’s seems because of using old versions of Booking Calendar with latest version of WordPress you are having this issue.
Please update your version to the latest update.
You can request the new update of Booking Calendar on this page: http://wpbookingcalendar.com/request-update/
Kind Regards.
I have installed the latest version of Version 9.Business.Small.SingleSite.8.2. I have been using this plugin successfully for almost 3 years. Recently i have been having front end and back end issues. I get spinning cursor on front end when clients try to book on mobile or desktop, I am unable to delete bookings in admin. I get "processing" cursor, no results. I am not getting emails on a regular basis. I am alsp getting "0 error" sometimes. I have deactivated almost all plugins. I am running WP 4.9.6
Hello.
Please recheck for the any cache plugins, like "WP Super Cache" or "W3 Total Cache".
If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).
Also please recheck your error.log in your server configuration, about any relative errors.
If you can not find error.log file, please contact support of your hosting company about helping in finding this file.
Kind Regards.
I already have an exception for this page. Also, I get errors in the admin when adding bookings. Is just never completes the page reload, but it does add the booking. I can not delete any bookings in the admin. Can someone log in to my back end and take a look? I really need this to work - it is the lifeblood of my company. It was working fine for a couple of years.
Here are some error log listings from today:
[Mon Jul 02 17:17:52 2018] [warn] [client 108.162.241.71] mod_fcgid: read data timeout in 240 seconds, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc-new
[Mon Jul 02 17:17:52 2018] [error] [client 108.162.241.71] Premature end of script headers: php, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc-new
[Mon Jul 02 17:21:42 2018] [warn] [client 108.162.241.239] mod_fcgid: read data timeout in 240 seconds, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&tab=filter&view_days_num=90&wh_booking_type=1&view_mode=vm_listing
[Mon Jul 02 17:21:42 2018] [error] [client 108.162.241.239] Premature end of script headers: php, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&tab=filter&view_days_num=90&wh_booking_type=1&view_mode=vm_listing
[Mon Jul 02 17:37:44 2018] [warn] [client 108.162.241.215] mod_fcgid: read data timeout in 240 seconds, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&wh_approved=0&wh_booking_date=3&view_mode=vm_listing
[Mon Jul 02 17:37:44 2018] [error] [client 108.162.241.215] Premature end of script headers: php, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&wh_approved=0&wh_booking_date=3&view_mode=vm_listing
[Mon Jul 02 17:38:03 2018] [warn] [client 162.158.122.229] mod_fcgid: read data timeout in 240 seconds, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&wh_approved=0&wh_booking_date=3&view_mode=vm_listing
[Mon Jul 02 17:38:03 2018] [error] [client 162.158.122.229] Premature end of script headers: php, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&wh_approved=0&wh_booking_date=3&view_mode=vm_listing
[Mon Jul 02 17:38:23 2018] [warn] [client 108.162.241.227] mod_fcgid: read data timeout in 240 seconds, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&wh_approved=0&wh_booking_date=3&view_mode=vm_listing
[Mon Jul 02 17:38:23 2018] [error] [client 108.162.241.227] Premature end of script headers: php, referer: http://www.paradisebeachweddings.net/wp-admin/admin.php?page=wpbc&wh_approved=0&wh_booking_date=3&view_mode=vm_listing
Hello.
1) How many bookings do you show per page ?
Please open the Booking > Settings General page and try to set lower amount of bookings to show per page, like 10 or 20 bookings.
2) Be sure to use the latest update of Booking Calendar 8.2
You can request the new update of Booking Calendar on this page: https://wpbookingcalendar.com/request-update/
3) Additionally, please set higher time for php script execution at the php.ini file and higher memory usage. Please note, after this you will be need to restart the server. If you have difficulty with this, please contact support of your hosting for helping with this point.
Kind Regards.
1 - Only have 10 per page, but please remember I am having problems on front end and back end.
2 - I am running 8.2
3 - Can set this in .htaccess? if so what should I set at?
Hello.
No, it’s does not possible to increase the time for execution and memory for php scripts in .htaccess files.
It’s possible todo this only in php.ini file in your server configuration.
Please contact support of your hosting for helping with this.
Thank you.
also I always get this in the back end - "0 error"
Plus this error: Please check at this page according this error: https://wpbookingcalendar.com/faq/#ajax-sending-error
Hello.
This error appear because your server is not sending response to the front end side Booking Calendar Request.
It’s the same issue as in previous comments, relative to not enough time for php script execution or out of memory time for script execution. You need to increase those parameters in the php.ini file.
Kind Regards.
I have solved this issue and it had to do with DNS settings with Cloudflare. It has worked for two years with Cloudflare and suddenly stopped. It is now working fine with DNS disabled at Cloudflare.
Hello.
Good to know that issue have been resolved.
Kind Regards.
Hello,
When I fill in the booking form and I have for example kept an input field empty, I get a message next to that field and the browser automatically scrolls to this specific field. The problem is I am using a theme (Villa WordPress theme) with a fixed menu and the emty field with the message disappears under the menu. Is there a way to fix / correct the end position of the automatic scrolling?
Thanks,
Robert
Hello.
If you want to remove the scrolling to the form fields, during this process, so then please make this fix.
Please open this file ../{Booking Calendar Folder}/js/client.js
( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )
then find this code:
function showErrorMessage( element , errorMessage) { if(typeof( bk_form_step_click ) == 'function') { bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: https://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/ } makeScroll( element );
and replace it to this code:
function showErrorMessage( element , errorMessage) { if(typeof( bk_form_step_click ) == 'function') { bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: https://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/ } // makeScroll( element );
Otherwise, you will be need to make some fix inside of this function:
function makeScroll(object_name) { ...
Disclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because almost have no free time.
Check more about new features here https://wpbookingcalendar.com/faq/need-new-feature/
Thank you for understanding.
Please note, if you will modify the source code of the Booking Calendar, we will not guaranteed the correct work of plugin and do not support it.
Unfortunately we can not start, right now, some personal customization or custom development, because almost have no free time.
Check more about new features here https://wpbookingcalendar.com/faq/need-new-feature/
Thank you for understanding.
PS Please do not forget to clear browser cache before testing these changes.
Hello, I am trying to add a page so my client can access their bookings, the only problem is when you click on the names of the booking no details show. Is there a way to make the details popup when you click on the name? Also, is there another format that can be used, like a list format?
https://favret.com/testing/
Thank You
Hello.
The booking details possible to show in mouse over tooltip, when clicking on booking pipeline. You can activate this option "Booking details in popover" to show this details by clicking on the booking pipeline at the Booking > Settings General page in Admin panel section. Its can look like here https://bs.wpbookingcalendar.com/timeline/
Please read more about how to show the past bookings only for specific user here: https://wpbookingcalendar.com/help/user-bookings-listing-video-tutorial/
In the list view its does not possible to show booking details at the front-end side. Sorry
Kind Regards.
Thank you very much, is it possible to show the timeline in a week view? I only have options for 1 month, 3 months, and 1 year.
Hello.
Such view available if you will select several booking resources. Please check more here: https://wpbookingcalendar.com/faq/shortcode-timeline/
Kind Regards.
Hi
I just bought it but I have a wonder that after booking my Clients will be led to another page to say thank for booking, but can I add the " shortcode form" like in setting of theme of the plugin ? so that my Clients can see their information in the page of thank for booking.
Hello.
Currently this is not possible in actual versions. Sorry.
We will add this feature to the TODO list for having it in future updates of plugin.
Kind Regards.