When a user is going to update or fill in a field, the privacy settings is transparent and blocking the registration. Terms and conditions function from JS does not allow you to click next either.
I can PM access and url.
/* Fix */
.joms-checkbox {
clear: both;
}
.joms-button--privacy {
width: auto!important;
}
/* v.3.18 fixes */
.joms-focus__header .joms-avatar--focus img {
min-width: 80px;
}
.joms-select {
padding: 0 5px!important;
}
.joms-select--multiple {
height: 100px!important;
}