After updating WordPress from 5.2.2 to 5.2.3 and Enfold from 4.5.7 to 4.6.2, checkboxes on contact forms stopped working (links in Private Content).
The creation of pages on the site also occurs with problems – they do not appear in the list immediately, but only after refreshing page ‘F5’.
Hey sony1208,
Sorry for the problem. Please try the following in Quick CSS under Enfold->General Styling:
label.input_checkbox_label {
position: initial !important;
}
Best regards,
Rikard
It works! Thanks!