For some reason the page that the scheduler is on scrolls very slowly. When I am trying to scroll down with the mouse it takes a lot of scrolling to get anywhere. This is the second site that I've noticed this on over the last few weeks. Can you help?
If you have issue with slow scrolling of the page, there are two solutions to this. Add this script:
<script>
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
if (links[i].href.includes('#')) {
links[i].classList.add('et_smooth_scroll_disabled');
}
}
document.querySelector('body').classList.remove('et_smooth_scroll');
</script>
to the pages where you have your Amelia shortcode. Or disable Smooth scrolling in Divi theme options.
Do let us know if you need any further assistance.
For some reason the page that the scheduler is on scrolls very slowly. When I am trying to scroll down with the mouse it takes a lot of scrolling to get anywhere. This is the second site that I've noticed this on over the last few weeks. Can you help?
Hi Holly
Thank you for reaching out to us.
If you have issue with slow scrolling of the page, there are two solutions to this. Add this script:
to the pages where you have your Amelia shortcode. Or disable Smooth scrolling in Divi theme options.
Do let us know if you need any further assistance.