Forums
Home / Theme: AccessPress Parallax / google chrome scroll
(@difylos)
7 years, 2 months ago
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
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
(@sagar42)
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)
7 years ago
After updating the theme the problem is not solved, caches all cleared.