In chrome, ctrl + mouse wheel zooming is not working in wordpress website and ctrl + and ctrl - also working.please anyone can help.
Asked
Active
Viewed 1,173 times
-1
-
share the link of webpage please – Siddharth Jan 13 '16 at 09:10
-
1[http://linkseniors.com/sailingschool/sailingschool/] all other browsers zooming is working accept chrome – QQQ Jan 13 '16 at 09:13
-
it is working on my chrome 47.0.2526.106 m, wish i could help. – Siddharth Jan 13 '16 at 09:17
-
if i will add jquery library it works but design will go. please let me know solution of this issue. – QQQ Jan 13 '16 at 09:19
-
mine also chrome 47 but its not woring – QQQ Jan 13 '16 at 09:20
-
problem is not clear mate, try to debug it and narrow down to the issue or create a fiddle maybe, SO is always ready to help you just need to make the issue clear – Siddharth Jan 13 '16 at 09:21
-
i added jquery library so its working just now i removed check now.if i will add jquery library it effects to design so i removed – QQQ Jan 13 '16 at 09:23
-
i see the issue now, let me check mate – Siddharth Jan 13 '16 at 09:24
-
are you sure you have not disabled ctrl+mousewheel in script, it is quite easy to do so – Siddharth Jan 13 '16 at 09:27
-
no i didnot disable ctrl+mousewheel in script – QQQ Jan 18 '16 at 13:24
1 Answers
0
I had the same problem. It appears I was calling a JavaScript scroll binding function. Maybe you are too.
In this case remove this code:
$.browserSelector();
if($("html").hasClass("chrome")) {
$.smoothScroll();
}

George Mulligan
- 11,813
- 6
- 37
- 50