I have a call that
was working OK, but suddenly is behaving very oddly, especially in FF.
The calendar has a fair number of events both in this month and the next.
When calling it without debug mode on, the page just doesn’t load at all, in any browser.
When calling it with debug, it shows the page and debug results in IE and opera, but in FF it shows it maybe once, then after pressing refresh it doesn’t for one or two presses, then shows it again, without any pattern.
Check it out at
http://www.villageaid.org/182.html (Without the debug call) and
http://www.villageaid.org/183.html (With the debug call).
The Google Events call is:
[!GoogleEvents? &dayNameSize=`1` &outputType=`list` &maxEvents=`20` &lastEvent=`90` &tpl=`gEventsRow` &email=`[email protected]` &order=`d` &dateFormat=`D jS F, Y` !]
On another page on my site I have embedded the Google calendar just using the iframe code provided at Google. This works OK. The feed seems to be OK.
Any ideas please???