The Styled Calendar Team
Forum Replies Created
-
Hello, yes there is a way to differentiate events from different Google source calendars by color.
First you’ll need to ensure that your events are organized into multiple Google source calendars. You can add source calendars using the “Add or Remove Source Calendars” button on our calendar editor. Then you’ll need to use the editor settings under “Events -> Source Calendar Specific Event Colors” to change the event colors for each source calendar. These settings are available on our premium plan.
If you want event more control, you can also apply custom CSS to events from specific source calendars by following this documentation: https://styledcalendar.com/documentation/how-to-styled-events-from-a-specific-google-source-calendar-with-css/Hi, and thank you for the kind words!
Unfortunately, we don’t currently have a single setting to control the vertical alignment of event times such that they line up with the top of the line when text wrapping is turned on.
This takes a couple of tweaks, but if necessary it can be done with some custom CSS like this:.fc-daygrid-dot-event {
align-items: start;
}
.fc-daygrid-event-dot {
margin-top: 4px;
}Custom CSS is a paid feature though, so this isn’t possible on the free tier.
Thank you! Yes, it is possible to hide all event details in the overlays that pop up when an event is clicked, and this can be done without hiding the title. To do this, you’ll need to find the “Event Overlay Field Visibility” under the “Event Overlays” section, toggle “Description” off, and toggle “Title” on. If you’re hoping to hide additional details, you can do that from this setting as well.
Does that fully answer your question? If not, don’t hesitate to reach back out!Hi @itchybrain, I’m glad that the plugin is working well!
It sound like you’re trying to update the formatting of the day headers on the “Day Grid Week View” and “Day Grid Day View”:
Unfortunately, it’s not possible edit the formatting on those day headers with as much fine-grained control as is possible with the Title Format setting. However, I think that you may still be able achieve the “Day Name DD/MM” formatting by changing the Time Formatting Language setting to “English – Australia” or another one of the relevant English locales. You can find the Time Formatting Language setting under the “Time” section in the calendar editor. Adjusting this setting will also cause some changes to time formatting throughout the calendar, but I’m hoping that those changes will match your needs.
Let me know if this helps!- This reply was modified 8 months, 1 week ago by The Styled Calendar Team.
I’m sorry that you found the plugin limited. In general, we try to make it easy to create mobile-responsive, correctly branded (in terms of color, typography, etc.), internationalized Google Calendar embeds on our free plan. Our aim is to make it free and easy for users to solve these common problems with traditional Google Calendar embeds. Additional layouts, white labeling, and extra functionality are all available on our premium plan, which is currently $10 per month.
In case they’re ever helpful to anyone, here are our pricing details: https://styledcalendar.com/#pricing There’s also pricing information on our plugin’s page on the WordPress Plugin Repository here: https://www.ads-software.com/plugins/styled-calendar-customized-google-calendars/#:~:text=Free%20Plan
If a specific part of our marketing is poor or misleading, would you please let us know? That would help us to improve.Thank you for reaching out and alerting us of this issue. I’m sorry that this happened.
I found a problem with the plugin’s uninstall logic and I’ve just fixed it. The issue should be corrected in version 1.0.13. Please try updating to version 1.0.13 and then deleting the plugin. If you run into any other problems, please let us know.Hello, and I’m so sorry that this is happening.
The plugin only stores one WordPress option in the database. That option is called styled_calendar_api_key. If you removed the plugin via FTP, you would just need to delete that option to clean up your database.
We fixed a plugin deletion issue in version 1.0.8, so you may need to update before deleting to resolve this problem: https://www.ads-software.com/support/topic/cant-delete-plugin-29/
If you’re already using the current plugin version, I would love to find the root cause of this issue in the plugin’s code. I don’t quite understand what you mean when you say:
it says “https://www.ads-software.com/plugins/styled-calendar-customized-google-calendars/”
If you’re open to it, would you please share screenshots of the error to clarify?I’m really sorry that this is still happening.
Looking at the plugin code, it isn’t clear exactly why this issue would still be occurring. To debug, I would need to see the relevant errors in your server’s logs. If you’re open to sharing those that would be very helpful. Here’s an article discussing how to access the server’s error logs: https://www.wpbeginner.com/wp-tutorials/how-to-find-and-access-wordpress-error-logs-step-by-step/
Since you’ve been dealing with this issue for a while, it might also be helpful to force-delete the plugin via FTP. This should remove the plugin from the site without triggering errors. Just make sure that you back up your site before doing this. Here’s a guide on how to delete a WordPress plugin via FTP: https://kinsta.com/blog/uninstall-wordpress-plugin/#uninstall-wordpress-plugin-ftpI’m so sorry to hear that you’re seeing this error.
We found an issue in the plugin’s uninstall hook that we believe was causing the problem. We’ve just fixed the issue and released the patch in version 1.0.8.
To uninstall the plugin, please update to version 1.0.8 and try deleting it again.
Thank you for reaching out and helping us catch this issue.I’m so sorry that the video was misleading! Thank you for your feedback there.
To make things more clear, I’ve added a pricing section to the plugin’s home page. I’ve also added a link to our pricing page in the video’s description on YouTube.Thank you @goldenorange! This is so good to hear!
Thank you for the kind words! We’re glad that it was helpful for you and your site’s users!
I’m going to go ahead and mark this as resolved, but please don’t hesitate to reach back out if you have any additional questions.
I’m going to go ahead and mark this as resolved, but don’t hesitate to reach back out if you have any additional questions.
Hello, it sounds like this might be a permissions issue.
Once you connect a Google account to pull in your calendar events, that Google account will be able to pull in all calendars that it directly owns and all calendars that it has “Make changes & manage sharing” permissions for. You can always add in multiple Google source calendar accounts if it’s helpful.Here’s some documentation for those permissions levels: https://support.google.com/calendar/answer/37082#controlaccess&zippy=%2Cunderstand-permission-settings-for-shared-calendars
And here’s some documentation on how to see those sharing settings: https://support.google.com/calendar/answer/37082?hl=en
Does your account own the “Other Calendar” or do you have “Make changes & manage sharing” permissions for it? If not, it may not be possible to display its events unfortunately.