Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nikola Loncar

    (@loncar)

    Hi Olaf,

    there is some style issue on you web site. Put this in custom style filed in settings :

    .ea-bootstrap .disabled .block {
    z-index: 1000;
    }

    Best regards,
    Nikola

    Thread Starter odouma

    (@odouma)

    Hello Nikola,

    Thanks for the quick response.
    That didn’t work for me. Forgot to say, i use Virtue Premium as theme. Version 1.6 of easy appointment worked good.

    Thanks Olaf

    Plugin Author Nikola Loncar

    (@loncar)

    Hi Olaf,

    my bad, here is fix :

    .ea-bootstrap .disabled .block {
    z-index: 1000 !important;
    }

    or try

    body .ea-bootstrap .disabled .block {
    z-index: 1000;
    }

    Best regards,
    Nikola

    Thread Starter odouma

    (@odouma)

    Thanks Nikola,

    Both options worked well

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't select a service’ is closed to new replies.