Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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/
    Demo Spa

    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.
    #1333391

    USD250 for a plugin suggested by Kriesi and one more Enfold license forced to pay to get a support.

    Where is the support???

    #1333509

    Hi,

    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,
    Ismael

    #1334053

    Hi 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.
    X

    #1334450

    Anybody? Any solution?

    #1334461

    Hi,

    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,
    Ismael

    #1335642

    Hi Ismael.
    I was wondering of any update?
    Your solution works, but it’s ugly and far from what advertised

    #1335836

    Hi,

    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,
    Ismael

    #1335931

    Hi 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,
    Xavier

    #1335972

    Hi,

    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,
    Ismael

    #1338098

    Hi,
    Sorry but after update it doesn’t work.
    And i need it to work for another project.
    Thanks.
    X.

    #1338175

    Hi,

    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,
    Ismael

    #1338176

    Hi Ismael,
    My apologies I forgot.
    Thank you always.
    Best,
    X

    #1338422

    Hi,

    No problem. Please let us know in a different thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Woocommerce Bookings display calendar on click.’ is closed to new replies.