Hi,
do you have the 3.42.2 version installed? If so share the url of your website.
I see a similar problem with CF7 checkboxes they disappear since the last update, I’m running version 3.42.2 of Salon Booking plugin.
salon-booking-calendar-shortcode css forces this rule making all checkboxes to hide
input{
-webkit-appearance: none;
}
In case someone needs a quick fix while waiting for new plugin version with a fix. this will override the salon booking css rule
input[type="checkbox"]{
-webkit-appearance: checkbox !important;
appearance: checkbox !important;
}
Hello, we also have had problems with the css in the new version. The calendar shortcode has changed the format and adjusts very poorly to the different screens
@wordpresschef I upgraded to the 3.43.1 version but the problem persists. Check the checkbox (missing) on this url
https://www.lifefoundationhomecare.com/covid-19-questionnaire/
-
This reply was modified 5 years, 11 months ago by
ajiwani.
-
This reply was modified 5 years, 11 months ago by
ajiwani.
Hi,
I don’t see any CSS rule of Salon Booking that is hiding that check-boxes..