Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bujaman

    (@bujaman)

    Figured it out.

    wp_eubp

    (@wp_eubp)

    Hi,

    could you please tell me where to disable the wheel scroll?
    Thanks.

    erikapruett

    (@erikapruett)

    Hi,

    I add the same problem and think I just fixed it…at least it helped me out…hopefully helps you too.

    Go to Plugins > Editor > Ideal Interactive Maps and change the line of code below from true to false.

    map.mouseWheelZoomEnabled = true;

    wp_eubp

    (@wp_eubp)

    @erikapruett: Thank you for your reply. I changed the code from true to false in interactive-map.php but it didn’t work for me.

    AmCharts.ready(function() {
    ……
    map.mouseWheelZoomEnabled = false;
    ……
    };

    Do you have any idea?

    Thanks.

    Thread Starter bujaman

    (@bujaman)

    That is what I did, changed it to false and it worked for me. What is your web address? Make sure you refresh your browser, sometimes that works for me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable wheel scroll zoom’ is closed to new replies.