Hi @bergentrappedesign,
your button css is in display: none;
add this custom css or change the original file
.wpdevart-submit {
display: block!important;
}
i’ve noticed that you need to click on a date on the calendar in order to the submit button to appear.
but if you need it always on just add the above code to you css
regards
Yes, I know that 🙂
But when you choose a date and fill out the form, and press the “book” button – nothing happens.
There’s some jQuery errors in booking.js
this is the error:
booking.js?ver=10.3:1014 Uncaught TypeError: Cannot read property 'count' of null
at changeTotalPrice (booking.js?ver=10.3:1014)
at reservation_info (booking.js?ver=10.3:1006)
at Object.success (booking.js?ver=10.3:713)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at y (jquery.js?ver=1.12.4:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4:4)
-
This reply was modified 8 years, 7 months ago by
riangraphics.
I’m sorry, but I dont know what that means.
Hi dear user.
Can you contact us at [email protected], we need more information about your website and it will be better to provide email support in this situation.
Thanks.
Best regards,
WpDevArt support team.
-
This reply was modified 8 years, 7 months ago by
wpdevart.
Hi dear user.
We fixed this issue, so we are going to close this topic, if you have other questions then contact us again.
Thanks.
Best regards,
WpDevArt support team.
Hi,
When clicking on a date to make a booking, nothing happens and no button shows up.
Further to this issue, by inspecting the element on the webpage when the mouse is over the day, the following error shows in Google Chrome:
Uncaught TypeError: $(…).datepicker is not a function
at HTMLDocument.<anonymous> (booking.js?ver=10.3:743)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
and on Firefox:
TypeError: $(…).datepicker is not a function
Please advise