yoancutillas
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Activities] Confict with W3 Total Cache pluginHello,
I have tested some cache plugins. Booking Activities is working fine with:
– W3 Total Cache
– WP Super Cache (with Autoptimize) (both now running on demo.booking-activities.fr)
– Comet Cache
– Cache Enabler -> Doesn’t work with “Cache Minification” on “HTML & Inline JS”. Choose either “HTML” or “Disabled”.You need to configure Booking Activities to load events “After page load” in Booking Activities > Settings > General > “When to load the events?” option. Else, the displayed availabilities won’t be up to date.
I will try with a CDN (CloudFlare), and let you know the results.
@blackhatwarrior Can you tell me how you found out that it was these two files that should be included in the list of exceptions?
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Repetition on german Dates impossibleHello MJ,
Thanks a lot!
You can’t change the time format in the calendar, it is determined by your site language. I will try to change it in the next release.
There is no feature to duplicate a booking form, but I note your request, thank you!
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Cancel without an accountHello,
Indeed, customers need to be logged in to manage their bookings because these actions are checked against a permission system.
I note your feature request though, thank you!Note that registration can be seemless with specific settings.
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Repetition on german Dates impossibleHello MJ,
Thank you for your interest in Booking Activities!
And thank you for your report, I have located the problem and I will fix it.
But, the strange thing is that the error message supposed to show you the min interval actually shows a “From” date in 2030 and a “To” date in 2019 (2030-03-18 – 2019-03-11).
This may happen if you use dates after Dec. 31st, 2037 because of the year 2038 bug. Make sure you have nowhere a date later than 2037-12-31.
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Confict with W3 Total Cache pluginHello,
Thank you for the feedback!
Sure, I take this issue seriously.
I will check what it takes to make it compatible and integrate it in the development schedule accordingly.
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Confict with W3 Total Cache pluginHello,
Cache plugins minifies, and concatenates javascript files into a single one, and loads it in the footer.
Booking Activities uses minified js files too and load them in the footer. But, booking-activities/js/global-var.min.js is the only file that needs to be loaded in the header.If you can set an exception for this file, it should work, let me know if it does.
Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Duplicate EmailsHello Chris,
The new version 1.7.0 should solve the duplicated email problem ??
Regards,
Forum: Plugins
In reply to: [Booking Activities] Calendar Stuck after WP-updateHello,
Could you solve this problem? Do you need more help?
Regards,
Forum: Plugins
In reply to: [Booking Activities] Which expansion will help me?Hello Audrey,
You can now add a product to your cart from a calendar displayed with a shortcode!
See the demo and the documentation.Regards,
Forum: Plugins
In reply to: [Booking Activities] Booking calendar – next event viewHello Chris,
I have had similar requests, I will try to develop it this year, thank you for your request.
Actually, this feature was present but had to be removed for performance concerns since version 1.5.Regards,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] A simple join buttonHello Aaro,
Sure, you can officially translate it here:
https://translate.www.ads-software.com/projects/wp-plugins/booking-activities/stable/fi/defaultIt would be great since everybody will be able to benefit from your translations!
However, if you want to translate only few strings, or for your personal use, you can use POEdit.
– Open the .pot file in the plugin directory, in booking-activities/languages.
– Translate it to Finnish.
– Save your translations files in that folder, with those exact names:
– wp-content/languages/plugins/booking-activities-fi.mo
– wp-content/languages/plugins/booking-activities-fi.poYou will also be able to import your translations in the official site afterwards if you want.
Regards
Forum: Plugins
In reply to: [Booking Activities] Change CSS of calendar editor in backendHello,
Yes it’s normal, the style.css file of a child theme is not enqueued on backend.
You need to create another CSS file in your child theme.
Name this file admin.css, and place it at the root of your child theme.Then enqueue it on backend by adding this code to your child theme functions.php:
function my_theme_load_admin_styles() { wp_enqueue_style( 'my_theme_admin_css', get_stylesheet_directory_uri() . '/admin.css' ); } add_action( 'admin_print_styles', 'my_theme_load_admin_styles', 20 );
Hard refresh your pages with CTRL+F5 each time you edit this file.
Regards,
Yoan CutillasForum: Requests and Feedback
In reply to: Plugin stats “Active install growth” history JSON source fileHello,
I have found the answer in the source code:
https://meta.trac.www.ads-software.com/browser/sites/trunk/www.ads-software.com/public_html/wp-content/themes/pub/wporg-plugins/js/stats.jsThe “Active install growth” chart JSON source file is at this URL:
https://api.www.ads-software.com/stats/plugin/1.0/active-installs.php?slug={slug}&limit=730Maybe we can add this URL with the others in the www.ads-software.com_API codex page?
Thank you,
Yoan CutillasForum: Plugins
In reply to: [Booking Activities] Browser / Ad blocker compatibilityHello Laura,
Actually, that is not what I expected.
If you cannot reproduce the error for sure, there is great chances that this code didn’t solve your problem.I have removed the unecessary nonce that may have caused this issue in the new 1.5.2 version.
Can you update to 1.5.2 and remove the code I have provided you.
Then, let me know if the error occurs again.Regards,
Yoan CutillasForum: Plugins
In reply to: [FAQ Concertina] Direct link to an answerHi Michael,
Yes alright, but it doesn’t expand the answer.
Sorry, it was actually more like a feature request; it would be nice if those anchor links expand the answer :).Thank you for your prompt answer,
Regards,