Tagged: form
Hi,
the standard ajax form of the enfold template is not loading entirely on iPhone 5 and iPhone 6.
On my Android phone and iPad the form loading completely without problems.
This is the the page, where the issue can be veryfied:
http://www.cheestrings.de/kontakt/
Can anybody help me?
Thanks, TJ
Hi TJ
Can you please firstly update Enfold to the latest version 3.5.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
Regards,
Yigit
Hi Yigit,
I’ve updated Enfold to version 3.5.1.
The issue is still existing, the form is loading partially.
Regards, TJ
Hi,
Are you using any jQuery migrate/update plugins? If so please try to deactivate them. If that doesn’t work then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Hi Rikard,
no, there are no jQuery migrate/update plugins in use.
Thanks or yout support!
Best regards,
TJ
Hi Rikard,
I must correct my last reply, jQuery Migrate v1.4.0. is loaded by WordPress by default:
https://www.cheestrings.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.0
Best regards,
TJ
Hi Rikard,
I removed jQuery Migrate.
The issue is still existing, the form is still loading partially.
Best regards,
TJ
Hi Rikard,
could you chek the problem on our site already?
Best regards,
TJ
I found the solution for my problem.
The actual problem was to scroll the page when touching on the input fields.
The page is also not scrolling properly on mobile navigation.
The solution is:
html, body{
height:100%;
-webkit-overflow-scrolling:touch;
overflow:auto;
}