wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] How to hide booking info in timeline veiwHello.
You can deactivate option “Booking details in popover” at the WP Booking Calendar > Settings General page in “Timeline (front-end)” section and remove any configuration from this option “Booking title”.
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/
Kind Regards.
Forum: Reviews
In reply to: [Booking Calendar] Add tittle to booking in calendar viewHello.
If you need to show this text from the booking details, that visitors submit early, then such feature available in the Booking Calendar Business Medium or higher versions.
Find more information at this page: https://wpbookingcalendar.com/overview/#show-booking-details
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Form submission event missing in GTMHello.
1) I will add to the TODO list to implement tracking possibility at front-end side and update the article. Currently that hook from the FAQ works only for back-end side tracking.2) In the next update 10.1 of Booking Calendar you can use this JavaScript hook ‘wpbc_booking_created‘ to trigger creation of the new bookings.
To catch this event you will be able to use this code:
jQuery( 'body' ).on( 'wpbc_booking_created', function( event, resource_id, params ) {
...
} );Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Form submission event missing in GTMHello.
Did you check this article https://wpbookingcalendar.com/faq/tracking-form-submission/ If yes, then unfortunately, in the updates 9.8 or newer, that code is deprecated, as it mentioned in the FAQ article.
Currently Booking Calendar generate this action hook:
do_action( 'wpbc_track_new_booking', $params );So you can use this function:
function my_booking_tracking( $params ){
...
}
add_action( 'wpbc_track_new_booking', 'my_booking_tracking' );But it’s works only for the back-end, not for the front-end with execution of the JavaScript. We will add improvements to this feature to the TODO list for having it in future updates of the plugin, but I can not say when this feature will be implemented. Sorry.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Changing the tooltipHello.
Such functionality available in the Booking Calendar Business Medium or higher versions. Find more information at this page: https://wpbookingcalendar.com/overview/#show-booking-details
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/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Select internal date automaticallyHello.
Find more information at this page: https://ww.wp.xz.cn/support/topic/select-internal-date-automatically-es-select-14-when-click-13-15/
Hello.
It is available in the Booking Calendar Business Small or higher versions.
You need to open the WP Booking Calendar > Settings General page in “Calendar” section and activate the range days selection mode using 2 mouse clicks.
Check more about this feature here: https://wpbookingcalendar.com/overview/#range-days-selection
Watch it in this video guide https://wpbookingcalendar.com/help/booking-calendar-video-range-days-selection/
Test it here https://bm.wpbookingcalendar.com/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/
Kind Regards.
Hello.
In the Booking Calendar at the WP Booking Calendar > Settings General page in “Availability” section you can define for the options “Unavailable days from today” value “1 day” (or “2 days” depends from your needs).
In this case, system will block today date, and users of your website can not submit the bookings for today date. Please note, this option based on the days and not on the 24 hour increment.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] WP Bookings not in sync with ics fileHello.
You can activate this option “Force change booking resource for exist booking” at the WP Booking Calendar > Settings General page in “Admin Panel” section.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] WP Bookings not in sync with ics fileHello.
No! It is not relative the booking resources at the WP Booking Calendar > Resources page .
I mean booking that you see at the Booking Listing page (in your previous screenshot, where you see the non exist booking resource).
Or otherwise select the exist booking resource for this booking and re-assign the booking to the new booking resource. You can find the button for this re-assign at the Booking Listing page, under this booking.
Also you are using the paid version of Booking Calendar. 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/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] WP Bookings not in sync with ics fileProbably you was imported that booking(s) into some not exist booking resource.
I can suggest the previously the import shortcode was configured incorrectly (ID of booking resource was defined not correctly in the import shortcode), and that booking was imported into the non exist booking resource. you need to completely delete that booking(s) and then make new import.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] WP Bookings not in sync with ics fileHello.
Please recheck this troubleshooting instruction: https://wpbookingcalendar.com/faq/ics-importing-issue/
You need to follow instruction that showing under point #3, to check if this bookings was imported before, or not.
3.1) Please update the Booking Manager plugin to the latest update.
3.2) Open the “oPlugins Panel” > Settings > “Listing Template”, and define in listing template these shortcodes:<p>UID: [UID] ( Booking ID: <a href="[BOOKING_LINK]" target="_blank">[BOOKING_ID]</a> )</p>3.3) Open “oPlugins Panel” > “Manage .ics” page, then paste URL of your .ics feed (that you need to check), and click on “Show Events (.ics)” button.
You will see all the events from this .ics feed. Also in each event you will see ID of booking, if its was imported, like this:
Booking ID: 101 if the booking was not imported you will see this: Booking ID:You can click on booking ID link to open the Booking Listing page with this specific booking and see, details of this booking. Check the booking resource, where this booking saved.
Forum: Plugins
In reply to: [Booking Calendar] WP Bookings not in sync with ics fileHello.
Please create a new page and insert the shortcode similar to this:
[booking-manager-listing url=’https://platform.hostaway.com/ical/xxxxxxxxxxxxxxxxxxxxxxx.ics‘ from=’today’ until=’year-end’]
This shortcode will display all bookings from today’s date until the end of the year from the specified .ics feed.
Review the bookings listed on the page. If you find any bookings that were imported and you do not want to import them, it indicates that these bookings are present in the .ics feed.
Contact Hostaway support to inquire about the reason why these bookings/events exist in the .ics feed.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] WP Bookings not in sync with ics fileHello.
What shortcode do you use for import that ics feed ?Booking Calendar imports only events that exist in the .ics feed and that was not imported before into the Booking Calendar plugin.1) Firstly please recheck that your .ics feed contains events for specific dates. You can check it at the “oPlugins panel” menu page in the “Upload .ics file and show events” section by clicking on “Show Events (.ics)” button.2) Then recheck this troubleshooting instruction: https://wpbookingcalendar.com/faq/ics-importing-issue/
Forum: Plugins
In reply to: [Booking Calendar] Question before purchasingHello.
You can define what custom booking form to load for what booking resource (calendar) in the Booking Calendar shortcode, during inserting it into the page. Find more information at this page: https://wpbookingcalendar.com/faq/shortcode-booking-form/
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/
Kind Regards.