Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] showing wrong month details when loadingThis could be the result of another plugin or your theme messing with the WordPress system date/time.
You can pinpoint the problem using the Health Check & Troubleshooting plugin. This plugin allows you to view you site as an administrator with all other plugins disabled and using the default theme, while keeping you site fully intact for other visitors. Then you can see if the problem goes away, and enable other plugins one by one to isolate the conflict.
Forum: Plugins
In reply to: [Spiffy Calendar] Compatible up to version: 6.4 ?Yes it is
Forum: Plugins
In reply to: [Spiffy Calendar] Remove specific dates from recurring eventsYou can use the “hide event” feature by creating a hide event on the day you want to block.
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple Month DisplayNo there is no shortcode like that. The list can be found at https://spiffycalendar.spiffyplugins.ca/shortcodes/
Forum: Plugins
In reply to: [Spiffy Calendar] Date Format in Upcoming Events – ColumnsThere is currently no way to change the format, but I will consider adding this in a future release.
Forum: Plugins
In reply to: [Spiffy Calendar] Unable to get “More Details” in Column ListThe “More details” link appears if your event has an event link configured.
Forum: Plugins
In reply to: [Spiffy Calendar] Adding 2nd CalendarYou would need to use categories to display different events on each calendar. The calendar shortcode allows you to filter by category.
Forum: Plugins
In reply to: [Spiffy Calendar] Adding 2nd CalendarTo have 2 different calendars you would use the same shortcode but with different categories selected for each.
Forum: Plugins
In reply to: [Spiffy Calendar] Set recurring event to last day of monthSorry, that is not possible at this time.
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar Not UpdatingThere is something quite odd on your website. If I view the “T” page now I says today’s date is June 14. But if I view the source I see today’s date listed as June 22 (which is correct).
There must be some other plugin or theme that is messing with the page.
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar Not UpdatingFor the “Markets Holding Tomorrow” section on the home page, when I click on the heading it opens the post and shows the proper upcoming list. I suspect your theme is only showing an excerpt on the home page and this is cutting off the upcoming event list.
For the “Today’s Updates” section, when I click on the heading it opens the post and still shows no events. What exactly do you have entered on that post? It works properly on your post “T” but not on your post “todays-updates”
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar Not UpdatingWhen I visit your website, I see only the “today’s event” shortcode which shows nothing. There is no upcoming events shortcode present. Where are you seeing tomorrow’s upcoming event?
Forum: Plugins
In reply to: [Spiffy Calendar] How to set Default Calendar Display to ColumnsThe default lookahead is only 7 days. You can change this on the Options tab in the settings, in the “Upcoming Events” section.
Forum: Plugins
In reply to: [Spiffy Calendar] Select desired month instead of current oneThanks for the suggestion. I will consider it for a future release.
Forum: Plugins
In reply to: [Spiffy Calendar] change header font size & csvIf you don’t use the month jumpbox and have the plain titles, you can target table.calendar-heading-tbl.
table.calendar-heading-tbl { font-size: 40px; }The arrows depend on the theme in use. For the default theme you could use this:
a.spiffy-calendar-arrow { border-width: 20px !important; }If you have the months jumpbox, you need to use this:
.spiffy .calendar-date-switcher select { font-size: 20px; }Since the csv import is a bonus feature, it cannot be supported here. I will respond in your support email.