Zoom op VMAP with mouse-wheel

More
11 years 1 month ago #360 by mpiprojects
Hello.

When scrolling down on a webpage of my site, the action stops upon a mouseover on vmap. This, because the scroll-wheel on the mouse starts the zoom function on vmap.

This is very annoying when you just want to scroll the webpage.

How do I stop vmap from reacting to the mousewheel?

Greetz

Please Log in to join the conversation.

More
11 years 1 month ago #361 by Masood A Khan
Hi,
Please share your site url


Thanks,
support team

Please Log in to join the conversation.

More
11 years 1 month ago #363 by mpiprojects

Please Log in to join the conversation.

More
11 years 1 month ago #364 by Masood A Khan
Please share your site backend and ftp login credentials here support@wdmtech.com

Please Log in to join the conversation.

More
11 years 1 month ago #365 by mpiprojects
Sorry, but I am not fund on sharing all account details for every question/issue I have with a extention. So I searched on Google and changed the following file:

/modules/mod_vmap/tmpl/default.php


On line 81 I inserted this line:

scrollwheel: false,


Right after:

zoom:<?php if(!empty($map_conf->c_zoom_level)){ echo $map_conf->c_zoom_level; }else{ echo '10';} ?>,


Problem solved.

I would love to receive answers like this on topics.

Please Log in to join the conversation.

Cron Job Starts