Spiffy Plugins
Forum Replies Created
-
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://www.ads-software.com/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; }
Forum: Plugins
In reply to: [Spiffy Calendar] Privacy/Data CollecitonThe Spiffy Calendar plugin does not collect or store any user information.
Forum: Plugins
In reply to: [Spiffy Calendar] Use page instead of popupYou can provide a link to a page for each event, but the hover behaviour is not configurable in the calendar. You could use the upcoming events list instead, there are a couple of formats available that don’t use hover. The shortcode for upcoming events does allow a limit to the number of events displayed. Please visit https://spiffycalendar.spiffyplugins.ca/shortcodes/ to learn about the shortcode options.
Forum: Plugins
In reply to: [Spiffy Calendar] Pop up issue with website boxed layoutI suggest you change the setting for “Mini calendar popup location” to “Left” on the Spiffy Calendar Options admin page.
Forum: Plugins
In reply to: [Spiffy Calendar] cookiesMy plugin does not use cookies, and it does not load any fonts. It uses the font set up by your theme.
Forum: Plugins
In reply to: [Spiffy Calendar] SpiffyCalender Problem nach AktualisierungI sent you an email on Feb. 28. It contained a potential fix to try. Please check your spam folder.