Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You can use this CSS to access to the calendar frame:

    .booking_form_div .bk_calendar_frame {
    
    }

    Please note, you also need to change CSS of these elements (“width” and “clear” CSS parameters, because right now its configured like “clear:both;width:100%”, and thats why you will not be ble to float left your booking form):

    .block_hints.datepick {
    }

    and

    .wpdev_clear_hint {
    }

    Kind regards.

    Thread Starter Ovidiu

    (@ovidiu)

    OK, I will try it your way but what I meant is that each field of the booking form is inside its own DIV instead of the whole form being inside one single div, see here what I mean: http://screencast.com/t/KTvOuCZKPEGo

    So now I have to adjust each single DIV instead of one surrounding DIV.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Its possible to create the custom structure of the bookijg form and make the customization like in your description in the any paid versions of Booking Calendar. You can configure it on the Booking > Settings > Fields page in those versions. Please retest it in the live demos of the paid version of the plugin website.
    Kind regards.

    Thread Starter Ovidiu

    (@ovidiu)

    Ah, I see. Thanks for clarifying this.

    Thread Starter Ovidiu

    (@ovidiu)

    Apart from applying extensive CSS as explained above, isn’t there an easier way to align the booking form next to a calendar?

    I tried using the widget for the form and the calendar for the page but that doesn’t work :-/ – any particular reason why not?

    => http://screencast.com/t/AZvIP9eB

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    1) In the paid versions you can configure the structure of booking form in a way as you need on the Booking > Settings > Fields page. For example you can use one of the standard “templates” for showing calendar and form in 2 columns (side b)y side. You can test it here .

    2) According your issue, please check here.

    Kind Regards.

    Thread Starter Ovidiu

    (@ovidiu)

    THX.

    I read the link you gave before posting here but you seem to use booking calendar and booking form interchangeably.

    From the FAQ I understood I cannot show two calendars which was fine, I was trying to show the calendar in the page and the form in the widget but it seems this combination isn’t allowed either.

    Thanks for clarifying.

    Plugin Author wpdevelop

    (@wpdevelop)

    Yes, it does not possible. Sorry.
    Kind regards.

    Thread Starter Ovidiu

    (@ovidiu)

    not a problem if the pro version allows this type of setup 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Feature suggestion’ is closed to new replies.