Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    1) Please open the General Booking Settings page, then uncheck this option “Use CSS BootStrap” at the Form section. (Please use “Save Changes” button at the bottom of the page to Update this Settings).

    2) Then please make this fix.
    Please open this file ../booking/lib/wpdev-booking-class.php

    then find this code:
    $form = '<a name="bklnk'.$my_boook_type.'"></a><div id="booking_form_div'.$my_boook_type.'" class="booking_form_div">';

    and replace it to this code:

    $form = '<a name="bklnk'.$my_boook_type.'"></a><div id="booking_form_div'.$my_boook_type.'" class="booking_form_div9">';

Viewing 1 replies (of 1 total)

The topic ‘Form styling’ is closed to new replies.