Title: Plugin is not working
Last modified: December 6, 2022

---

# Plugin is not working

 *  Resolved [namrata736](https://wordpress.org/support/users/namrata736/)
 * (@namrata736)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-is-not-working-176/)
 * I am using this plugin [https://wordpress.org/support/plugin/booking-activities/](https://wordpress.org/support/plugin/booking-activities/)
   and it showing error:
    Screenshot: [https://prnt.sc/NK4Cim2BPsT7](https://prnt.sc/NK4Cim2BPsT7)
   [https://prnt.sc/OIbeeMfll3qd](https://prnt.sc/OIbeeMfll3qd) Nothing clickable:
   [https://prnt.sc/GP0-TnfkXcQX](https://prnt.sc/GP0-TnfkXcQX) Please check and
   give me response asap.
 * And this plguin is fullfil my below requiremnts? If these requiremnts complete
   by addons then give me link we can purchase them.
 * 1. Activities calendar with times and sessions
    2. Activity sessions with instructor
   name 3. Activity with location 4. Activity rating after the activity is complete
   5. Activities need to be on room description page [https://nexustechies.com/development/silvia/rooms/villa-1-room/](https://nexustechies.com/development/silvia/rooms/villa-1-room/)
   6. Activities also need calendar and sessions (hours in the day)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-is-not-working-176%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [yoancutillas](https://wordpress.org/support/users/yoancutillas/)
 * (@yoancutillas)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-is-not-working-176/#post-16264377)
 * Hello, this issue is probably due to a conflict with a third party plugin / theme,
   
   Can you follow the instructions below “Booking Activities doesn’t work as it 
   should” here: [https://booking-activities.fr/en/documentation/faq/](https://booking-activities.fr/en/documentation/faq/)
   to identify it?
 * 1. With Booking Activities, you drag and drop your activities onto your calendar
   at the desired time to create an event ([see the gif video here](https://wordpress.org/plugins/booking-activities/#screenshots))
 * 2. You can add the instructor name in the event title.
    Otherwise, you can display
   it in a tooltip when you mouseover the event thanks to the [Display Pack](https://booking-activities.fr/en/downloads/display-pack/)
   add-on ([docs](https://booking-activities.fr/en/docs/user-documentation/get-started-with-display-pack-add-on/set-additional-event-information-tooltip/),
   [demo](https://demo.booking-activities.fr/en/shortcodes-integration/#booking-form))
 * 3. You can display the location name in the event title.
    Otherwise, you can 
   display a Google Map (for example) in a tooltip when you mouseover the event 
   thanks to the [Display Pack](https://booking-activities.fr/en/downloads/display-pack/)
   add-on ([docs](https://booking-activities.fr/en/docs/user-documentation/get-started-with-display-pack-add-on/set-additional-event-information-tooltip/),
   [demo](https://demo.booking-activities.fr/en/shortcodes-integration/#booking-form))
 * 4. No, there is no rating feature unfortunately. You may be able to do that using
   a third party plugin ([quick search](https://www.google.com/search?q=site%3Awordpress.org%2Fplugins+rating)).
 * 5. You can display the booking form wherever you want thanks to its shortcode
 * 6. Sorry, I don’t understand the difference with question #1, can you rephrase?
 *  Thread Starter [namrata736](https://wordpress.org/support/users/namrata736/)
 * (@namrata736)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-is-not-working-176/#post-16264909)
 * If you encounter a problem with Booking Activities and if it happens to be a 
   compatibility issue (see “Booking Activities doesn’t work as it should” FAQ),
   please tell us at [contact@booking-activities.fr](https://wordpress.org/support/topic/plugin-is-not-working-176/contact@booking-activities.fr?output_format=md).
 * Hello Support,
 * Thanks for guiding. It was helpful.
 * Your plugin isn’t compatible with this plugin “Wp Hotel Booking” of the theme.
   Can you sort the compatibility issues?
 * Thanks!
 *  Thread Starter [namrata736](https://wordpress.org/support/users/namrata736/)
 * (@namrata736)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-is-not-working-176/#post-16264924)
 * Hello Support,
 * If we added in activities in backend: [https://prnt.sc/V2ZLJgiy5Nh4](https://prnt.sc/V2ZLJgiy5Nh4)
   why it is not showing on here:
    [https://nexustechies.com/development/silvia/product/custom-boards/](https://nexustechies.com/development/silvia/product/custom-boards/)
   [https://prnt.sc/Wa2IzMxZQ9Wr](https://prnt.sc/Wa2IzMxZQ9Wr)
 * Please help me
 * Thanks!
 *  Plugin Author [yoancutillas](https://wordpress.org/support/users/yoancutillas/)
 * (@yoancutillas)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-is-not-working-176/#post-16265138)
 * Thank you, I have added the plugin in the known compatibility issues list.
    You
   will need to choose between both plugins unfortunately.
 * By the look of the issue and the code, I’d say that the problem is that the “
   Wp Hotel Booking” plugin includes the select2 library and the FullCalendar library
   without checking if it is already included (see [code](https://github.com/ThimPressWP/wp-hotel-booking/blob/b0f0d21d0d761ee005e6ae67f429c57160d94bdf/wp-hotel-booking.php#L393))(
   both WooCommerce and Booking Activities are also using select2, so if every plugins
   include its own version of the same library, it creates a conflict). See Booking
   Activities [code](https://github.com/bookingactivities/booking-activities/blob/6539ed77a9b8f28fa343b4cabc65d25d666e7d24/booking-activities.php#L280-L284)
   for reference. Moreover, for the same reason, it should include the full version
   of select2, not the lite one.
 * Same goes for the FullCalendar library:
    – Wp Hotel Booking [code](https://github.com/ThimPressWP/wp-hotel-booking/blob/b0f0d21d0d761ee005e6ae67f429c57160d94bdf/wp-hotel-booking.php#L415-L416)(
   no checks) – Booking Activities [code](https://github.com/bookingactivities/booking-activities/blob/6539ed77a9b8f28fa343b4cabc65d25d666e7d24/booking-activities.php#L173-L180)(
   check)
 * Edit: same for the MomentJs library ([code](https://github.com/ThimPressWP/wp-hotel-booking/blob/b0f0d21d0d761ee005e6ae67f429c57160d94bdf/wp-hotel-booking.php#L414)),
   but in that case, it is included in WordPress, so Wp Hotel Booking must include
   the version provided by wordpress instead of its own ([guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#13-plugins-must-use-wordpress-default-libraries))
 * About the event issue, you need to configure your calendar to display the desired
   activities:
    – Go to Booking Activities > Booking forms > your form > Calendar
   settings > Filters tab > Activity = All If it still doesn’t work, validate this
   dialog with the “Reset” button.
 * Moreover, go to Booking Activities > Settings > General > Calendars timezone 
   = set your timezone here.
    -  This reply was modified 3 years, 6 months ago by [yoancutillas](https://wordpress.org/support/users/yoancutillas/).
      Reason: Add a note about momentjs library

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin is not working’ is closed to new replies.

 * ![](https://ps.w.org/booking-activities/assets/icon-256x256.png?rev=1709970)
 * [Booking Activities](https://wordpress.org/plugins/booking-activities/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/booking-activities/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/booking-activities/)
 * [Active Topics](https://wordpress.org/support/plugin/booking-activities/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/booking-activities/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/booking-activities/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [yoancutillas](https://wordpress.org/support/users/yoancutillas/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-is-not-working-176/#post-16265138)
 * Status: resolved