Spiffy Calendar
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] WP text view editor stopped working with 3.0.2Can you provide a list of plugins you are using and your theme? There must be some conflict involved.
Forum: Plugins
In reply to: [Spiffy Calendar] Events do not showFor others who may be interested, the events were displayed but hidden due to a CSS conflict. It has now be resolved.
Forum: Plugins
In reply to: [Spiffy Calendar] Events do not showI am sorry to hear you are having trouble. Do you have category filtering enabled? Can you send me the site URL at [email protected]?
Forum: Plugins
In reply to: [Spiffy Calendar] CSS Previous and next monthIf you mean the month and year titles, that would be:
.calendar-heading, .calendar-date-switcher select { color:#ffffff; }
Forum: Plugins
In reply to: [Spiffy Calendar] cat key size/custom days/term time eventsYou can hide events of a specific category, so that sounds like it might work for you.
Forum: Plugins
In reply to: [Spiffy Calendar] Category Colours in Details viewVersion 3.0.2 is now available with this fixed.
Forum: Plugins
In reply to: [Spiffy Calendar] cat key size/custom days/term time events1. Category key font-size should be targeted as “.spiffy.cat-key” in your CSS.
2. I had to google “fortnight”. A 2 week recurrence can be set up as “Custom Days” with 14 days. You must give a Repeats value > 0 since infinite custom day repeats are not supported.
3. Not sure what “term time” means. I would only recommend using the Hide Event feature for a day, such as Christmas Day you want all events hidden. If there is a long break between recurrences I would use separate events. There is an event “copy” feature to allow you to do this quickly.
Forum: Plugins
In reply to: [Spiffy Calendar] Recurring eventsWhen investigating your question I discovered an error in the plugin. If you attempt to add an event and it gives an error message, the subsequent save of the event fails (but tells you it succeeds). I will check in a fix for that in version 3.0.2 today.
What I think you need is to define a recurring event with Repeats > 0, Interval: Custom Days, Number of custom days 14.
Forum: Plugins
In reply to: [Spiffy Calendar] CSS Previous and next monthThe following CSS should do the trick:
.spiffy .calendar-next a, .spiffy .calendar-prev a { color: #ffffff; }
Forum: Plugins
In reply to: [Spiffy Calendar] Category Colours in Details viewGood question! This is an oversight on my part, I forgot to apply the category colour in the expanded view. I will add a fix in the next release.
Thanks for pointing it out,
Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Issues with version 3.0.0 alphaYou can modify the popup width by targeting the following in your custom CSS:
.calnk a:hover div {
width: 150px;
}Forum: Plugins
In reply to: [Spiffy Calendar] Manage Events pageVersion 3.0.1 is now available and adds a screen option to set the number of events displayed.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage Events pageI will look into adding a page size option and/or search tomorrow.
Forum: Plugins
In reply to: [Spiffy Calendar] Issues with version 3.0.0 alphaThe default styles have been moved to always load before the custom styles. I made this change so that I could add new default styles freely in the future. You can still add custom CSS, only the CSS that YOU add will appear in the box on the Options page.
Your old styles do show a larger font in use. You can bump up the font size easily with something like this:
.spiffy.calendar-table {
font-size: 1.1em;
}Forum: Plugins
In reply to: [WP Flow Plus] Links when using Nextgen galleryThat’s correct, the event link option is only available when using the Media Library images. As far as I can see, there is no way to specify a link to associate with a NextGen gallery image.