Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter videcam

    (@videcam)

    Hi!

    I meant that there would be nice that there is some kind of message of a succesfull booking like there is when editing booking in the list view. For example when approving or what so ever. Now our client was not sure did the booking went through when they added a new booking in admin panel.

    More over; is it possible to add more payment statuses? For example one for the billingcustomer?

    Thread Starter videcam

    (@videcam)

    OK. Thank you for your answer. I see there is no message when admin makes a new reservation in admin panel. Is there any trick to add message, after admin makes a new reservation? And the process icon when clicked add new booking should also be more visible. Now it is not that visible.

    Hi, i had this same issue. One of the plugins caused this but before i’ll get the other plugin to work properly, i added this following code into admin css;

    #wpwrap .wpbc_icn::before, [class^=”wpbc_icn_”]::before, [class*=” wpbc_icn_”]::before {
    font-family: ‘wpbc-material-icons’!important;
    display: inline-block;
    }
    #wpwrap .bi::before, [class^=”wpbc-bi-“]::before, [class*=” wpbc-bi-“]::before {
    display: inline-block;
    font-family: wpbc-bootstrap-icons !important;
    }

    All the admin icons are now visible. The problem itself is not inside a booking calendar plugin but if someone is having this same issue, this might a first aid resolution for this.

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