Ross Hanney
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Grid w/Ajax not showing eventsHello,
Could you provide a link to your site, so I can take a look?
Hello,
Do you have a Google Apps account, or just a normal Google account?
Could you let me know the feed URL you’re using?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Prev/Next Month links not workingCould you let me know the feed URL you’re using, so I can look into it further?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Prev/Next Month links not workingHello Rob,
What do you have the “Maximum number of events to retrieve” option set to?
Hello,
The links look like they’re showing up ok now. Did you figure out the problem?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Can't Delete Reoccurring EventDo you have any caching plugins installed?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Can't Delete Reoccurring EventYou’ll probably need to clear the feed cache, which you can do by clicking the “Refresh” link in the plugin settings.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Previous month link not workingAh, I see.
Your theme is causing two JavaScript errors, which are preventing the navigation from working correctly.
Here are the errors (in Chrome):
Uncaught ReferenceError: PAYPAL is not defined - minicartcall.js:1 Uncaught TypeError: undefined is not a function - scriptcalls.js?ver=3.9.1:111
Fixing these errors should allow the month navigation to work correctly.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Previous month link not workingDoes your calendar contain events in previous months? The previous month navigation link won’t show up if not.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Prev/Next Month links not workingHello,
Apologies for the delayed reply.
Are you able to provide a link to the site itself, so I can take a look?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Previous month link not workingHello,
Apologies for the delayed reply.
What do you have the “Retrieve events from” option set to?
Hello,
If you go to Settings > Google Calendar Events, you should see a list of the feeds you have added under “Current Feeds”. On the right hand side of each feed in the list, there are the “Edit” and “Delete” links.
Hello Brian,
Yeah, qTip probably does need updating. However, if everything is loaded correctly, qTip v1 works fine with the current version of jQuery included with WordPress. It sounds like something (your theme or another plugin) is incorrectly loading its own version of jQuery, and not including the jQuery migrate script (which WordPress does by default).
You could try installing this little plugin I made, which just attempts to load the jQuery migrate script.
Hello,
One of your theme’s JavaScript files is causing an error, which os preventing the calendar navigation from working correctly. It’s the following file that’s causing the error:
wp-content/themes/clubber/js/audio.js
Hello,
What do you have the “Retrieve events from” and “Retrieve events until” options set to?
Regarding the widget getting cut off; this is probably due to the table cells that make up the calendar having too much padding. This can usually be corrected with a little CSS:
.gce-widget-grid .gce-calendar th, .gce-widget-grid .gce-calendar td { padding: 0; }