Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Warnings with PHP 8.3This warning will be removed in the next release. There is a major rewrite being released in mid March.
Forum: Plugins
In reply to: [Spiffy Calendar] Notice with PHP 8.3I have found the error and will be releasing a fix in the next update. Thank you for reporting this error.
Forum: Plugins
In reply to: [Spiffy Calendar] Notice with PHP 8.3I have been able to reproduce the problem using French from France. Strange it didn’t happen using French from Canada. I will investigate further.
Forum: Plugins
In reply to: [Spiffy Calendar] Notice with PHP 8.3How are you achieving the differing language on the frontend and backend? Are you using a plugin?
Forum: Plugins
In reply to: [Spiffy Calendar] Notice with PHP 8.3I am unable to reproduce this problem on my site using PHP 8.3. Can you describe what you are viewing when this message appears?
Forum: Plugins
In reply to: [Spiffy Calendar] Change color of title/text (upcoming events)The title is not generated by my plugin.
The calendar popup text can be fixed with this:
.spiffy .spiffy-popup * {
color: black;
}The cut-off is caused by your placement. The area you display it has overflow clipped or hidden, which will cut off the popup.
Forum: Plugins
In reply to: [Spiffy Calendar] Change color of title/text (upcoming events)Your theme’s colors are used for the list. You would need to add some CSS rules to change it. If this is the only place you use the calendar, you could try this:
.spiffy * {
color: white;
}Forum: Plugins
In reply to: [Spiffy Calendar] Release NotesThe development tab lists the changes: https://wordpress.org/plugins/spiffy-calendar/#developers
Forum: Plugins
In reply to: [Spiffy Calendar] page refreshing when selecting monthsThis would require a software update to reload months using Javascript. It is not on the agenda any time soon.
Forum: Plugins
In reply to: [Spiffy Calendar] Weekdays vertical instead horizontalSorry, that is not an option at this time.
Forum: Plugins
In reply to: [Spiffy Calendar] Compatibility with PolylangIt depends on the complexity of the changes required, so I don’t know yet.
Forum: Plugins
In reply to: [Spiffy Calendar] Compatibility with PolylangI do have support for Polylang on the list of future enhancements. However, there is no timeline for when this might be implemented at this time.
Forum: Plugins
In reply to: [Spiffy Calendar] Time validation & multiday viewThe time validation on single day events has always been left loose. This allows events that end on the following day.
The multi-day event start and end times are set up for something like a conference where each day is 9-5.
Forum: Plugins
In reply to: [Spiffy Calendar] changing month in [spiffy-minical] closes popupThe calendar scrolls to the next month by page load so I don’t see a way to work in a popup like you have.
Forum: Plugins
In reply to: [Spiffy Calendar] changing backgroud color of [spiffy-minical]Something like the following should work:
.minical, .minical .calendar-heading-tbl { background: pink !important; }