Calendar doesn’t change to next or previous month

Home Forums Calendar Products Events Calendar PRO Calendar doesn’t change to next or previous month

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #74149
    rubie31
    Participant

    This reply is private.

    #74583
    Barry
    Member

    Great – normally it’s best to post separate issues in separate threads. I’m slightly confused at this point as to whether you have run through the basic troubleshooting steps (disabling all other plugins, reverting to a default and umodified theme) specifically in relation to this latest issue – can you confirm?

    If that makes no different it rather sounds like an environmental issue. Do you feel at home editing core plugin code, if I tell you which file to change etc (simply to try a possible quick fix here)?

    #74594
    rubie31
    Participant

    Hi Barry,
    Yes I did the básica, I deactivated all the plugins and change to the default theme and the problem happens anyway.
    Yes I can edit core plugin code if you tell me the file for the quick fix please.
    Thank you!

    #74688
    Barry
    Member

    Great 🙂

    Please ensure you have made a complete backup in the first instance and then open up the-events-calendar/lib/the-events-calendar.class.php then find line 4340 which should look like:

    echo json_encode( $response );

    Try changing this to:

    echo json_encode( utf8_encode($response) );

    If it doesn’t help / causes problems for any reason please simply restore it to how it was before making the edit. Does that help at all with this situation?

    #74701
    rubie31
    Participant

    OK is progressing know it doesn’t skip the bottom month it shows the next one. But I’m having the same problem when I change to the month I have to refresh or reload the page it shows the next month.

    #74702
    rubie31
    Participant

    Sorry for my English I have to practice it more.

    #74739
    Barry
    Member

    OK, this may be an unwanted side effect of that possible fix. Have you customized / overridden any templates at all, or anything like that?

    #982208
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 16 through 23 (of 23 total)
  • The topic ‘Calendar doesn’t change to next or previous month’ is closed to new replies.