Viewing 15 replies - 16 through 30 (of 38 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Awesome glad it is working for you guys!

    Thanks for the update. I am going to mark this resolved for now unless something comes back that there is still an issue.

    Thank you all!

    sylwwwester

    (@sylwwwester)

    Hey Nick,
    as you can see on screen in link below November is starting on Monday (p) and today is Saturday (s) and should be Friday (p).
    I’m using PHP 5.6.12, Wordpres 4.3.1, Simple Calenar 3.0.2 and polish language. Calendars timezone is set to Events source in Googel calendar it is set to (GMT+01:00) Warsaw, same as WordPress timezone.

    In calendar settings a have set Week start on: Site default (Sunday).

    https://snag.gy/yc0a8.jpg

    Paddy Duncan

    (@paddy-duncan)

    Still an issue – mine is set to start on Sunday in Google calendar and on the site and it’s stubbornly showing Saturday on the grid view. We had to set it to MONDAY in order to get it to show Sunday as the start day.

    See: https://ward26.ca/calendar

    Paddy Duncan

    (@paddy-duncan)

    Still an issue for us. Everything set to Sunday and it shows SATURDAY as the first day. So, we set it to Monday and voila, it’s now showing Sunday. Something is still broken – we’ve updated the plugin and are running the latest version of everything.

    https://ward26.ca

    Plugin Contributor Nick Young

    (@nickyoung87)

    @paddy Duncan,

    This issue was for the days of the month actually being incorrect – not the start of the week option.

    What version of WordPress are you running that this is still an issue for you?

    sylwwwester

    (@sylwwwester)

    Wordpres 4.3.1, Simple Calenar 3.0.3

    Still an issue, calendar in grid shows incorrect headers for columns or incorrect day of week for a date ie. 1 November as monday, should be sunday

    https://snag.gy/yc0a8.jpg

    Paddy Duncan

    (@paddy-duncan)

    WordPress 4.3.1, running Thesis (Classic Responsive skin). Still have to set Monday as the start day in order to get SUNDAY. The calendar does show correctly then – we’re not having a problem with the day of the week not corresponding to the correct day of the month like sylwwwester is.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Ok thanks Paddy Duncan for the clarification.

    @sylwwwester,

    Did you clear your calendar cache after the update? Website cache too if you have one.

    Karen KISS WP Websites

    (@mtgamberwesbitedesign)

    @sylwwwester I have the same problem in the widget – no matter what settings I do (and I’ve cleared the cache) the widget says that November 1st is a Monday when it’s a Sunday ??

    WordPress 4.3.1
    Simple Calendar Version 3.0.3

    Timezone – South Australia – Adelaide.
    Start of the week Monday – same as google calendar

    Cheers,
    Karen

    Karen KISS WP Websites

    (@mtgamberwesbitedesign)

    Okay I used the code above and that worked. Can’t believe I went to do a quick change on website and had 2 plugins that didn’t work after the updates ??

    I use this plugin on another website but I won’t be upgrading it until I know it’s all working as it should.

    sylwwwester

    (@sylwwwester)

    @nick Young
    clearing cache doesn’t help

    gatech

    (@gatech)

    Thanks 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

    Plugin Contributor Nick Young

    (@nickyoung87)

    Is everyone who is using this that is having problems AFTER 3.0.2 using a language other than English? I am wondering if it is a localization issue that I need to look for since I am not able to reproduce this on the latest version.

    Karen KISS WP Websites

    (@mtgamberwesbitedesign)

    Widget doesn’t display well at all with new version (see other support thread) and language settings in WordPress are English (Australian).

    gatech

    (@gatech)

    @ 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.

Viewing 15 replies - 16 through 30 (of 38 total)
  • The topic ‘Days of Week Incorrect’ is closed to new replies.