Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The ‘ScrollTop’ function in your theme’s scripts is overriding My Calendar’s behavior:

    function() {
      var b = a(this).attr("href");
      if (a(b).length) return "#" != b && a("html, body").animate({
        scrollTop: a(b).offset().top
      }, 700, TCParams.anchorSmoothScroll), !1
    }

    This code is located in wp-content/themes/customizr-pro/inc/assets/js/tc-scripts.min.js.

    It’s taking over the behavior of any link with an href that starts with a ‘#’ character.

    Best,
    Joe

Viewing 1 replies (of 1 total)

The topic ‘Calendar Events not Opening’ is closed to new replies.