gatech
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Days of Week IncorrectHi Nick – very well done. Seems to work like a charm again.
Thanks for hanging in there and for providing such a great plugin.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Days of Week Incorrect@ Nick
Might be.
I am using SC 3.0.3 on WP 4.3.1 (German localization) with the date format set to ‘dd. month YYYY’ (first bullet).I could get it fixed with this code posted by sylwwester (thank you for that) above:
$wds[0] = $week_days_short[6]; $wdf[0] = $week_days_full[6];
$wds[1] = $week_days_short[0]; $wdf[1] = $week_days_full[0];
$wds[2] = $week_days_short[1]; $wdf[2] = $week_days_full[1];
$wds[3] = $week_days_short[2]; $wdf[3] = $week_days_full[2];
$wds[4] = $week_days_short[3]; $wdf[4] = $week_days_full[3];
$wds[5] = $week_days_short[4]; $wdf[5] = $week_days_full[4];
$wds[6] = $week_days_short[5]; $wdf[6] = $week_days_full[5];
$week_days_short = $wds;
$week_days_full = $wdf;Thanks for hanging in there.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Days of Week IncorrectThanks sylwwwester !!! You made my day. Your fix worked like a charm.
@ Nick
Thanks for hanging in there and providing such a nice plugin to the community. Keep going.I am on WP 4.3.1 and SC 3.0.3
Hey Nick – I followed sylwwwester’s advice and have added this code after line 228 in file …\includes\calendars\views\default-calendar-grid.php
$wds[0] = $week_days_short[6]; $wdf[0] = $week_days_full[6];
$wds[1] = $week_days_short[0]; $wdf[1] = $week_days_full[0];
$wds[2] = $week_days_short[1]; $wdf[2] = $week_days_full[1];
$wds[3] = $week_days_short[2]; $wdf[3] = $week_days_full[2];
$wds[4] = $week_days_short[3]; $wdf[4] = $week_days_full[3];
$wds[5] = $week_days_short[4]; $wdf[5] = $week_days_full[4];
$wds[6] = $week_days_short[5]; $wdf[6] = $week_days_full[5];
$week_days_short = $wds;
$week_days_full = $wdf;works like a charm now but would be nice to get some sort of a permanent fix in 3.0.4. Thanks for hanging in there and providing such a nice plugin to the community.
Thanks guys. 2.0.6 does the trick.
Awesome support for a great plugin.Thanks Phil and Nick for hanging in there.
2.0.5.1 does not change anything in my case. I have tried the ‘end after x events’ as well as the ‘end after a specific date’ options with newly created events.
None of these events are displayed at their specific dates. So it seems to be a more general issue with recurring events and not just effecting the ‘forever’ ones.
Thanks for getting it fixed.
No fix with 2.0.5. on my side as well. Thanks for hanging in there.
Hey Nick – great piece of software, but I am having the exact same issue.
Thanks for fixing.