Spiffy Calendar
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Replace 1 recurringYou can use the “Hide Event” feature in the event editor to inhibit a recurring event on a specific date. Note that hidden events will be filtered by category if the “hide event” is created with a category.
Forum: Plugins
In reply to: [Spiffy Calendar] Start new line in "Event Description"At this time you cannot. Due to potential security concerns all html is removed. This is something that we might revisit in the future.
Forum: Plugins
In reply to: [Spiffy Calendar] Wrapping textYou have some custom CSS on your page that is causing this behaviour.
If you remove your rule setting “.calendar-table td” to have property “white-space: nowrap;” it should fix the titles.
Forum: Plugins
In reply to: [Spiffy Calendar] Wrapping textThe text would normally wrap, unless there is something in your theme preventing it. You should be able to override it by adding some CSS rules. If you provide a link I might be able to help better.
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar Event Line SpacingYou can email a link to support @ spiffycalendar.com, and I will check some time over the next few days.
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar Event Line SpacingUsually these type of problems are fixed by resetting the styles to the default on the options page. If you made customizations that you don’t want to lose I would need to see the page in order to make suggestions on how to fix the display.
Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Subscriber can see Spiffy Calendar in admin barVersion 3.0.3 is now available with a fix for this issue.
Happy new year!
Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Subscriber can see Spiffy Calendar in admin barI will include a fix for this in the next release, after Christmas.
Thanks for reporting,
Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Indent Upcoming events list from DateThe indent you see is coming from my theme’s default styling. I would need to see your site in order to advise you, but something like the following might work:
.spiffy-upcoming-events li { margin-left: 20px; }
Forum: Plugins
In reply to: [Spiffy Calendar] Events do not showWeird. When I copy your page source to my test page, I found that the quotes you are using didn’t seem to work, so the argument didn’t register but I did get the regular today’s list. When I changed the quotes to ‘ then I got the expanded list.
Forum: Plugins
In reply to: [Spiffy Calendar] Events do not showrogal, I find your description a bit confusing. When I look at your page it seems to be working. Can you show me a page where it fails?
Forum: Plugins
In reply to: [Spiffy Calendar] WP text view editor stopped working with 3.0.2I installed it and my editor is still working fine.
Are you getting a JavaScript error on the page?
Can you send me a login to your site at support @ spiffycalendar.com ?
Forum: Plugins
In reply to: [Spiffy Calendar] Events do not showThis turned out to be the same problem with CSS conflict from an event plugin. It was resolved by adding the following custom CSS:
.spiffy .calnk a span { display: inline-block; }
Forum: Plugins
In reply to: [Spiffy Calendar] Events do not showThe issue was they had another calendar plugin activated at the same time, and this added some CSS styles that hid the events.
Can you send me a link to your page?
Forum: Plugins
In reply to: [Spiffy Calendar] WP text view editor stopped working with 3.0.2Since Anacron and Ubermenu 3 are premium items I am not able to try them myself. I installed Gantry 4 Framework and the default theme, and my plugin is still behaving properly.
If you switch to the default theme and only turn on Spiffy Calendar does it work properly? What about if you just turn off Ubermenu 3?