Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    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/ 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)

    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 add-on (docs, demo)

    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 add-on (docs, demo)

    4. No, there is no rating feature unfortunately. You may be able to do that using a third party plugin (quick search).

    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

    (@namrata736)

    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 [email protected].

    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

    (@namrata736)

    Hello Support,

    If we added in activities in backend: https://prnt.sc/V2ZLJgiy5Nh4 why it is not showing on here:
    https://nexustechies.com/development/silvia/product/custom-boards/
    https://prnt.sc/Wa2IzMxZQ9Wr

    Please help me

    Thanks!

    Plugin Author yoancutillas

    (@yoancutillas)

    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) (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 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 (no checks)
    – Booking Activities code (check)

    Edit: same for the MomentJs library (code), 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)

    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 2 years, 3 months ago by 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.