EG:
- On checkout, when clicking on "Existing Client", the login form does not appear.
- On clicking "Reply" when viewing a ticket in the client area, the ticket reply block does not appear (or a big blank space appears).
Please add the following CSS rule to your "Custom Styles" block in the WordPress Bridge Settings:
.hidden {
visibility: inherit !important;
}