I’ve had the same problem, if you open the debug console of your browser you’ll see this policy error:
“Font from origin ‘http://new.theaxischurch.org’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://theaxischurch.org’ is therefore not allowed access.”
You can solve it adding this rule in your .htaccess file
Header add Access-Control-Allow-Origin “*”
even better if you can use a specific domain value:
Header add Access-Control-Allow-Origin “your-domain.com”
Hope this helps, bye
ps: Nick, sorry if I answered it for you 😀
@nducciuredda,
No problem answering, that’s why this is a community forum! 🙂
@jasonhermansdorfer,
Did the solution work for you?
Hi,
I’m having a similar issue when displaying the calendar on a page using its shortcode. However, none of the links work within the calendar (month-to-month arrow buttons, event links, or the hovers). Yet, everything works fine when viewing the permalink source.
Link to calendar display using shortcode: http://www.cmdsmemphis.org/parents/
Calendar permalink: http://www.cmdsmemphis.org/calendar/2506/
@jessalynr,
Can you try turning on the option “Always enqueue” in the plugin’s advanced settings and see if that helps?
It hasn’t worked for me…I have no navigation arrows showing at all. Cannot switch months, even though I have events added to other months.
I am having the same problem as well. I can see the current month but not the previous or the future. It use to work. I have “Always Enqueue” checked. Still no access to next month, http://www.marionswcd.net/?page_id=83
I noticed something similar and I think it has to do with Calendar / Appearance and Theme (light vs dark). If I set my theme to dark, I lose the arrows (although if you hoover over where the arrow would be, you see a Next Month box). If I change my theme to light, the arrows appear
example
http://wp.me/P6Ynig-Rr
drbond100, you are right!Thanks so much!!!
Out of curiosity is the tooltip and explanation for the theme option not really clear?