• 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 7 years, 2 months ago by difylos.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter difylos

    (@difylos)

    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 7 years, 2 months ago by difylos.
    • This reply was modified 7 years, 2 months ago by difylos.

    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

    (@justbruno)

    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.