Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Add Link to Mini CalendarYou can add a link to your full calendar URL on each event, then the events on mini-calendar will have links. If you just want one link to the full calendar below the mini calendar you could add a text widget containing the link.
You can have several calendars filtered by category to display different events on each calendar.
Forum: Plugins
In reply to: [Spiffy Calendar] Categories as linksThere is no option to do this automatically. You could copy the html code for the category table and place it above the table on your page, then hide the category key that appears below the table.
- This reply was modified 6 years, 2 months ago by Spiffy Plugins.
- This reply was modified 6 years, 2 months ago by Spiffy Plugins.
Forum: Plugins
In reply to: [Spiffy Calendar] ShortcodeI have added a filter to my site to disable smart quotes to avoid this problem in the future!
Forum: Plugins
In reply to: [Spiffy Calendar] ShortcodePlease check your quotes, they don’t seem to match properly.
Try
[spiffy-upcoming-list style='Columns' cat_list='4']Forum: Plugins
In reply to: [Spiffy Calendar] Change popup sizeThe height depends on the contents of the popup. You can adjust the width using something like the following CSS:
.calnk-link span.spiffy-popup { width: 200px !important; }Forum: Plugins
In reply to: [Spiffy Calendar] Recurring for last week of monthWe don’t have an option for the last of the month at this time sorry. You can use a combination of recurring events and hide events but this might be a bit cumbersome.
Forum: Plugins
In reply to: [Spiffy Calendar] Custom Field for Front End SubmissionCould you use categories to achieve this? You can rename the titles for categories on the options page.
There is no way to add a custom field without editing the source code, and I don’t recommend this.
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple calendarsYour quotes don’t match. Try this:
[spiffy-calendar cat_list=”1,4″]
Edit: I just noticed my example had incorrect quotes. It seems my theme or WordPress is changing them, I will investigate.
- This reply was modified 6 years, 3 months ago by Spiffy Plugins.
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple calendarsYou can select a category for the calendar. If you use the shortcode generator (the blue squares button) or the block editor you will see a category pick list. If you are entering the shortcode manually you can use the catlist parameter:
cat_list: A comma separated list of category IDs, such as cat_list=’1,4′
Forum: Plugins
In reply to: [Spiffy Calendar] Mini calendar and event descriptionUnder Spiffy Calendar > Options enable the “Enable expanded mini calendar popup”.
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple calendarsYes this is possible. You can use the category system to display selected categories on each calendar.
Forum: Plugins
In reply to: [Spiffy Calendar] Weekend displayThis is configured at “Settings > General > Week starts on” in your dashboard.
Forum: Plugins
In reply to: [Spiffy Calendar] Database error without imageJust a correction to my previous comment.
On my system a blank image id is converted to zero when saving the event into the DB. On your system it throws an error instead. I have now changed it to specify zero instead of blank so that the save doesn’t fail on your system.
Forum: Plugins
In reply to: [Spiffy Calendar] Database error without imageAcutally the fix was quite small so I made a release, 4.4.1. Please let me know if this fixes your issue.
Forum: Plugins
In reply to: [Spiffy Calendar] Database error without imageIt seems your DB is not allowing a blank stored image number. This is the first I have heard of this problem, but a fix should be easy enough.
Can you contact me here so I can arrange to send you a new version to test when it is ready?
https://spiffycalendar.spiffyplugins.ca/contact/
- This reply was modified 6 years, 4 months ago by Spiffy Plugins.