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

    (@joedolson)

    It looks like there’s an event in your theme that’s getting attached to that link and overriding the behavior from My Calendar:

    The code is found in the file /themes/Divi/js/custom.js:

    function() {
      if ($(this).closest('.woocommerce-tabs').length && $(this).closest('.tabs').length) {
        return false;
      }

    I’m not sure why that function is attaching to the close toggle, but can you try disabling that script to see whether I’m right about the problem?

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot Close mini calendar popup’ is closed to new replies.