Nick Young
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Bubble Placement IssuesHi sorry you are experiencing issues.
Try running through this first so we can rule out any possible conflicts:
https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
Thanks!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Fatal error in Carbon.php:425The caching works through using WordPress’s caching system. Basically it creates a database entry that stores all of the calendar data. If the cache time (set in settings) is expired then it just refreshes it when the next person that view the calendar opens it.
There should not be many Google requests based on the cache stuff above because it only takes 1 user to redo the cache (say every 2 hours). The only time it would be a problem is if you have a low cache limit and if you have a LOT of traffic.
You should be able to see your request counts in your Google Dev console where you created the API Keys.
Hope that helps with some stuff π
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Featured Image in Calendar itemsYou could just output the calendar with the shortcode on a page that allows featured images instead of linking the calendar page directly. Or do you mean inside the actual calendar where the events are?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Referer errorAre you talking about for API keys?
Did you follow this guide?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Possible to grab GPS from event?In case you haven’t already you can customize the display with these: https://docs.simplecalendar.io/event-template-tags/
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Missing EventsFor some arbitrary reason it doesnβt show the NEXT X# of events. It just shows X# of events in no order.
You can set the list view to show the next X # of events by setting the span.
The way our plugin displays the output of the events is just based on how we receive them from Google. And the way Google does it is quite odd sometimes. Like for recurring events it will grab all the recurring events of Type A in the whole span before going to grab recurring events (or other events) of Type B and so on.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Text of “See more details” linkYou can’t do it for the whole calendar but for individual events see this here:
[add-to-gcal-link] : https://docs.simplecalendar.io/event-template-tags/
I think that is what you are looking for.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Scroll to the right not visibleDo you have events in the future months?
The pagination buttons will not work unless you have more events in that direction.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Tooltips no longer workingThe click doesn’t work on the most recent versions because we removed the option to have the hover on the responsive view. This was a design decision at some point.
You can even see in the tooltip help that it says it will always be touch on mobile (which is the same as the responsive view).
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Basic Question on functionalityAre you getting any errors showing?
I assume that you do have Calendars made that should show up in the list.
I would run through this first to see if there are any conflicts and then we can go from there:
https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] errors setting api keyThe plugin is not compatible with PHP 7.1.x at this time. So the solution (for right now) is to use something like PHP 7.0.x until we can get the necessary changes in.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Wrong monthWait, is this only happening on the first day of the month or all the time?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Arrows doesn’t show upNo problem at all, glad it’s working for you now.
Having not got a response from you in a while we are going to consider this resolved. Please open a new ticket if you have any other problems.
Thanks!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Interval and Interval_countYou would just create a calendar with the span set to
1 eventand then use the shortcode that is generated for that calendar.We are going to consider this one resolved. Please let us know if you have any further questions.
Thanks!