videcam
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Summary into formHi!
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?
Forum: Plugins
In reply to: [Booking Calendar] Summary into formOK. 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.
Forum: Plugins
In reply to: [Booking Calendar] PB with admin iconsHi, 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.