Hello Support,
Is there any way to disable the default smooth scrolling?
When I click the header link to jump to the content of the same page, it scrolls smoothly by default. But I would like to not have this function and just jump straight to the content.
Thank you in advance.
Kind regards,
Tom
Hey tmkhc!
What happens when you comment out lines 90 – 91 in the /enfold/js/avia.js file?
if($.fn.avia_smoothscroll)
$('a[href*=#]', container).avia_smoothscroll(container);
Best regards,
Elliott
Hi Elliott,
Thank you very much for your help – it worked perfectly!!!
Tommy