Nick Young
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple Calendar & WoocommerceThanks for the update, glad you got it worked out.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Clear Cache on frontendThere probably is a way, but that would be a bit out of the scope of this support forum. It would likely require custom work on the plugin or a custom plugin to add that kind of functionality.
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] Excellent Plugin!Hey thanks so much for the nice review. Glad we could make something that is simple and easy for you to use 🙂
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Color for fc-today / fc-higlightHi,
This forum is for the free version. Since it looks like you have upgraded to have the FullCalendar add-on please submit a support ticket here so we can get you take care of right away:
https://simplecalendar.io/contact/
Thanks!
Thanks for the feedback!
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] Works – right out of the boxHey thanks for such kind words, really glad we could provide something that works just how you need!
Hello,
1. Yes it is intended behavior of the calendar to be responsive like that so that it can work on other screen sizes nicely. To fix you would just want the container around the calendar to be a certain width to avoid the responsive view being shown.
2. This sometimes is caused if you have no events to be able to page to. Do you have events in the future/past?
I would recommend going through this also in case there is a conflict somewhere:
https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
There is not an option to force the width currently, but it is definitely an interesting idea.
Closing this as this is a feature request and I responded to your other ticket so we can continue conversation for a current fix there.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Arrows doesn’t show upDoes it work properly on a default theme?
https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple Calendar in WidgetTry adding it like this to see if it makes a difference:
font-size: 20px !important;The pagination links will only work if you have events in the next (or previous) months. DO you have events in the future to be able to page to?
I would start with this to rule out any possible conflicts:
https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
Let me know how that goes and we can go from there.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error calling GETI was just informed minutes ago about the API Keys documentation not being up to date so I have added that to our list of things to take care of.
For the Free version there is not a way to enter oAuth credentials so you need to just create the normal API Keys without oAuth.
I would recommend doing it under your client’s account just to avoid any possible future headaches.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Missing EventsWhat do you have your start and end times for the calendar set to?
Also, what is your max events setting set to?
You might need to try finding out if you can change the CSS of the popup to be a greater width before it is displayed. I imagine what is happening is that the container has no width set before being opened but the calendar is already being constructed inside of it so it needs the width of that container to be bigger to begin with.
Hope that helps with some ideas.