Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Image size in popupCurrently the plugin uses the thumbnail size in the popup, and there is no way to configure it to use a different size. If your thumbnails are 150px square then that is what you will get.
I will consider adding this as an option on a future release.
Forum: Plugins
In reply to: [Spiffy Calendar] How to add a recurring event Monday and TuesdayI’m not exactly sure what you mean since June 3 is not Monday or Tuesday. Anyway you can specify an event for the starting Monday and have it end on Tuesday, and use the weekly recurrence for how many weeks you need.
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetThe issue turned out to be the theme setting date_default_timezone_set(). It is set to UTC in wp-settings.php and should not be changed. This results in timezone offset being applied twice and throwing off the date calculation.
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetThis issue is not happening on my test sites. There is something unique in your server setup that is disrupting the time display. I suspect it is related to the switch from Daylight Savings Time that is coming up for Sydney. I sent you an email asking for a link and login to investigate.
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetCan you provide a link and details of what you expect to see?
Forum: Plugins
In reply to: [Spiffy Calendar] TranslationYou should use the strings found here https://translate.wordpress.org/projects/wp-plugins/spiffy-calendar/
The .pot included in the plugin is older and will be removed from the release some time.
Thanks for contributing your translations!
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetCan you send me a list of your active plugins? If you don’t want to post it here you can use the contact form at https://spiffycalendar.spiffyplugins.ca/contact/
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetI see the info you have added to the date class. When I compare to my system, the current_timestamp lines up closely, but the computed value for $this_timestamp is off. My values are:
1: 1615939200
2: 1616025600
3: 1616112000
4: 1616198400
5: 1616284800
6: 1616371200
7: 1616457600Your timestamps all specify 11 pm on the night before. See here: https://www.epochconverter.com/
Did you try running with other plugins disabled? Can you check your server settings?
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetI would try disabling other plugins to see if the problem goes away. There might be some other plugin that is messing up the timezone.
What values do you have for $day_count and $current_timestamp?
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetThe Spiffy Calendar dates are stored in the database in DATE format, which is YYYY-MM-DD. Where did you get the timestamp you were looking at?
Forum: Plugins
In reply to: [Spiffy Calendar] Wrong Day displayed on spiffy-upcoming-list widgetIt works fine on my system. What timezone do you have configured on your site?
Forum: Fixing WordPress
In reply to: Empty spaces after WordPress 5.7 updateThe issue seems to be inserting a shortcode with styling, such as centered. If the shortcode generates code that doesn’t belong inside a <p> tag, an extra blank line is inserted above.
Forum: Plugins
In reply to: [Smart Slider 3] YouTube video pauseIs there a jQuery command I can use to turn off the autoplay on the YouTube layer? I already added a button to skip the video slide, this button could also turn off the autoplay if there was a way.
Something along the lines described here https://smartslider.helpscoutdocs.com/article/1970-pause-play-video-on-clicking-a-layer
var video = jQuery(this.$item).parents(‘.n2-ss-slider’).find(‘video’).get(0);
video.pause();But apply it to the youtube video layer instead.
Forum: Plugins
In reply to: [Spiffy Calendar] Not responsive on MobileYou have placed your calendar in a section with a fixed height of 300px on a narrow display, so it is cut off. There is a class called “inner-header-bg” which has the height limit. Can you change the page so it doesn’t use this class?
Forum: Plugins
In reply to: [Spiffy Calendar] Not responsive on MobileCan you provide a link to the page?