Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar Not UpdatingDo you have a caching plugin? If so, clear the cache to force the page to refresh.
Forum: Plugins
In reply to: [Spiffy Calendar] daily view for future dateDo you have a caching plugin? If so, clear the cache to force the page to refresh.
Forum: Plugins
In reply to: [Spiffy Calendar] Error when using WP-CLIVersion 4.9.4 should fix this problem.
Forum: Plugins
In reply to: [Spiffy Calendar] Specify timezone on eventTimezone enhancements are on my list for the future!
Forum: Plugins
In reply to: [Spiffy Calendar] Specify timezone on eventThe calendar events are all specified in the site timezone that is set on the general settings page.
Forum: Plugins
In reply to: [Spiffy Calendar] daily view for future dateThe calendar displays start with the current date. If you want to start at a different date you would need to adjust the URL to add the month and year required in the link to the page.
Forum: Plugins
In reply to: [Spiffy Calendar] daily view for future dateThere are several different views provided by this plugin. You might find the Upcoming Events display gives you what you need.
Forum: Plugins
In reply to: [Spiffy Calendar] Font displays as default theme font onlyTry this:
.sidebar-right article .spiffy span {
color: unset;
}Forum: Plugins
In reply to: [Spiffy Calendar] Font displays as default theme font onlyTo make all text in the calendar bold is simple:
.spiffy {
font-weight: bold;
}- This reply was modified 3 years, 1 month ago by Spiffy Plugins.
Forum: Reviews
In reply to: [Spiffy Calendar] Great, has almost everything … but…Sorry, you are correct. ICS export only! You are the first to mention it, and I will consider for the future. But it is not available now.
To fix the display with your theme to move the description below the image and break the long word add the following CSS rule:
span.spiffy-desc {
clear: left;
word-break: break-all;
}Forum: Plugins
In reply to: [Spiffy Calendar] Font displays as default theme font onlyYou can add some custom CSS rules to change the color. Without knowing your theme it is difficult to advise specifically. Everything the calendar displays is behind a class that you can target to change the color.
Forum: Reviews
In reply to: [Spiffy Calendar] Great, has almost everything … but…ICS import is available with the premium upgrade. Please visit the plugin website for more information.
I will add your suggested code in the next release. I have no way of testing myself, but it appears this will avoid the problem. Quitting the construction might cause other problems.
Thanks for reporting. Would it be better to quit the function completely if it’s not defined?
// Quit if running WP-CLI
if (!isset($spiffy_calendar)) {
return;
}