Nick Young
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendars no longer displayingPlease try going through this first 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] Wrong highlighted date (list view)So you went through and made sure all these are the same already?
https://docs.simplecalendar.io/timezone-settings/
And the issue is only occurring in that specific hour and not at any other times correct?
Awesome Brian, glad you got that working!
And thanks for posting your solution + updated solution so that others can see it for reference.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Do not save settingsIdeally, we would like to continue using the plugin without having to downgrade our PHP. Thanks!
Yes I totally agree with you. Unfortunately, I do not have an ETA at this time. It is up on our priority list so I would be willing to bet that the next major update (no ETA on that either) will contain changes to fix PHP 7.1 issues.
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] doesn’t work…Sorry you ran into issues. I don’t see that you posted any topics in the support forum. We would be glad to help you if you started up a thread if you decide to give us another chance.
Thanks
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Grouped calendar not workingAlso, one other thing. Do you get any PHP errors or errors in the browser console tab?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Grouped calendar not workingWhat about your other settings? Perhaps the start date is off? Maybe check your timezone settings also and run through the troubleshooting to make sure there isn’t a conflict with another plugin or the theme.
Timezones: https://docs.simplecalendar.io/timezone-settings/
Troubleshooting Themes/Plugins: https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
You would need to add each separately and then combine them with a grouped calendar.
Here is some more info:
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] if-not-descriptionOh sorry I think that it might not work correctly with just the description tag. I am pretty sure the the description is wrapped in a
<p>tag which would be causing the line break. You might be able to get rid of that by turning thehtml="yes"attribute of the tag on possibly. You would have to test that and see if it works though, as I am not 100% sure off the top of my head.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] See more Details removeThe above is not in a file. It is when you view the calendar settings page. It is in the text editor above the calendar settings. That is also what we call the Event Template Tags which you can find out more about here:
The CSS files for the plugin are:
/assets/admin.css
/assets/admin-add-calendar.css
/assets/default-calendar-grid.css
/assets/sefault-calendar-list.cssAll of these each have a minified file also that would be the same file name except the extension would be
.min.cssHope that helps!
Required PHP Extension(s) not found: iconv, mbstring.
Please update to meet Simple Calendar requirements.You need to enable those extensions then for it to work.
Additionally here you can see all the requirements: https://docs.simplecalendar.io/system-requirements/
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] Works FantasticThanks for the feedback, glad you like it!
Hello,
I just tried this out and it worked fine for me. So let’s rule out any possible conflicts first by having you go through this: https://wpsimplepay.com/docs/getting-started/theme-and-plugin-conflicts/
Let me know if you find anything conflicting there.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Read More TagThe purpose of the
[add-to-gcal-link]Link Text[/add-to-gcal-link]is for users to be able to add it to their own calendars.There is not currently a way to have the <!-more-> tag work since everything is custom built for the template tags to output and it is not using a WordPress native function to do so.