Default Calendar (View as Day) Displays 1 Week into Past

Home Forums Calendar Products Events Calendar PRO Default Calendar (View as Day) Displays 1 Week into Past

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1277585
    Caitlin
    Participant

    Hello there,

    We have an events calendar displaying at http://visitmuskegon.org/events/. When someone clicks on the “Events” in the main navigation, the events calendar displays in “Day” view. This is okay. However, the day it displays is one week into the past. How can we correct this?

    It did add the following to the .htaccess file to “Leverage Browser Caching” as Google suggested for increased page load speed.

    # EXPIRE CACHING - LEVERAGE BROWSER CACHING
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 month 1 days"
    ExpiresByType text/html "access plus 1 month 1 days"
    ExpiresByType image/jpg "access plus 1 year"
    ExpiresByType image/jpeg "access plus 1 year"
    ExpiresByType image/gif "access plus 1 year"
    ExpiresByType image/png "access plus 1 year"
    ExpiresByType text/css "access plus 1 month 1 days"
    ExpiresByType application/pdf "access plus 1 month"
    ExpiresByType text/x-javascript "access plus 1 month"
    ExpiresByType text/javascript "access plus 1 month 1 week"
    ExpiresByType image/x-icon "access plus 1 year"
    ExpiresByType text/xml "access plus 1 seconds"
    </IfModule>
    # END EXPIRE CACHING

    Would this be throwing off the date for “Day View?” Thank you!

    #1278361
    Victor
    Member

    Hi Yvonne!

    Thanks for reaching out to us! 🙂

    Let me try and help you out with this.

    I can see the day view is showing the right day now. Did you manage to solve the issue? Let me know.

    I can see you are using WP Super Cache plugin to cache pages. If you still experience the problem, you should try deactivating it and see if that solves the issue.

    I don’t think leverage browser caching is the culprit here, but you can always test the page in a new incognito mode browser window and see if there are any differences.

    I hope that helps and let me know how it goes.

    Best,
    Victor

    #1278734
    Caitlin
    Participant

    Thank you for the prompt response Victor. I noticed within our building the date is still off. However, on a mobile network the date is correctly displaying. Local network cache maybe?

    #1278890
    Victor
    Member

    Hey Yvonne!

    Thanks for coming back and letting us know about that.

    You should probably check on the WP Super Cache settings and the Leverage Browers Cache as well.

    Here’s a list of really good articles about caching and performance considerations that could be handy for you:

    I hope you can get the right setting for your site. 🙂

    Let me know if you have any other questions.

    Good luck with your project!
    Victor

    #1289511
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Default Calendar (View as Day) Displays 1 Week into Past’ is closed to new replies.