Title: wpdevelop's Replies - page 14 | WordPress.org

---

# wpdevelop

  [  ](https://wordpress.org/support/users/wpdevelop/)

 *   [Profile](https://wordpress.org/support/users/wpdevelop/)
 *   [Topics Started](https://wordpress.org/support/users/wpdevelop/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpdevelop/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpdevelop/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpdevelop/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpdevelop/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpdevelop/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 196 through 210 (of 2,707 total)

[←](https://wordpress.org/support/users/wpdevelop/replies/page/13/?output_format=md)
[1](https://wordpress.org/support/users/wpdevelop/replies/?output_format=md) [2](https://wordpress.org/support/users/wpdevelop/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpdevelop/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/wpdevelop/replies/page/13/?output_format=md)
14 [15](https://wordpress.org/support/users/wpdevelop/replies/page/15/?output_format=md)…
[179](https://wordpress.org/support/users/wpdevelop/replies/page/179/?output_format=md)
[180](https://wordpress.org/support/users/wpdevelop/replies/page/180/?output_format=md)
[181](https://wordpress.org/support/users/wpdevelop/replies/page/181/?output_format=md)
[→](https://wordpress.org/support/users/wpdevelop/replies/page/15/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] How to hide booking info in timeline veiw](https://wordpress.org/support/topic/how-to-hide-booking-info-in-timeline-veiw/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-booking-info-in-timeline-veiw/#post-17729016)
 * Hello.
 * 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/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Booking Calendar] Add tittle to booking in calendar view](https://wordpress.org/support/topic/add-tittle-to-booking-in-calendar-view/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/add-tittle-to-booking-in-calendar-view/#post-17702747)
 * Hello.
 * 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](https://wpbookingcalendar.com/overview/#show-booking-details)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Form submission event missing in GTM](https://wordpress.org/support/topic/form-submission-event-missing-in-gtm/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/form-submission-event-missing-in-gtm/#post-17700954)
 * Hello.
   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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Form submission event missing in GTM](https://wordpress.org/support/topic/form-submission-event-missing-in-gtm/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/form-submission-event-missing-in-gtm/#post-17700682)
 * Hello.
 * Did you check this article [https://wpbookingcalendar.com/faq/tracking-form-submission/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Changing the tooltip](https://wordpress.org/support/topic/changing-the-tooltip/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/changing-the-tooltip/#post-17698322)
 * Hello.
 * 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](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/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Select internal date automatically](https://wordpress.org/support/topic/select-internal-date-automatically/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/select-internal-date-automatically/#post-17692656)
 * Hello.
 * Find more information at this page: [https://wordpress.org/support/topic/select-internal-date-automatically-es-select-14-when-click-13-15/](https://wordpress.org/support/topic/select-internal-date-automatically-es-select-14-when-click-13-15/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Select internal date automatically es. select 14 (when click 13-15)](https://wordpress.org/support/topic/select-internal-date-automatically-es-select-14-when-click-13-15/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/select-internal-date-automatically-es-select-14-when-click-13-15/#post-17692597)
 * 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](https://wpbookingcalendar.com/overview/#range-days-selection)
   Watch it in this video guide [https://wpbookingcalendar.com/help/booking-calendar-video-range-days-selection/](https://wpbookingcalendar.com/help/booking-calendar-video-range-days-selection/)
   Test it here [https://bm.wpbookingcalendar.com/](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/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Block reservations when they are made in less than 24 hours](https://wordpress.org/support/topic/block-reservations-when-they-are-made-in-less-than-24-hours/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/block-reservations-when-they-are-made-in-less-than-24-hours/#post-17687411)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] WP Bookings not in sync with ics file](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/#post-17617497)
 * Hello.
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] WP Bookings not in sync with ics file](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/#post-17553925)
 * Hello.
 * 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/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] WP Bookings not in sync with ics file](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/#post-17553897)
 * Probably 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] WP Bookings not in sync with ics file](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/#post-17553790)
 * Hello.
 * Please recheck this troubleshooting instruction: [https://wpbookingcalendar.com/faq/ics-importing-issue/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] WP Bookings not in sync with ics file](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/#post-17553633)
 * Hello.
 * Please create a new page and insert the shortcode similar to this:
 * [booking-manager-listing url=’[https://platform.hostaway.com/ical/xxxxxxxxxxxxxxxxxxxxxxx.ics](https://platform.hostaway.com/ical/xxxxxxxxxxxxxxxxxxxxxxx.ics&#8217)‘
   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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] WP Bookings not in sync with ics file](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wp-bookings-not-in-sync-with-ics-file/#post-17552661)
 * Hello. 
   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/](https://wpbookingcalendar.com/faq/ics-importing-issue/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Question before purchasing](https://wordpress.org/support/topic/question-before-purchasing-7/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/question-before-purchasing-7/#post-17545926)
 * Hello.
 * 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/](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/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.

Viewing 15 replies - 196 through 210 (of 2,707 total)

[←](https://wordpress.org/support/users/wpdevelop/replies/page/13/?output_format=md)
[1](https://wordpress.org/support/users/wpdevelop/replies/?output_format=md) [2](https://wordpress.org/support/users/wpdevelop/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpdevelop/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/wpdevelop/replies/page/13/?output_format=md)
14 [15](https://wordpress.org/support/users/wpdevelop/replies/page/15/?output_format=md)…
[179](https://wordpress.org/support/users/wpdevelop/replies/page/179/?output_format=md)
[180](https://wordpress.org/support/users/wpdevelop/replies/page/180/?output_format=md)
[181](https://wordpress.org/support/users/wpdevelop/replies/page/181/?output_format=md)
[→](https://wordpress.org/support/users/wpdevelop/replies/page/15/?output_format=md)