[ad_1]
Hi there,
I see the calendar is missing the javascript file enqueued by the plugin. This should be enqueued by the wp_footer() function in your theme’s footer.php file.
I checked your page’s source and i can see that the output ends right after the copyright text, this means that you probably have a PHP error in your footer file, causing it to end before it reaches the wp_footer() function.
