Hi there,
I’m experiencing conflicts with WP User Front End Pro and the Enfold Theme.
I am unable to enter information into the form fields by mouse selection. I can tab through the fields but not click into them.
I’ve received support from WP User Front End who suggested I try another Theme, which I have done, and the problem was fixed.
I’m using Enfold 4.5. Any ideas?
Hey Suze,
Thank you for using Enfold.
The form’s labels cover some of the input fields. This css code should help.
li.wpuf-el.parent_guardian_details.form_element_half_last + .wpuf-el, li.wpuf-el.parent_guardian_details.form_element_half_last + .wpuf-el + li {
position: relative;
z-index: -1;
}
Best regards,
Ismael
Brilliant! That worked Ismael – thank you so much for your help.