• Resolved FastSnatch

    (@fastsnatch)


    Hi,

    Is it possible to disable booking service? I just want to display if my home is free or booked.

    Thanks.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    As we understand you want only to show the calendar(without booking form), but unfortunately it is not possible.

    Thanks.

    Best regards,
    WpDevArt support team.

    Thread Starter FastSnatch

    (@fastsnatch)

    Hi,

    Thanks for the quick answer (and this great plugin)!

    So I used thoses lines in my custom CSS and it works!

    .wpdevart-booking-form {
        display: none;
    }
    
    .wpdevart-calendar-container {
        pointer-events: none;
    }
    Plugin Author wpdevart

    (@wpdevart)

    Thanks a lot dear user for sharing this code.

    We are going to close this topic if you have other questions then contact us again.

    Thanks.

    Best regards,
    WpDevArt support team.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disable Booking Service’ is closed to new replies.