Hello.
You are having this JavaScript error at the page:
TypeError: jQuery(...).datepick is not a function[Learn More] client.js:366:9
Because of this, calendar is not showing at the page.
The reason of this error, is because your actual them is loading jQuery library second time at the bottom of the page:
https://intoboholtours.com/wp-content/themes/vw-tour-pro/js/jquery.min%20.js?ver=4.9.8
Please read more about such issues here: https://wpbookingcalendar.com/faq/loading-jquery-twice/
You need to comment or remove the loading of jQuery library second time by your theme. You can do this in functions.php or footer.php file of your theme. For more details, please contact support of your theme.
Thank you.
Thread Starter
jaboer
(@jaboer)
I have read the instructions, but I am a bit of a beginner in this. Exactly what are the steps I have to do to delete or deactivate (comment) of query?
Thank you
Hello.
It’s inside of the footer.phpj or functions.php file. Better to contact support of your theme, about ability to comment loading of jQuery in your theme.
Or ask them (your theme support) to make loading of jQuery library relative to WordPress standards (every JavaScript script Have to be registered and then loaded via specific WordPress function). More here: https://developer.wordpress.org/themes/basics/including-css-javascript/
Kind Regards.
-
This reply was modified 7 years, 8 months ago by
wpdevelop.