Hi,
could you please tell me where to disable the wheel scroll?
Thanks.
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;
@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.
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.