hammersmithsociety
Forum Replies Created
-
Thanks, appreciate your feedback
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple calendarBroke mine too.
Come on guys. I even gave you a free bugfix.OK, so I fixed it myself as no response in 6 months! – see comment below
In event-builder.phpcase 'if-not-today' : $start_dt = $event->start_dt->setTimezone( $calendar->timezone ); /* RF avoid trashing the event start - use copy */ $startOfDay = $start_dt->copy()->startOfDay()->getTimestamp(); $endOfDay = $start_dt->copy()->endOfDay()->getTimestamp(); $today = ( $startOfDay <= $calendar->now ) && ( $calendar->now <= $endOfDay );
bump bump
bump
Forum: Plugins
In reply to: [Fetch Tweets] Only 1 tweet showingYes, its not intuitive to me at least: I’m looking for something that mirrors the either “Tweets” or “Tweets and replies” that Twitter lists. I can’t really use filters if they have unexpected side effects like changing the count.
The plugin is great apart from this little issue – thanksForum: Plugins
In reply to: [Fetch Tweets] Only 1 tweet showingYes I had the exclude option set as I didn’t want a reply. If I unset that option, reduce the widget count to 2 then I have the latest tweet and the reply. If I set the exclude option, I only have 1 tweet – the next tweet is missing. I have to set the count to 3 to get it.
I don’t understand how the “max tweets” count is working in the widget – it appears to be counting the excluded tweet (the reply).
Forum: Plugins
In reply to: [Fetch Tweets] Only 1 tweet showingI did a preview and I see 1 tweet fewer than the number configured (5 vs 6 configured)
I increased the setting in the widget to 3, now I see 2 on the website.
Is it an off-by-1 bug? Or change to zero-based count in the API or…?FYI The Jetpack bug is a problem where it has stopped showing the embedded part of the tweet, it only shows my own content – this also happened without changing anything, and they have been unable to fix it.
Forum: Plugins
In reply to: [Fetch Tweets] Only 1 tweet showingNo, not using the rotator template, and have set max number of items to show in the widget that calls the rule to 2, the default being 20.
The thing is that it stopped showing 2 tweets without any changes to the site. It may be that Twitter has changed something in their API. Jetpack’s own plugin also has issues FYI.
Thanks, but I already tried disabling/re-enabling, even uninstalling totally which still leaves the site broken.
My debug is disabled
define(‘WP_DEBUG’, false);
The problem persists…Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Displays wrong start monthI have the same issue – in the Grid display.
Today is 1st June, the calendar is set to start at “Today”.
But when you go onto the page it shows “May” not June, and no day highlighted (obviously). I’ve cleared all caches etc, I’ve noted this in previous months too.The bug seems to be if the month starts mid-week, it will show the last week of the last month, until the week has completed. Click arrow right, it jumps to July!
Re timezones, I noticed a problem at the transition of summer time – times after BST in effect were shown an hour out. Solved by setting the timezone to “Event source default”, not site default.
Great plugin – I have experienced the same problem – all browsers