Title: Spiffy Plugins's Replies | WordPress.org

---

# Spiffy Plugins

  [  ](https://wordpress.org/support/users/spiffyplugins/)

 *   [Profile](https://wordpress.org/support/users/spiffyplugins/)
 *   [Topics Started](https://wordpress.org/support/users/spiffyplugins/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spiffyplugins/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spiffyplugins/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spiffyplugins/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spiffyplugins/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spiffyplugins/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 350 total)

1 [2](https://wordpress.org/support/users/spiffyplugins/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/spiffyplugins/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/spiffyplugins/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/spiffyplugins/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/spiffyplugins/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/spiffyplugins/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Warnings with PHP 8.3](https://wordpress.org/support/topic/warnings-with-php-8-3-2/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/warnings-with-php-8-3-2/#post-18325159)
 * This warning will be removed in the next release. There is a major rewrite being
   released in mid March.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Notice with PHP 8.3](https://wordpress.org/support/topic/notice-with-php-8-3/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/notice-with-php-8-3/#post-18320966)
 * I have found the error and will be releasing a fix in the next update. Thank 
   you for reporting this error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Notice with PHP 8.3](https://wordpress.org/support/topic/notice-with-php-8-3/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/notice-with-php-8-3/#post-18320821)
 * I have been able to reproduce the problem using French from France. Strange it
   didn’t happen using French from Canada. I will investigate further.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Notice with PHP 8.3](https://wordpress.org/support/topic/notice-with-php-8-3/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/notice-with-php-8-3/#post-18320781)
 * How are you achieving the differing language on the frontend and backend? Are
   you using a plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Notice with PHP 8.3](https://wordpress.org/support/topic/notice-with-php-8-3/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/notice-with-php-8-3/#post-18320726)
 * I am unable to reproduce this problem on my site using PHP 8.3. Can you describe
   what you are viewing when this message appears?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Change color of title/text (upcoming events)](https://wordpress.org/support/topic/change-color-of-title-text-upcoming-events/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/change-color-of-title-text-upcoming-events/#post-18012958)
 * The title is not generated by my plugin.
 * The calendar popup text can be fixed with this:
 *     ```wp-block-code
       .spiffy .spiffy-popup * {    color: black;}
       ```
   
 * The cut-off is caused by your placement. The area you display it has overflow
   clipped or hidden, which will cut off the popup.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Change color of title/text (upcoming events)](https://wordpress.org/support/topic/change-color-of-title-text-upcoming-events/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/change-color-of-title-text-upcoming-events/#post-18010896)
 * Your theme’s colors are used for the list. You would need to add some CSS rules
   to change it. If this is the only place you use the calendar, you could try this:
 *     ```wp-block-code
       .spiffy * {    color: white;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Release Notes](https://wordpress.org/support/topic/release-notes-12/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/release-notes-12/#post-17957886)
 * The development tab lists the changes: [https://wordpress.org/plugins/spiffy-calendar/#developers](https://wordpress.org/plugins/spiffy-calendar/#developers)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] page refreshing when selecting months](https://wordpress.org/support/topic/page-refreshing-when-selecting-months/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/page-refreshing-when-selecting-months/#post-17920121)
 * This would require a software update to reload months using Javascript. It is
   not on the agenda any time soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Weekdays vertical instead horizontal](https://wordpress.org/support/topic/weekdays-vertical-instead-horizontal/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/weekdays-vertical-instead-horizontal/#post-17919623)
 * Sorry, that is not an option at this time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Compatibility with Polylang](https://wordpress.org/support/topic/compatibility-with-polylang-31/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/compatibility-with-polylang-31/#post-17900971)
 * It depends on the complexity of the changes required, so I don’t know yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Compatibility with Polylang](https://wordpress.org/support/topic/compatibility-with-polylang-31/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/compatibility-with-polylang-31/#post-17900942)
 * I do have support for Polylang on the list of future enhancements. However, there
   is no timeline for when this might be implemented at this time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Time validation & multiday view](https://wordpress.org/support/topic/time-validation-multiday-view/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/time-validation-multiday-view/#post-17804321)
 * The time validation on single day events has always been left loose. This allows
   events that end on the following day.
 * The multi-day event start and end times are set up for something like a conference
   where each day is 9-5.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] changing month in [spiffy-minical] closes popup](https://wordpress.org/support/topic/changing-month-in-spiffy-minical-closes-popup/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/changing-month-in-spiffy-minical-closes-popup/#post-17746564)
 * The calendar scrolls to the next month by page load so I don’t see a way to work
   in a popup like you have.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] changing backgroud color of [spiffy-minical]](https://wordpress.org/support/topic/changing-backgroud-color-of-spiffy_minimal/)
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/changing-backgroud-color-of-spiffy_minimal/#post-17744484)
 * Something like the following should work:
 *     ```wp-block-code
       .minical, .minical .calendar-heading-tbl {
           background: pink !important;
       }
       ```
   

Viewing 15 replies - 1 through 15 (of 350 total)

1 [2](https://wordpress.org/support/users/spiffyplugins/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/spiffyplugins/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/spiffyplugins/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/spiffyplugins/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/spiffyplugins/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/spiffyplugins/replies/page/2/?output_format=md)