The Gravity Forms datepicker scripts are not being included in your page. This is from the source of a page with a form using a date picker on my site:
[html]
<script type='text/javascript' src='http://gravity.chrishajer.com/wp-content/plugins/gravityforms/js/jquery-ui/ui.datepicker.js?ver=1.6.12'></script>
<script type='text/javascript' src='http://gravity.chrishajer.com/wp-content/plugins/gravityforms/js/datepicker.js?ver=1.6.12'></script>
Those two scripts are not included in your page.
I also noticed that this date picker related functionality is commented out in your page:
[html]
<!-- link rel="stylesheet" type="text/css" href="http://www.bestwesternpembroke.com/wp-content/themes/bestwest/js/datepick.css" />
<script type="text/javascript" src="http://www.bestwesternpembroke.com/wp-content/themes/bestwest/js/datepick.js"></script>
<link rel="pingback" href="http://www.bestwesternpembroke.com/xmlrpc.php" />
<script type="text/javascript">
$(function() {
$('.DateIn').datepick();
});
</script-->
I'm not sure if the two are related or not.
I'm not sure why your theme is having trouble with this. Does the theme have a call to wp_head() and wp_footer() in it? I would contact the theme author for their support.
Posted 11 years ago on Tuesday April 2, 2013 |
Permalink