yoancutillas
Forum Replies Created
-
Hello,
Since Booking Activities 1.5, these options have been moved to booking forms.
Here is the documentation:
1. Create a booking form
2. Bind this booking form to a WooCommerce productYou will find the desired options here:
– Go to Booking Activities > Booking Forms > your form
– Go to the “Calendar” field settings > “Filters” tab
(see this screenshot)Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Repetition frequencyHello,
Thank you for your feature request,
I have had a similar request already, I add your vote, thank you.Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] New user created with admin profileHello,
There is an option to choose the user role given to the new registered users:
– Go to the form editor: Booking Activities > Booking forms > your form
– Go to the “User data (Login / Registration)” field settings > “Registration” tab
– Click on “Show advanced options”
– Change the “New user role” option to “Subscriber”, or any role you’d likeRegards,
Yoan CutillasHello,
Thank you for your request,
This feature was planned, it will be released in the next version.Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Hide actual number of tickets availableHello,
No, you can’t do it without additional code. I note your request, thank you.
There are some CSS workaround though. Add one these codes in Apparence > Customize > Additional CSS:
1.
Hide the whole availability div:
.bookacti-availability-container { display: none; }
2.
Hide the available quantity (it will only display “avail.” or nothing):.bookacti-event-unavailable .bookacti-availability-container, .bookacti-availability-container .bookacti-available-places-number { display: none; }
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar editor doesnt loadThank you,
I think that the problem come from a misconfiguration of the “Hip Hop” calendar, or a corrupted event.
Let’s first check the calendar configuration. Can you:
– Go to Booking Activities > Calendar editor
– Click the “Stop loading and free fields” button in the error message
– Switch to the “Hip Hop” calendar
– Refresh the page
– Click the “Stop loading and free fields” button in the error message
– Open the calendar settings
– Send me a sceenshot of every tabs so I can see the values of all the optionsThank you,
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar editor doesnt loadThank you,
I think that the error appears because of a misconfiguration of the “Hip Hop” calendar, or because of a corrupted event.
Let’s first check your calendar configuration. Can you:
– click the “Stop loading and free fields” button in the error message
– Switch to the “Hip Hop” calendar
– Refresh the page
– click the “Stop loading and free fields” button in the error message
– Open the “Hip Hop” calendar settings
– Send me a sceenshot of every tabs so I can see see the values of all the optionsThank you,
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar editor doesnt loadHello,
I have updated to PHP 7.3 to make sure, it’s working fine on my side.
Can you please make sure that all your plugins are deactivated except Booking Activities, and that your active theme is Twenty Seventeen? (on the screenshot, a cache plugin is running)
If it still doesn’t work, I will need you to perform some tests:
Can you please keep your browser console open, and:
– click the “Stop loading and free fields” button in the error message
– create a new calendar with the default values, title = test
– Refresh the page (it should load the new calendar, else, switch to the new calendar)
1. Does the error appear?
– Create a new activity with the default value, title = test, availability = 10, duration = 1 hour
– Drop it onto the calendar
– Refresh the page
2. Does the error appear?
– Switch to the previous calendar (Hip Hop)
– Refresh the page
3. Does the error appear?
– Switch back to the new calendar
– Refresh the page
4. Does the error appear?Thank you,
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar editor doesnt loadHello,
This may be due to a conflict with another plugin.
Can you follow the process under “Booking Activities doesn’t work as it should” here:
https://booking-activities.fr/en/documentation/faq
and let me know the results?Moreover, make sure that you do not have set any date after December 31st, 2037. Because of the year 2038 bug.
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar ThemingHello MJ,
Yes you can theme your calendar with jquery-ui or bootstrap4.
You need a child theme for that.In this child theme, create a javascript file
my-theme-js.js
with this code:jQuery( document ).ready( function() { jQuery( '.bookacti-booking-system' ).on( 'bookacti_after_calendar_set_up', function(){ var calendar = $j( this ).find( '.bookacti-calendar:first' ); calendar.fullCalendar( 'option', 'themeSystem', 'bootstrap4' ); // Replace 'bootstrap4' with 'jquery-ui' if you rather use it }); });
Create / download your bootstrap4 / jquery-ui theme (it is just a CSS file), rename it
my-theme-css.css
, and put this file in your child theme.FullCalendar provides some examples here.
In the
functions.php
file of your child theme add this code:function my_theme_enqueue_fc_theme_scripts() { wp_enqueue_script( 'my-theme-js', get_stylesheet_directory_uri() . '/my-theme-js.js', array( 'jquery' ), false, true ); wp_enqueue_style( 'my-theme-css', get_stylesheet_directory_uri() . '/my-theme-css.css' ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_fc_theme_scripts', 5 );
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Cannot Create New CalendarHello Larry,
If the dialog doesn’t appear, it probably means that you have a javascript conflict with another plugin or with your theme.
Can you follow the instructions below “Booking Activities doesn’t work as it should” here:
https://booking-activities.fr/en/documentation/faq/
and let me know the results?Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar Editor SidebarHello Chris,
Now released in 1.7.2.
It doesn’t work on Edge and Internet Explorer though.Regards,
Yoan CutillasForum: Reviews
In reply to: [Booking Activities] Free versionHello Dave,
Thank you for your feedback,
I pay close attention to user feedbacks and the plugin improves with them.
Can you describe the difficulties you have encountered and tell me if you have ideas to improve the user experience?Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Calendar Editor SidebarHello Chris,
Thank you for your feedback!
I will change the CSS to allow this thanks to theresize
CSS property in the next version.Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Confict with W3 Total Cache pluginAh ah ok ??
Thanks a lot for your feedback!You can try to use WP Super Cache + Autoptimize to make sure, since it is working on the demo website.
If it still doesn’t work, indeed, you will have to deactivate your plugins and reactivate them one by one until you find the one in conflict (cf.: “Booking Activities doesn’t work as it should” here).