Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Minicalendar – next month is jumping to home pageThanks for pointing out this bug. Version 3.6.0 is now available and should fix this problem.
Forum: Plugins
In reply to: [Spiffy Calendar] Minicalendar – next month is jumping to home pageSorry for the delay – I did not receive the usual notification of this message. I will investigate this morning.
Forum: Plugins
In reply to: [Spiffy Calendar] How to sort events by category1. The category list under the calendar is a legend, not a filter. If you would like to remove it you can add some CSS to hide it:
table.spiffy.cat-key { display: none; }2. I do not color code the day number in the mini-calendar since there may be events from different categories on the same day. I could add an option to color-code the mini-calendar popup text for each event listed on the day in the next release.
Forum: Plugins
In reply to: [Spiffy Calendar] Dynamically populate fieldsLooks like you are querying for events from The Events Calendar, not from my Spiffy Calendar plugin.
Forum: Plugins
In reply to: [Spiffy Calendar] Dynamically populate fieldsHow are you currently getting the event list? If you are doing a DB query, you could add the condition that event_begin is in the future. Another option is to use the “upcoming_events” function which produces an HTML UL list of the upcoming events, then apply some string manipulation to convert it to a SELECT list.
Forum: Plugins
In reply to: [Spiffy Calendar] Creating a calendar for a specific dateYou can add a date to the query string, so that the page loads with the calendar at a future date.
The format is like the following
http://example.com/calendar-page/?daynum=11&month=mar&yr=2018
At this time there is no way to specify a start date otherwise, but that is something I would consider as a future enhancement.
Forum: Plugins
In reply to: [Spiffy Calendar] Want calendar only on home pageIf it is appearing on all pages you must be using a widget at the moment. Remove the widget, and switch to a shortcode on the home page instead.
Forum: Plugins
In reply to: [Spiffy Calendar] How to highlight current day?The default theme will show the current day with a blue background. You can change it by adding CSS.
.spiffy.minical .current-day {
/* add your rules here */
}Forum: Plugins
In reply to: [Spiffy Calendar] Conditionally add CSS?Please try version 3.5.10 of the plugin, which has been updated to resolve this.
Forum: Plugins
In reply to: [Spiffy Calendar] Conditionally add CSS?The plugin uses a combination of a default file, with custom CSS added inline.
I will look into the possibility of splitting the enqueue into a register/enqueue pairing if that still works with inline CSS.
Forum: Plugins
In reply to: [Spiffy Calendar] Conditionally add CSS?Is there any particular reason why you want to do this? Browsers cache the CSS files, so it doesn’t make much difference in page loading and it would involve scanning each page for instances of all the shortcodes and widgets.
Forum: Plugins
In reply to: [Gutenberg] Updating failed; Publishing failedI am happy to report that version 2.1.0 seems to have fixed the problem for me. I can now update and publish posts.
Forum: Plugins
In reply to: [Gutenberg] Updating failed; Publishing failedI have tried using this plugin over the last few months with no luck. I recently created a fresh WP install and run it with no other plugins. I can never update posts or create new posts. I don’t get an error message. Updates claim to succeed, but when I view the post the old content is still there. Creating new posts never completes, just spins forever.
I am using Chrome and there are no javascript errors noted in the console.
* Following up, I found some error logging when attempting to create a new post:
PHP Notice: Undefined property: stdClass::$post_content in …./wp-content/plugins/gutenberg/lib/plugin-compat.php on line 29
- This reply was modified 8 years, 3 months ago by Spiffy Plugins.
Forum: Plugins
In reply to: [Spiffy Calendar] Event date one day behindWonderful!
Forum: Plugins
In reply to: [Spiffy Calendar] Event date one day behindTurning off caching, or marking the page as “do not cache” should fix the problem. If you tried to turn off caching you might also need to delete any existing cached pages, depending on the caching plugin you use.