• When the visitor accesses the booking page, everything first appears “free” in the booking plan. Only if the calendar is changed by one month, the booked days are displayed. How do I get this fixed?

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • I HAVE the same problem, please help!

    Thread Starter kanonikus

    (@kanonikus)

    I also get the following error message:
    Warning: Invalid argument supplied for foreach() in /sommerhaus-prerow.de/wp-content/plugins/wp-booking-system/include/calendarCore.php on line 140

    Thread Starter kanonikus

    (@kanonikus)

    I don’t know why, but now it works.

    yes, on my site too, and I didnt change anything ??

    Thanks for reporting. Will investigate this.

    NOW IT DOESNT WORK AGAIN, please help!

    Please share your version number.

    staalen

    (@staalen)

    Hi… Also doesn’t work here.
    Version number: Version 4.2.1

    See here: https://probilerbiludlejning.dk/bil/toyota-aygo/

    daaaaave

    (@daaaaave)

    same for me
    version 4.2.1
    https://bapteme-parapente.ch/

    daaaaave

    (@daaaaave)

    Here’s a quick and dirty fix :

    in /wp-content/plugins/wp-booking-system/include/pluginShortcode.php

    line 10

    replace
    wp_enqueue_script('wpbs', WPBS_PATH . '/js/wpbs.min.js', array('jquery'));

    by
    wp_enqueue_script('wpbs', WPBS_PATH . '/js/wpbs.js', array('jquery'));

    in /wp-content/plugins/wp-booking-system/js/wpbs.js

    on line 87, add

     var $instance = wpbs(this);
    
       showLoader($instance);
        //e.preventDefault();
        if($instance.find(".wpbs-current-timestamp a").length == 0)
            timestamp = $instance.find(".wpbs-current-timestamp").html();
        else
            timestamp = $instance.find(".wpbs-current-timestamp a").html()
        wpbs_changeDay('refresh',timestamp, $instance);

    Then clear your browser cache.

    mperrillat

    (@mperrillat)

    I have the same problem on this page : https://www.lepredescolombiers.fr/tarifs/
    Version 4.2.1

    bryght

    (@bryght)

    Hey there,

    I’m really sorry you are having issues with the booked dates.

    I see you are all running the premium version of the plugin.

    Given that this support forum is used only for the Free version of the plugin, to get support please contact us here.

    Thank you for understanding!

    Best regards.

    wpbookingsystem

    (@wpbookingsystem)

    Hey there,

    I’m really sorry you are having issues with the booked dates.

    I see you are all running the premium version of the plugin.

    Given that this support forum is used only for the Free version of the plugin, to get support please contact us here.

    Thank you for understanding!

    Best regards.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Calendar shows no booked days’ is closed to new replies.