wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Change of the button valueHello.
You can configure it at the Booking > Settings > Form page.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] VATHello.
It’s possible in the Booking Calendar Business Medium or higher versions.
In the Booking Calendar Business Medium or higher versions possible to configure additional costs for selected options in the select boxes or check boxes (such options can be hidden and checked by default). It’s useful in case, if you need to add the tax cost or cleaning fee or any other additional cost for the booking. You can configure it at the Booking > Resources > Advanced cost page. Check more about this feature here: https://wpbookingcalendar.com/overview/#additional-cost
Watch it in this video guide https://wpbookingcalendar.com/help/advanced-costs-video-overview/
Test it here https://bm.wpbookingcalendar.com/
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Plugin breaks Display CustomizerYou are welcome.
Forum: Plugins
In reply to: [Booking Calendar] Plugin breaks Display CustomizerHello.
That error is mean that system have not enough memory for the script execution.
Can you ask your system administrator or support of hosting company to increase memory in PHP configuration (in php.ini file), then you can restart your web-server and test it again.
Also if its not help try to ask also set longer time for the script execution at the same php configuration file.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Plugin breaks Display CustomizerHello.
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.
Thank you.Forum: Plugins
In reply to: [Booking Calendar] bookingtimelineHello.
It’s possible in the paid versions of Booking Calendar to configure, what to show in the titles of booking pipelines in Timeline.
You can configure what to show there in the Booking > Settings General page in Timeline section.
Test it here https://bm.wpbookingcalendar.com/timeline/Kind Regards.
Forum: Plugins
In reply to: [Email Reminders] E-mail reminder 1 day before eventHello.
Please check more here https://oplugins.com/faq/how-to-set-up-run-rule-automatically-to-create-reminders-via-cron/Forum: Plugins
In reply to: [Email Reminders] E-mail reminder 1 day before eventHello.
Sorry, I do not understand, how you try to send emails and having an issue.
Can you explain more detail about your issue?
Thank you.Forum: Plugins
In reply to: [Booking Calendar] Small correction bootstrap.min.cssHello.
Sorry, for that. I have just fixed it in css file, and it’s will be available with next update.
Thank you.Forum: Plugins
In reply to: [Booking Calendar] rental equipmentHello.
1) It’s possible in the Booking Calendar Business Medium or higher versions via “Valuation days” cost settings. Check more about this feature here: https://wpbookingcalendar.com/overview/#valuation-days
Watch it in this video guide https://wpbookingcalendar.com/help/valuation-days-cost-video-overview/Test it in this live demo https://bm.wpbookingcalendar.com/
You need to define 2 season filters for Mondays and other for Fridays, at the Booking > Resources > Filters page .
Then configure “Valuation days” like this at the Booking > Resources > Cost and rates page:
Together 5 days = 350 Euro if check in day in Monday Season
Together 4 days = 250 Euro if check in day in Friday Season
And set default cost per day as 79 eur at the Booking > Resources page.
Be sure to set cost per 1 day at the Booking > Settings > Payment page.
2) Additionally you can configure to use check in/out days functionality. Check more about this feature here: https://wpbookingcalendar.com/overview/#change-over-days
Watch it in this video guide https://wpbookingcalendar.com/help/booking-calendar-video-change-over-days/Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Form doesn’t display on the right sideHello.
Please open this file https://new.gimbelsinternational.com/wp-content/plugins/booking/css/client.css( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )
then add this code to the bottom of this file:
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form { max-width: 680px; }Please do not forget to clear the browser cache before testing these changes.
Forum: Plugins
In reply to: [Booking Calendar] Edit bookingHello.
In the Booking Calendar Free version, does not possible to edit the exist booking. you need to delete exist booking and then create new booking with new updated details.
In the paid versions of Booking Calendar possible to edit any bookings. Watch it in this video guide https://wpbookingcalendar.com/help/booking-listing-video-tutorial/
Please read the Booking Calendar version overview here: https://wpbookingcalendar.com/overview/
You can test Booking Calendar live demos at this page https://wpbookingcalendar.com/demo/ to be sure of functionality and do not have misunderstanding.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Calendar set end dateHello.
You can define only how many months possible to scroll starting from the TODAY date. You can define it at the Booking > Settings General page in calendar section in “Number of months to scroll”.
It’s does not possible to set the exact end date for the calendar.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Captcha not showing on FormsHello.
Please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest 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).Otherwise Probably, its because of conflict with some other plugin or actual theme.
Please try to deactivate one by one all your active plugins at the WordPress > Plugins menu and make testing after each plugin deactivation.
If its not help, please deactivate all your plugins and active the default WordPress theme. And then retest it again.
We just need to find the reason of this issue.Forum: Plugins
In reply to: [Booking Calendar] Change the month textHello.
Unfortunately, by default it’s does not possible.
You can make your own customization (but it’s only on your own risk, it’s will not be supported in the future updates).
Please open this file ../wp-content/plugins/booking/js/datepick/jquery.datepick.wpbc.5.6.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:
monthNames: ['January','February','March','April','May','June', 'July','August','September','October','November','December'], // Names of months for drop-down and formattingand replace it to this code:
monthNames: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], // Names of months for drop-down and formattingDisclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because we have almost no free time.
Check more about, what support we are providing here https://wpbookingcalendar.com/faq/what-support-do-you-provide/
Thank you for understanding.
Please note, if you modify the source code of the Booking Calendar, we will not guarantee the correct work of the plugin and do not support it.