Events Calendar Pro Month 3.4 Not Switching – AJAX related?

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro Month 3.4 Not Switching – AJAX related?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110197
    adventureweb
    Participant

    I’ve recently upgraded The Events Calendar plugin to Events Calendar Pro and the next/prev month links no longer works. The ajax appears to run, but the month/dates do not change, just the friendly URL. If I manually go to a different month the proper page loads, but when I try to go to the next/prev month it jumps back to the current month (February).

    I’ve tried disabling plugins to no avail. I’ve noticed others have had similar issues and there used to be an option to disable AJAX for live refresh, but that is no longer an option. Disabling the datepicker AJAX option also does not work.

    Here is the url: http://www.cvptowson.com/calendar/

    #110552
    Kelly
    Participant

    Hi, adventureweb. Great question! 🙂

    This behavior is commonly caused by a dependency that we introduced in 3.4. Basically, your theme is missing body_class(). So, typically in your theme’s header.php template, the tag

    <body>

    needs to become

    <body <?php body_class() ?>>

    Then, your site should work just fine with 3.4. 🙂

    Please give that a go and let us know how it works for you. Thanks!

    #110736
    adventureweb
    Participant

    That worked perfectly. Thank you. I was using a custom php statement for the body classes/id of this site.

    #110831
    Kelly
    Participant

    That’s great news, adventureweb. I’m very glad there was an easy solution for you! 🙂

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

    Thanks in advance. 🙂

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Events Calendar Pro Month 3.4 Not Switching – AJAX related?’ is closed to new replies.