Loading message is still visible, when calendar has loaded
-
using version 4.1.4 of Booking Calendar.
I am using this code in the availability page template:I first show some text: bla bla bla
then show the calendar:<?php $bookingtype = 1; $calendar_count = 2; do_action('wpdev_bk_add_calendar', $bookingtype, $calendar_count); ?> some more text: bla bla bla then show the booking form: <?php do_action('wpdev_bk_add_form', $bookingtype ); ?> it works OK but the loading message saying : "Calendar is loading..." is showing just before the form ? Firefox shows this code: <div id="form_id494255589120"> <form id="booking_form1" class="booking_form" action="" method="post"> <div id="ajax_respond_insert1"></div> <div class="booking_form_div"> <div id="calendar_booking1">Calendar is loading...</div> <textarea id="date_booking1" style="display:none;" name="date_booking1" cols="50" rows="3"></textarea> </div> <div style="clear:both;height:10px;"></div> <a></a> <div id="booking_form_div1" class="booking_form_div">
I have used a CSS hack to make it go away, but there is something going on here thats not right?
CSS hack:
.booking_form_div #calendar_booking1 { visibility: hidden; }
see here:
https://wheelbarrow-castle.co.uk/website/availability/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Loading message is still visible, when calendar has loaded’ is closed to new replies.