Zoom op VMAP with mouse-wheel
- mpiprojects
- Topic Author
- Offline
- Banned
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 1 month ago #360
by mpiprojects
Zoom op VMAP with mouse-wheel was created 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
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.
- Masood A Khan
- Offline
- Administrator
-
Less
More
- Posts: 103
- Thank you received: 0
11 years 1 month ago #361
by Masood A Khan
Replied by Masood A Khan on topic Zoom op VMAP with mouse-wheel
Hi,
Please share your site url
Thanks,
support team
Please share your site url
Thanks,
support team
Please Log in to join the conversation.
- mpiprojects
- Topic Author
- Offline
- Banned
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 1 month ago #363
by mpiprojects
Replied by mpiprojects on topic Zoom op VMAP with mouse-wheel
Please Log in to join the conversation.
- Masood A Khan
- Offline
- Administrator
-
Less
More
- Posts: 103
- Thank you received: 0
11 years 1 month ago #364
by Masood A Khan
Replied by Masood A Khan on topic Zoom op VMAP with mouse-wheel
Please share your site backend and ftp login credentials here support@wdmtech.com
Please Log in to join the conversation.
- mpiprojects
- Topic Author
- Offline
- Banned
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 1 month ago #365
by mpiprojects
Replied by mpiprojects on topic Zoom op VMAP with mouse-wheel
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:
On line 81 I inserted this line:
Right after:
Problem solved.
I would love to receive answers like this on topics.
/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.