Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Customization questions for Spiffy CalendarActually I know another user is using Category for Location, so that is another possibility for you.
Forum: Plugins
In reply to: [Spiffy Calendar] Customization questions for Spiffy CalendarAt this time there is no separate location field. I am open to suggestions and would be happy to add a Location field to the basic plugin in the next release.
Forum: Plugins
In reply to: [Spiffy Calendar] time before titleI actually found a bit of CSS to switch the order, this might be more helpful than an option.
span.calnk-box { display: flex !important; flex-direction: column; } span.spiffy-title { order:2; } span.calnk-time { order:1; } span.spiffy-popup { margin-top: 4em !important; }Forum: Plugins
In reply to: [Spiffy Calendar] time before titleYou are correct there is no option for this behaviour. But I would be happy to add it in a future release.
Forum: Plugins
In reply to: [Spiffy Calendar] Edit wording for ‘Category Key’ to ‘Location’Currently there is no way to change it. But I do think it would be a good feature, so I will add it to my list of future changes to allow specification of a title for the category table.
Forum: Plugins
In reply to: [Spiffy Calendar] shortcode argumentsI’m not sure where you are copying from, but there should be no commas or periods in the shortcode.
Forum: Plugins
In reply to: [Spiffy Calendar] Upcoming Events repeat same eventEach day of a multi-day event is considered a separate event and is listed individually on the calendar and in the upcoming lists. This is historical behaviour that has been around for many years. So when you configured the widget to 4, it includes the upcoming 4 days in the list.
Forum: Plugins
In reply to: [Spiffy Calendar] Remove Saturday and Sunday (Weekend) from CalendarYou can blank out the boxes for the weekend with the following CSS rules:
.spiffy td.weekend-heading, .spiffy td.weekend { font-size: 0; }The calendar should be able to print with a standard browser print command of the page. There is no print button to isolate the calendar at this time, but it is something I could add in a future release if it would be useful.
Forum: Plugins
In reply to: [Spiffy Calendar] Spiffy Calendar Front End Editing?Currently the calendar supports front end submit only. You can set a user level for backend access to the events. Adding a front end access to a user’s individual events is something I could add in a future release as it would be useful. Since this is a bonus feature, please use our contact form for further discussion since the WordPress forums are reserved for the free version only.
Forum: Plugins
In reply to: [WP Flow Plus] Not working with Ajax CallYour page link is broken. Could you provide a link or tell me the theme you are using?
Forum: Plugins
In reply to: [Spiffy Calendar] Spiffy 3.6.2 broken?Just to follow up, the blank pages were due to some custom nginx rules that didn’t handle some situations.
Forum: Plugins
In reply to: [Spiffy Calendar] Spiffy 3.6.2 broken?I cannot run tests on a premium theme.
Blank pages imply either Javascript errors or 500 errors. Did you check for those?
Could you install version 3.6.2 and send me a login to your site at support @ spiffyplugins.ca? That is the fastest way to find the problem, likely a conflict of some sort with your theme or plugins.
Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Inline CSSYou can override it in the CSS by adding !important to the rule.
Hope this helps,
Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Hide events in grid view until mouse clickGlad to see you sorted this out.
Forum: Plugins
In reply to: [Spiffy Calendar] How to sort events by categoryVersion 3.6.0 is now available and will color the titles in the minicalendar popup according to category.