wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Emails in different languages are not functioningHello.
Such feature available only in the paid versions in advanced form configuration at the WP Booking Calendar > Settings > Booking Form page. Test it in the live demos of Booking Calendar.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Emails in different languages are not functioningHello.
Please check more here https://wpbookingcalendar.com/faq/get-page-active-locale/
Forum: Plugins
In reply to: [Booking Calendar] Emails in different languages are not functioningJust one more question. When you approve the booking, you receive the email with content like this:
Your reservation for: [dates] has been approved.
[content]
Thanks
[siteurl]Or you receive the email in correct language DE:
Ein booking: [dates]
[content]
DankeBut the [content] part of the shortcode still in English.
It’s means that you see this German text: “Ein booking:….. Danke”, but the [content] in English ?
If it is correct, then you need to customize correctly the “Content of booking fields data” form at the bottom of WP Booking Calendar > Settings > Booking Form page, relative to this FAQ: https://wpbookingcalendar.com/faq/several-languages/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Emails in different languages are not functioningHello.
What version of Booking Calendar and Polylang do you use ?
Forum: Plugins
In reply to: [Booking Calendar] Emails in different languages are not functioningHello.
Before approving or rejecting the bookings in the Booking Listing page (or some other actions at this page), please switch the language of the booking by clicking on “Globe” icon near specific booking. After that click on Approve or Reject button, etc…Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Presale questionHello.
- Yes, calendar for each room (or relative to the point #4) also for the beds.
- The conditional logic is not possible in the booking form. But you can have the different custom booking forms for the different booking resources (rooms) with different form fields. It is possible in the Booking Calendar Business Medium or higher versions.
Please note, this forum is only about the support of Booking Calendar Free version. If you will have any questions about the paid version, then contact here https://wpbookingcalendar.com/contact/
Thank you.
Forum: Plugins
In reply to: [Booking Calendar] Presale questionHello.
Please note, this forum is only about the support of Booking Calendar Free version. If you will have any questions about the paid version, then contact here https://wpbookingcalendar.com/contact/
- Booking Calendar does not support the Google reCaptcha, yet. Sorry. Plugin support text CAPTCHA.
- In the Booking Calendar Business Large version, you can set capacities for your booking resources either for the entire day or for specific times within a day. This means you can control the number of bookings allowed for each day or for specific time slots. Learn more about this feature https://wpbookingcalendar.com/overview/#capacity
For example, you could specify that your booking resource can accommodate up to 10 bookings per day in a specific calendar. Alternatively, if you use time fields in the booking form, each time slot can accommodate up to 10 bookings per day. This flexibility allows you to manage bookings effectively, whether they are for full days or specific times.
Explore this feature in the live demo of Booking Calendar Business Large version.
For detailed instructions on configuring capacity and availability for booking resources and to watch a video about this feature, refer to this article https://wpbookingcalendar.com/faq/capacity-concept/
3. Relative Upgrade Costs check more here https://wpbookingcalendar.com/faq/
4. Please check point #2. In case if you need to have ability to select and book specific beds, instead of entire rooms, then it’s possible to make such a configuration with aggregate parameter.
Please check more here https://wpbookingcalendar.com/faq/shortcode-booking-form/
I will explain it in an example of booking separate rooms and the entire house.Please note, all such separate properties will have separate booking forms with calendars at the front-end side of your website. It means that you can book an entire house, or specific room in a separate booking form.
So in case if you want to show as unavailable some dates or times in all calendars (booking resources), if some booking was made in only one calendar (booking resource), then it’s possible to configure it with “aggregate” parameter in the Booking Calendar shortcode ( it’s possible in all paid versions of Booking Calendar). This parameter makes the dates in the calendar unavailable if these dates were booked in some other booking resources.
Please check more about “aggregate” parameter in the Booking Calendar shortcode here: https://wpbookingcalendar.com/faq/shortcode-booking-form/Example of configuration.
Booking resources at the Booking > Resources page:- House ( ID = 3 )
- Room #1 ( ID = 4 )
- Room #2 ( ID = 5 )
And you need to insert the Booking Calendar shortcodes into the pages like this
House
[booking type=3 aggregate='4;5' ]Room #1 ( ID = 4 )
[booking type=4 aggregate='3' ]Room #2 ( ID = 5 )
[booking type=5 aggregate='3' ]
….If some rooms will be booked for a specific date(s) or time, these dates/time will be unavailable in House calendar. And if House will be booked for a specific date(s), then in all Rooms (booking forms), these dates also will be unavailable.
Once again. This forum is only about the support of the Booking Calendar Free version. If you will have questions about the paid versions, please contact at plugin website.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Is there anyway to turn off emailHello.
As some trick you can use CSS to hide the email field, and some JavaScript (added to the functions.php file or in content of the page, where you have this booking form ) to auto fill the email field with some default “blank” email address, from your website.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Is there anyway to turn off emailHello.
- If you asking about the email field in the booking form, then unfortunately, it’s not possible to remove this field from the booking form. Because this field required for identifications of the bookings. We will add improvements to this feature to the to-do list for having it in future updates of the plugin, but I can not say when this feature will be implemented. Sorry.
- If you do not need to receive the email notifications, then you can disable all email confirmations at the WP Booking Calendar > Settings > Emails page.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] The translatable strings are from an old versionHello.
Sorry for delay with reply. Now it seems that translation was imported correctly relative to the latest update 10.8.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] sync with booking.comHello.
Thank you for notification about these issues.- Yes it seems that the help article about sync with booking.com was changed to other location. Currently the actual sync description about import and export bookings from booking.com located here: https://partner.booking.com/en-us/help/rates-availability/extranet-calendar/syncing-your-bookingcom-calendar-third-party-calendars
We will update it in the plugin it as well. One other description with pictures you can find here. - Please note, for permanent (periodical) import bookings from booking.com to the Booking Calendar, you need to configure the CRON script. It is because the import process is working in that case, when a visitor opens your website page with booking import shortcode. You can configure CRON at your server, for periodically accessing this page with booking import shortcodes to start the import process. Or you can insert the import shortcode before booking form shortcode, so firstly the system will start the import process and only then show the booking form, when someone visits your page. In this case system will start import bookings from booking.com to your website (Booking Calendar) with specific time intervals that you will define.
- Relative export from the Booking Calendar to the booking.com. Booking Calendar is generated .ics feed with bookings in real time. It’s important to note that different platforms such as Booking have their own synchronization schedules, which our plugin cannot control. Therefore, for information on how often they retrieve bookings from connected calendars, it’s best to check with those platforms directly. For example in description relative to the Booking it state such as:
We automatically import any synced calendars, but you can manually sync your imported calendars by clicking Import now.
You can check with support of Booking about the times of how often they make such sync.
In case if you are having some issue of not ability to import new events, then check this troubleshooting instruction: https://wpbookingcalendar.com/faq/ics-importing-issue/
Import instruction from other sources into the Booking Calendar https://wpbookingcalendar.com/faq/import-ics-feeds/
Export instruction from Booking Calendar to the external source https://wpbookingcalendar.com/faq/export-ics-feeds/If something working wrong, please let me know.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Using German but English Button textHello.
Thank you, for notification about this issue. We fixed this issue in development version, and this fix will be available in the next update of Booking Calendar.Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Months now showing correctlyHello.
You can add that CSS to the style.css file of your theme (to the bottom of that file). If you can edit the style of your actual theme.
Otherwise you can send screenshot of your issue to our support email, which you can find at the plugin website here https://wpbookingcalendar.com/contact/Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Months now showing correctlyHello.
You can add it in the settings of your theme (and not in the Elementor).
For standard Classic Themes, it is usually located in the “Appearance > Theme Editor” section.
However, in the new WordPress Block themes, it can be found in “Appearance > Editor > Styles”.Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Months now showing correctlyHello.
Such issue exist because you defined your booking form as centered form at the WP Booking Calendar > Settings General page in “Form Options” section.
You need to make this small CSS fix to show the calendar in 3×2 months.
Please add this CSS to your Theme Editor settings.
You can check how to add own CSS customization to CSS Theme Editor here: https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/
Here’s the code you need to add:
.wpbc_booking_form_simple.wpbc_form_center .wpbc__form__div .wpbc_r_calendar.wpbc__row {
max-width: 100%;
}
.wp-block-booking-booking {
flex: 100%;
}Please do not forget to clear the browser cache before testing these changes.
Kind Regards.