• Resolved NF Graphic Design

    (@nf-graphic-design)


    Hi, great plugin! One glitch I notice is when I have my mouse cursor anywhere over the availability calendar or the margin to the right of it, I can no longer scroll down the page. I have to move the mouse away from the calendar and then it is ok.

    Is there a way to stop this from happening? I know it will cause confusion on some visitors.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support dimned

    (@dimned)

    Hi @nf-graphic-design,
    Could you please specify the theme you use on your site so that we could test it locally?
    Could you please try adding the code below to the header.php file of the theme as a temporary solution?

    jQuery(function () {
        jQuery('.mphb-calendar .datepick').bind('mousewheel', function () { return false; });
    });

    Look forward to hearing from you.

    Thread Starter NF Graphic Design

    (@nf-graphic-design)

    Hi Dmytro,

    I am using Twenty Twenty default WordPress theme.

    I tried adding the code you gave me as a script in the head, but it did not have any effect. Is there some other way I am supposed to add it?

    Thanks,
    Nathan

    Plugin Support dimned

    (@dimned)

    Hi Nathan @nf-graphic-design,
    Thanks for your reply. I could not replicate the issue locally using the Twenty Twenty theme. Most likely, the issue is caused by a third-party plugin. You may try disabling plugins one by one to find out the one that causes this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot scroll when cursor is over availability calendar’ is closed to new replies.