Title: google chrome scroll
Last modified: September 25, 2017

---

# google chrome scroll

 *  [difylos](https://wordpress.org/support/users/difylos/)
 * (@difylos)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/google-chrome-scroll/)
 * Hello
    I have a problem with latest chrome 61.0.3163.100 the scroll anchors from
   menu or the go to top button are not working . Thank you
    -  This topic was modified 8 years, 8 months ago by [difylos](https://wordpress.org/support/users/difylos/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [difylos](https://wordpress.org/support/users/difylos/)
 * (@difylos)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/google-chrome-scroll/#post-9526956)
 * The problem was the jquery.nav.js ver=2.2.0
    now with the jquery.nav.js ver=3.0.0
   is working fine.
 * #go-top was not working either so i changed the
 *     ```
        $('#go-top, .next-page').localScroll({
               offset: {
               top: -headerHeight
            }
           });
       ```
   
 * with this:
 *     ```
       $("#go-top").click(function() {
       $("html, body").animate({ scrollTop: 0 }, "slow");
       return false;
       });
       ```
   
 * on custom.js
    -  This reply was modified 8 years, 8 months ago by [difylos](https://wordpress.org/support/users/difylos/).
    -  This reply was modified 8 years, 8 months ago by [difylos](https://wordpress.org/support/users/difylos/).
 *  [sagar42](https://wordpress.org/support/users/sagar42/)
 * (@sagar42)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/google-chrome-scroll/#post-9530447)
 * Hi there!
 * We appreciate you writing in
 * We have already fixed the issue in our latest theme version.Please check by updating
   the latest version.
 * Thanks.
 *  [JustBruno](https://wordpress.org/support/users/justbruno/)
 * (@justbruno)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/google-chrome-scroll/#post-9677717)
 * After updating the theme the problem is not solved, caches all cleared.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘google chrome scroll’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-parallax/4.6/screenshot.
   png)
 * AccessPress Parallax
 * [Support Threads](https://wordpress.org/support/theme/accesspress-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-parallax/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [JustBruno](https://wordpress.org/support/users/justbruno/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/google-chrome-scroll/#post-9677717)
 * Status: not resolved