December 5, 2017
at 18:45 /
#24448
Good afternoon.
On the site of our hotel lambat.ru (based on WordPress 4.9.1) installed module easyReservations (Version 4.0.)
After the last updates, the module began to look very unpresentable, the form fields floated, the calendar did not work at all: neither when selecting a date, nor for displaying busy numbers.
https://cloud.mail.ru/home/2016/Doc/form.jpg
https://cloud.mail.ru/home/2016/Doc/form2.jpg
Please help me on solving these problems. Thank you before!
December 5, 2017
at 19:57 /
#24449
There’s a new form structure. You’ll have to adjust your form to it or make it again from the new default.
As you page is filling the whole width I’d also put the form in a container so it’s not as wide.
Regards
December 5, 2017
at 20:15 /
#24450
Thanks for the help. The form will be corrected, but the calendar on the form does not work – nothing happens when you click on the icon.
December 5, 2017
at 20:28 /
#24451
There are many javascript errors on your page. When I call the calendar manually it works, but the javascript errors prevent the calendar to be called automatically. But that should have nothing to do with the update as nothing there changed.
Please try to open /lib/shortcodes/calendar.php, search for “window” and replace it by “document”.
If that does not help try to disable other plugins and switch to default theme to see if any of those cause it.
Regards