• The event links for future events are not working after upgrade. We added a hacky fix but it only works on the current month. As soon as you go to Aug or beyond it no longer works.

    Hacky Fix – would like a real fix for this.
    jQuery(“.current-clients a”).click(function() {
    location.href = jQuery(this).attr(“href”);
    });

    The page I need help with: [log in to see the link]

  • The topic ‘Event links on calendar for future events not working’ is closed to new replies.