Spiffy Plugins
Forum Replies Created
-
I managed to get some logging using the Query Monitor plugin. Strangely my web host didn’t log anything. The error is:
Fatal error: Uncaught Error: Call to undefined function ctype_lower() in ***/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Token/Tag.php on line 44
Seems like my web host is missing a PHP extension?
Nothing is logged. Thanks for confirming it works for you. I will do some testing to try to pinpoint the problem.
Forum: Plugins
In reply to: [Spiffy Calendar] Can I interrupt a repeating eventYou can use the Hide event feature to turn off events in a specific category on a date. Just create an event for the day you want to skip and set it to “Hide Events” in the appropriate category.
Forum: Plugins
In reply to: [Spiffy Calendar] Linking Spiffy to Buddypress Calendar for GroupsAre you using the Spiffy Calendar WordPress plugin? It has no interface with Buddypress.
Forum: Plugins
In reply to: [Spiffy Calendar] Today’s Events is Printing EVERY Event!I don’t see any events listed under Today’s Events on the link you provided. Did you resolve your issue?
Forum: Plugins
In reply to: [Spiffy Calendar] Items to hide on Spiffy CalendarWordPress allows you to put a password on any page. Perhaps try that.
Forum: Plugins
In reply to: [Spiffy Calendar] Weekdays on mobileThere is no option to do so, but you could add some CSS rules like the following. Modify the 600px to whatever you have set your responsive width.
@media screen and (max-width: 600px) { .spiffy.calendar-table.bigcal td.day-with-date:nth-child(1):before { content: 'Monday'; float:left; padding-right: 10px; } .spiffy.calendar-table.bigcal td.day-with-date:nth-child(2):before { content: 'Tuesday'; float:left; padding-right: 10px; } etc for each day of the week }Forum: Plugins
In reply to: [Spiffy Calendar] Spiffy CalendarYour theme is settings the font size to 32px. Try adding this:
.spiffy {
font-size: 20px;
}Looks good, thanks!
Both plugins were released at the same time. If you are not seeing the bonus update, please use the contact form at https://spiffycalendar.spiffyplugins.ca/contact/
Forum: Plugins
In reply to: [Spiffy Calendar] Short code not workingPlease try version 4.7.1 now
Forum: Plugins
In reply to: [Spiffy Calendar] Short code not workingI have made a new version 4.7.0 which removed the constant table names. Let me know if this fixes your problem.
Sorry, it is still not working. I disabled all other plugins and used the default theme and it still doesn’t work for me.
Forum: Plugins
In reply to: [Spiffy Calendar] Alter form labelsYou can change the field titles using a plugin. Please see https://spiffycalendar.spiffyplugins.ca/renaming-event-fields/
Forum: Plugins
In reply to: [Spiffy Calendar] Hide Recurring Events For Speciifed date(s)Do not create the “hide event” as recurring. Create one hide event for each date that you want to cancel the recurring event.