-
AuthorPosts
-
December 17, 2021 at 2:21 am #1333186
Hi,
Using Woocommerce Booking as suggested in demo import.The option Calendar display mode is set to “Display calendar on click”, but it doesn’t show. https://braveblossoms2023.jp/tours/toulouse-albi-gaillac/
And it should show like in your demo https://kriesi.at/themes/enfold-spa/product/book-now/
There’s been a similar question in https://kriesi.at/support/topic/woocommerce-bookings-option-to-display-calendar-on-click-not-working-properly/ in which you blame the plugin for not working.
In that case could you please tell me how you made it work on your demo.
Thank you.
Best,
Xavier- This topic was modified 2 years, 10 months ago by koomo.
December 18, 2021 at 9:39 pm #1333391USD250 for a plugin suggested by Kriesi and one more Enfold license forced to pay to get a support.
Where is the support???
December 20, 2021 at 10:19 am #1333509Hi,
Thank you for the inquiry.
The calendar button should automatically display when the product type or product data is set to “Bookable Product”. Please post the login details in the private field so that we can check the product and plugin settings.
Best regards,
IsmaelJanuary 3, 2022 at 11:59 am #1334053Hi Ismael,
Happy New Year.
I had to find another solution but re-created the issue at https://koomo.org/lab/product/book-now/
Credential below.
Please let me know.
Best.
XJanuary 6, 2022 at 2:49 am #1334450Anybody? Any solution?
January 6, 2022 at 4:15 am #1334461Hi,
Sorry for the delay. We are not yet sure why the “Choose” button or the date picker button is not displaying on the product page but you can use this code temporarily to display the date fields, which should also toggle the calendar.
#top .wc-bookings-date-picker-date-fields { display: block; }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelJanuary 15, 2022 at 12:10 am #1335642Hi Ismael.
I was wondering of any update?
Your solution works, but it’s ugly and far from what advertisedJanuary 17, 2022 at 11:01 am #1335836Hi,
Sorry for the delay. We added this script in the functions.php file temporarily to append the “choose” button in the date picker container.
function ava_custom_script() { ?> <script> (function($) { $(document).ready(function() { $('<legend><span class="label">Date</span>: <small class="wc-bookings-date-picker-choose-date">Choose...</small></legend>').prependTo('.wc-bookings-date-picker'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script');
You can now remove the css above.
Best regards,
IsmaelJanuary 18, 2022 at 3:43 am #1335931Hi Ismael,
Thank you for the update.
It’s kind of weird.
After creating a child theme, it started to work correctly.
And if I put your code…the code appears in the header.
And dates do not load.
Best,
XavierJanuary 18, 2022 at 6:17 am #1335972Hi,
Glad to know that it is working correctly now. You don’t need to add the script in the functions.php file if the Choose button already exists.
Best regards,
IsmaelFebruary 1, 2022 at 12:31 am #1338098Hi,
Sorry but after update it doesn’t work.
And i need it to work for another project.
Thanks.
X.February 1, 2022 at 9:45 am #1338175Hi,
Did you try the script above? It should create a date picker button below the room selection or dropdown. Please add the script in the functions.php file.
Thank you for your patience.
Best regards,
IsmaelFebruary 1, 2022 at 9:49 am #1338176Hi Ismael,
My apologies I forgot.
Thank you always.
Best,
XFebruary 2, 2022 at 11:46 am #1338422 -
AuthorPosts
- The topic ‘Woocommerce Bookings display calendar on click.’ is closed to new replies.