hello
after the update for the enfold theme (after wordpress update)
all “post-entry post-entry-type-page” has no height anymore … i guess you forgot the before::/after:: in the update?
any suggestions how i can fix that in a quick way?
thank you!
to see in all browsers …
Hey!
Thank you for using Enfold.
I checked the site but I’m not sure what is the actual issue. Can you please provide a screenshot?
Regards,
Ismael
hi Ismael
before the enfold update took place the “post-entry post-entry-type-page” div had the same height as the div “template-page.content”.
now the height of “post-entry post-entry-type-page” is 0!
i could solve the problem in the meantime: i change the padding/margin/background of the div “template-page.content” to get the same design like before.
BUT: there is an other problem: the validation of the contact form doesn’t work anymore ?
http://new.glasmaler.ch/anfrage-kontaktformular/
do you know anything about that?
thank you (do you speak german too?)
Hi!
I checked the contact form and it is working fine. Are you sure it’s not working?
Best regards,
Ismael
hi Ismael
the VALIDATION of requested fields doesn’t work.
any solution?
thanks and best regards
Hi!
Validation is working, problem is that you have a rule in your style.css that is overwriting the red border that normally appears when a field is not valid, adding this to your style.css will fix it:
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{
border:1px solid #DF653E !important;
}
Best regards,
Josue
THANK YOU ALL !