Plugin Author
Poco
(@poco)
There seems to be a problem loading the plugin on your page.
Opening the debug console on the page (press F12 in most browsers) shows the following errors. The files that the plugin added to the page are not loading from the location given.
(index):53 GET http://www.steliospetrakis.com/wp-content/plugins/google-calendar-widgetdirectory/wiky.js?ver=1.0
(index):54 GET http://www.steliospetrakis.com/wp-content/plugins/google-calendar-widgetdirectory/date.js?ver=alpha-1
(index):63 GET http://www.steliospetrakis.com/wp-content/plugins/google-calendar-widgetdirectory/ko-calendar.js?ver=abc
I don’t know why this would happen. The plugin uses the standard wp_enqueue_script to load the files. Can you check that all the files are in the plugin directory? There could also be a conflict with another plugin, what plugins are you running?
The following problem is due to, what I believe, is a misbehaving plugin. It is converting “//apis.google.com” to “/apis.google.com” which tricks some other part of the pipeline to prepend the full host name before it. You can solve this one by changing the “//apis.google.com” to “https://apis.google.com” in ko-calendar.php.
(index):64 GET http://www.steliospetrakis.com/apis.google.com/js/client.js?onload=ko_calendar_google_init&ver=abc
Thanks a lot for your reply!
I tried the change with https:// but nothing has changed.
Actually, the rest of installed plugins are:
All in One SEO Pack, Category Posts Widget, Contact Form 7, Embed YouTube Videos in WordPress, File Gallery, qTranslate, Query Posts, WordPress Category Archive, WP Security Scan
Could you imagine of a conflict with one of those?
Thanks in advance
Plugin Author
Poco
(@poco)
Well, the first problem is, do the files exist from where it is trying to download them?
http://www.steliospetrakis.com/wp-content/plugins/google-calendar-widgetdirectory/wiky.js
Does that file exist?
On your host, in your wordpress folder, does the following file exist?
wp-content/plugins/google-calendar-widgetdirectory/wiky.js
If that file exists then the question is why the server is not serving it.
Dear Friend,
Thanks for you help.
Actually after one of the re-installations there was a space character in the directory of this widget. It is now fixed and working.
Thank you very much!
My Google calendar widget no longer loads events on our website’s menu bar. Did something change. The website is: http://harvestwillmar.com
The address settings is set for public/full and it usually loads but I can’t seem to figure out why it’s not now. Thanks?
Plugin Author
Poco
(@poco)
Yes, the plugin was updated about 4 months ago when Google shutdown the API it was using. You will need to update to the latest version and get a Google API Key.
See the current Installation Instructions for how to get up and running.
The Calendar ID for your current calendar is as follows, and this is how you will need to refer to now it in the plugin settings.
7u57lpffet382g8p6o3ppv0tuk@group.calendar.google.com
If you have any trouble I can help, but look at the forum threads over the last few months for common update problems that people have been having.
So if I delete the widget I have now and search for google calendar again for new plugins. Will I be able to install the new one? I’m kind of new here. I just took over my church website from the last person and didn’t get much help in trying to figure everything out. Plus this is my first time using wordpress.
Plugin Author
Poco
(@poco)
In the WordPress dashboard you can see the list of installed plugins and update them directly from there.
See https://codex.wordpress.org/Plugins_Screen for more details.
Once you do that though, you will need to also update the widget parameters from the Appearance Widget Screen as described my Installation Instructions.