• 0

Can't scroll down with mouse


Question

So I'm helping a friend with a new WordPress theme, and for some reason, I can't scroll down with the mouse wheel, but can scroll up.

It seems to only be in Chrome.

Does anyone know what could cause this?

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

Been in the industry for 12 years and never come across this. Got a link?

 

11 here. I second this.

 

A link to the live version would be helpful for debugging purposes.

  • Like 1
Link to comment
Share on other sites

  • 0

So I've just worked out that it I quickly flick the mouse wheel down, it will scroll quickly to the bottom.

Best way I can describe, putting my wheel into free scroll, quickly flick, and it will scroll.
 

Link to comment
Share on other sites

  • 0

I'm learning Web Designing, amongst many other things. I was looking at potential answers, but I see none have appeared.

Side note: Well done on the design, I like it. :)

Link to comment
Share on other sites

  • 0

Get rid of the following line: 

<script type='text/javascript' src='http://kimlo.thenashy.com/wp-content/themes/zerif-lite/js/jquery.scrollTo.min.js?ver=20120206'></script>

scrollTo is already supported by jquery itself and is probably conflicting with the jquery function.

 

Otherwise try to remove the following lines:

<script type='text/javascript' src='http://kimlo.thenashy.com/wp-content/themes/zerif-lite/js/jquery.nav.js?ver=20120206'></script>
<script type='text/javascript' src='http://kimlo.thenashy.com/wp-content/themes/zerif-lite/js/smoothscroll.js?ver=20120206'></script>
<script type='text/javascript' src='http://kimlo.thenashy.com/wp-content/themes/zerif-lite/js/scrollReveal.js?ver=20120206'></script>

And add them one by one till you find the cause.

 

The amount of javascript libraries is ridiculous for a simple wordpress site  :cry:

  • Like 2
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.