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

    (@joedolson)

    Without seeing the site, I can’t really be more specific that what’s in my FAQ: https://www.joedolson.com/my-calendar/faq/#jsq.

    (Updated today, in case you’ve already looked at that.)

    Thread Starter e.ringheim

    (@eringheim)

    Thank you very much for the response.

    The issue is still present no matter the scripts I have enabled or disabled and it doesn’t haven any conflicts with other plugins after testing. Footer.php is also correct.

    It looks to be a conflict with the theme I’m using Bridge.

    I’ve created a page here to display what is happening. There are no events in December, but multiple in January.

    Any advice would be greatly appreciated. Thanks again!

    Plugin Author Joe Dolson

    (@joedolson)

    Hmm. There’s a lot going on with that theme, and it’s easy to imagine something conflicting. It’s not totally in conflict; because it’s still allowing the scripting that opens and closes panels to work.

    It kind of looks to me like your theme is employing it’s own AJAX navigation that’s overriding the My Calendar AJAX navigation, and that’s causing issues. As a first suggestion, disable the AJAX scripts for My Calendar and see what happens then.

    If that works, great (although I’m not too certain of this), if not, I’ll look further tomorrow.

    Thread Starter e.ringheim

    (@eringheim)

    Hi sorry for the late reply. Tried disabling ajax for my calendar and didn’t resolve

    Plugin Author Joe Dolson

    (@joedolson)

    Try adding the following CSS to your theme:

    .mc-main .details {
      display: none;
    }
    Thread Starter e.ringheim

    (@eringheim)

    That combined with the latest update seemed to do the trick. Thank you very much for taking the time to help me out!

    JMACJMSB

    (@jmacjmsb)

    I’m using a custom theme and only disabling AJAX solved the problem. Thank you for your awesome plugin!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Popups all open on load’ is closed to new replies.