• Resolved Ninja Joe

    (@ninja-joe)


    I purchased the Business Medium version. Right now, days in the past automatically become Unavailable. How can I stop that?

    I don’t want days in the past to become unavailable. Please see screenshot:

    I would like days in the past to remain Reserved or Pending state.

    • This topic was modified 2 months ago by Ninja Joe.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Probably you use this calendar skin: ../{Booking Calendar Folder}/css/skins/24_9__light_traditional_1.css

    Please add this CSS code to the bottom of this skin:

    :root{
    --wpbc_cal-unavailable-day-color: #D33131;
    --wpbc_cal-unavailable-text-color: #000;
    }
    .datepick-inline .datepick-unselectable:not(.date2approve) .wpbc-cell-box{
    background: transparent;
    border:none;
    }
    .datepick-inline .date_user_unavailable:not(.date2approve) .wpbc-cell-box{
    background: transparent;
    background: rgb( from var(--wpbc_cal-approved-day-color) r g b / var( --wpbc_cal-day-bg-color-opacity ) );
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-approved-day-color);
    }

    Find more information at this page: https://wpbookingcalendar.com/faq/change-skin-and-colors/

    P.S. Please note, this forum is only about the support of Booking Calendar Free version. If you will have any questions about the paid version, then contact here https://wpbookingcalendar.com/contact/

    Kind Regards.

    • This reply was modified 2 months ago by wpdevelop. Reason: Fixed CSS code, to show pending days correctly
    Thread Starter Ninja Joe

    (@ninja-joe)

    That only changes the styling color, but it doesn’t let me see the tooltips on past days. I need to be able to see the tooltips on past days on the calendar so I can see who reserved the days:

    How can I see the tooltips on past days? I know I can use the the timeline or the backend, but I need to see tooltips on the frontend calendar for past days.

    Plugin Author wpdevelop

    (@wpdevelop)

    If you need to show the “real” bookings at the past dates, then unfortunately, it’s not possible to show such bookings in inline month view calendar in any versions of Booking Calendar. Sorry.

    However, if you need to show the past bookings, then you can use the timeline view like in this demo . You can check about the Timeline shortcode here . But it’s not possible to submit the new bookings from Timelines.

    Kind Regards.

    Thread Starter Ninja Joe

    (@ninja-joe)

    Is there a setting to disable days in the past from becoming Unavailable days? For example, if yesterday was reserved, it should show on the calendar a Reserved, NOT Unavailable, so I can see reservation info on the tooltip of past days.

    Plugin Author wpdevelop

    (@wpdevelop)

    Unfortunately, there are no such settings. Sorry.
    Kind Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.