Previous and Next Month Navigation Not Working

Home Forums Calendar Products Events Calendar PRO Previous and Next Month Navigation Not Working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #121586
    tftuser
    Participant

    This looks to me like a javascript error, but the calendar was functioning just fine before I updated WordPress to 3.8.1 and updated events calendar to 3.4.1 and I haven’t added any new plugins. My theme is custom and very lightweight, and the template I use for the events calendar does not include most of the theme’s JS files.

    When previous or next month is clicked all of the past events for March vanish and the calendar stays on March. The URL changes and if I refresh I can see April’s events, but I can’t navigate to April or February using the calendar’s navigation.

    #121606
    tftuser
    Participant

    I found someone else on the forums with a similar issue, realized that this is a theme problem and not an events calendar problem, and was able to “fix” it myself by adding <body <?php body_class($class); ?>> to my header.php file. For others in my situation who may not be top notch developers but are comfortable fiddling with code:

    I created a separate page template for the events calendar to use along with a separate version of my header.php (in my case, calendar-header.php) to use for just the calendar. This way I was able to add the PHP code above in place of <body> without causing additional problems with my theme. Note that this only works if you want the calendar to display on a full width page as the only item on that page as your menu may not function properly without some more changes being made. If you need both your normal site header with menu to display and your theme doesn’t have the proper setup, you need to hire a developer to modernize your theme.

    #122351
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Previous and Next Month Navigation Not Working’ is closed to new replies.