Ggrupa26Jan 22, 2022
Hi,
I want to turn off scrolling on top after clicking a link on page e.g. links on footer, oraz carousels
1 reply · opened Jan 22, 2022
Hi,
I want to turn off scrolling on top after clicking a link on page e.g. links on footer, oraz carousels
Hello,
Simply find and delete the following code in the js/functions.js File:
[ch_pre type="js"]$body.off( 'click' ).on( 'click', 'a[href*="#"]', function() {
$window.on('beforeunload', function() {
$window.scrollTop(0);
});
});[/ch_pre]
This should definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard