SunnyThemes
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Changing am/pm to 24 hour clockHi Aleks,
Sorry that is not possible at this time. I will certainly add it to my list of future features to add to the plugin.
– Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Month abbreviationsAt this time you cannot, but I will consider adding that as an option in the future.
You could try to use a language translation file to substitute the month strings. I am not sure if it would work.
Forum: Plugins
In reply to: [WP Flow Plus] Automatic Rotation problemActually 2.3.8
Forum: Plugins
In reply to: [WP Flow Plus] Automatic Rotation problemThanks for notifying me of the issue. Version 2.3.7 of the plugin is now available and should fix this problem.
– Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Default PosterAbsolutely, that is how it should work.
Version 3.1.3 contains the correction.
Forum: Plugins
In reply to: [Spiffy Calendar] Best way to disable spiffy popupYou can add the following CSS rule to hide the popups:
.spiffy-popup { display: none !important; }
Forum: Plugins
In reply to: [Spiffy Calendar] Calendar starting on Monday, not SundayThe starting day of week for your WordPress site is configured under Settings > General.
Forum: Plugins
In reply to: [Spiffy Calendar] Info displayed on popupThe minical displays a smaller subset of details in the popup. There is currently no option to alter this behaviour, but I would consider adding that in the future.
Forum: Plugins
In reply to: [Spiffy Calendar] how to change size of calendar in spiffy calendarYou should add it in the space for custom CSS in the Spiffy Calendar Options area in the dashboard.
Forum: Plugins
In reply to: [Spiffy Calendar] how to change size of calendar in spiffy calendarIf you are referring to the full size calendar that is embedded in a page, the default size is 100% width. You can reduce this by adding some custom CSS like the following:
.spiffy.calendar-table {
max-width: 500px;
}This would apply to both the full calendar and mini calendar.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYI did some digging and found the option that I use to display the user names was added in WP 4.5.0.
I have now checked in an update (3.1.1) that will work on older versions of WP correctly.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYHmm, this works fine on all my test sites. What version of WP are you using? Are you logged in as a full admin or some other user level? Any chance you can send me a log in to your site so I can try it? My email address is support @ sunnythemes.com.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYHi WillyWonder,
The plugin currently does not limit editors to their own events, but that is a good idea. I have added it to my “to-do” list for the next release.
– Bev
Forum: Plugins
In reply to: [Spiffy Calendar] Widgets movedThe position of your widgets is determined by your theme. If you changed themes your widgets your widgets might move to a new position. You should be able to drag them back to the appropriate widget area.
Forum: Plugins
In reply to: [WP Flow Plus] Image captionsVersion 2.3.4 contains a new shortcode option “nocaptions” that allows you to override the global setting for each occurrence of the gallery. Values are true or false.