Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Database error without imageCan you create a new event with no image?
Forum: Plugins
In reply to: [Spiffy Calendar] Database error without imageAlso, can you try again with all other plugins disabled to rule out a conflict of some sort?
Forum: Plugins
In reply to: [Spiffy Calendar] Database error without imageCan you provide a screenshot showing the error?
Forum: Plugins
In reply to: [Spiffy Calendar] Works in a multisite network?Where do you see this error message?
You need to install and activate the core Spiffy Calendar plugin to create the needed tables. I have tested the plugin on multisite and don’t see any errors.
Forum: Plugins
In reply to: [Spiffy Calendar] how to edit to center in widget?If you mean the day numbers in the mini calendar, you can add the following rule:
.widget_spiffy_minical_widget .day-number { text-align: center; }Forum: Plugins
In reply to: [Pets] Petfinder Showing All PetsThank you for this plugin!
I need my list to show only adoptable pets, so I added this line to templates/shortcode/petfinder.php at line 30:
$pets_search['status'] = 'adoptable';This is a workaround until the developer has a chance to add filters/shortcode options.
Forum: Plugins
In reply to: [WP Flow Plus] How do i remove old unused shortcodes from hundreds of posts?Use a search/replace plugin.
Forum: Plugins
In reply to: [Spiffy Calendar] shortcodes don’t workActually all the quotes in your example look off.
Forum: Plugins
In reply to: [Spiffy Calendar] shortcodes don’t workYour columns will likely be fixed by removing excess padding:
ul.spiffy.upcoming-events-list {
margin: 0;
padding: 0;
}li.spiffy-event-details.spiffy-Columns {
padding: 0;
}I will add these rules to a future release.
For the category issue, can you check that your quotes are matching. In the shortcode you posted the start quote doesn’t match the end quote cat_list=’2′
Forum: Plugins
In reply to: [Spiffy Calendar] destroyed layout at IOSHi Wolfgang,
Your theme is adding a bullet to list items, this is breaking the layout.
Adding this CSS rule should help:
.spiffy-list-Columns ul li {
list-style-type: none !important;
}- This reply was modified 6 years, 5 months ago by Spiffy Plugins.
Forum: Plugins
In reply to: [Spiffy Calendar] Shorten Weekday Names?Right now there is no way, but it would be a good addition as a future option.
For now you have 2 options
1. Enter a Responsive Width on Spiffy Calendar > Options. This will reformat the display on smaller screens to a list.
2. or add a css rule to hide the overflow
tr.weekday-titles td {
overflow: hidden;
}Forum: Plugins
In reply to: [Spiffy Calendar] display name of the weekdayIt is not in the plugin, but in the general WordPress dashboard of your site. This is a sitewide setting used by WordPress.
Forum: Plugins
In reply to: [Spiffy Calendar] display name of the weekdayThe upcoming list uses the date format specified on Settings > General.
l, F j, Y
creates a date that look like this:
Friday, September 24, 2004
Forum: Plugins
In reply to: [Spiffy Calendar] Subscribing to the Calendar (Google Cal)Sorry, there is no way to export more than one month at this time.
Since this is a bonus feature these forums cannot be used for support. If you have further questions about bonus features please use the contact form at https://spiffycalendar.spiffyplugins.ca/contact/
Forum: Plugins
In reply to: [Polylang] PHP Warning