Hi,
I would be glad to help out with this. What exactly is the problem that you are having?
Some ideas to get you started until you can get back to me on the exact issue:
Make sure you have created and set your API key: http://docs.simplecalendar.io/google-api-key/
Make sure your calendar is public: http://docs.simplecalendar.io/make-google-calendar-public/
How to get your Calendar ID: http://docs.simplecalendar.io/find-google-calendar-id/
I have the api key set, calendar is public and I have id loaded. Calendar displays all of my events. Whats not working are the arrows, hovering and clicking.
How can I use this calendar in my template. For example
<?php
echo do_shortcode(“[calendar id=60]”);
?>
If I enter it in a page [calendar id=60] the arrows work no issues.
Hey I figured it out I had wrapped the calendar with a position absolute.
Awesome glad to hear you worked it out. Thanks for updating us!