August 13, 2013 at 09:04 /
@xpac
The calendar can just be used once per page.
@danielagnhammar
Seems like your theme doesn’t use wp_footer() to generate the footer. That way plugins can’t hook in their scripts and styles. Contact the theme developer and ask for a fix or include wp_footer() yourself after the closing /body tag most likely in the footer.php
Regards