Modern events calendar issue

Hey there,
having an issue with the MEC when I click on currently selected date in the calendar, I get scrolled to the top of my page. I would like to have no scroll event when clicking that date.
Thanks for your help!

Hello @zerotoone.de,

Thanks for writing in!

Regretfully the screenshot is not loading from our end.

By the way, you can get rid of the scrolling when you click on the date by adding this JS code in the Theme Options > Global JS (http://prntscr.com/evswzb)

(function($){
   $('.mec-has-event-a').on('click touchstart', function(e){
      e.preventDefault();
    })
})(jQuery);

Please let us know if this works out for you.

please klick the “7” in the calendar

Hello @zerotoone.de,

Hey There,

​To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look at your calendar shortcode settings? This is to ensure that we can provide you with a tailored answer to your situation.

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Thank you.

thanks for your help, added it to the secure note

Hi @zerotoone.de,

I checked and I can’t find where the code is added. Plus, I don’t see any scrolling when I click the calendar date.

Perhaps, it’s related to previous thread due to caching. Could you try on your end if it’s now working?

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.