• Seems like recent updates have broken the CSS. The radio buttons have gone missing after I upgraded to the latest Salon version. Problem went away after I deactivated the plugin. I am using Ascension theme with Gravity Forms.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dimitri Grassi

    (@wordpresschef)

    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

    Thread Starter ajiwani

    (@ajiwani)

    @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.
    Plugin Author Dimitri Grassi

    (@wordpresschef)

    Hi,

    I don’t see any CSS rule of Salon Booking that is hiding that check-boxes..

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

The topic ‘New version breaking the CSS’ is closed to new replies.