Plugin Support
Milos
(@miloss84)
Hi there,
Thank you for contacting us.
Please try to roll back to version 3.24.7; this will resolve this issue. To accomplish this, you can use our rollback feature – https://elementor.com/help/rolling-back-to-a-previous-version-of-elementor/
Hope this will help to resolve your issue.
Kind regards,
-
This reply was modified 1 year, 5 months ago by
Milos.
Well, like i said in my original post, downgrading was the only “fix”. So the problem is only with mouse wheel scroll, when scrolling the website top to bottom and botton to top. Using de right slider, the scroll is smooth…I tried deactivating all other plugins and leave only elementor and elementor pro active. I also changed the theme to Hello Elementor, and the issue was still present.
What is weird is that i can’t reproduce this on other websites i own… On the problematic site, i checked if some custom css was added, but there isn’t any.
Later Edit: Haha, i found the culprit. I had a custom code added inside elementor>custom codes for Lenis Smooth Scroll:
<script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@0.2.28/bundled/lenis.js"></script>
<script>
const lenis = new Lenis({
duration: 1.2,
easing: (t) => Math.min(1, 1.001 - Math.pow(2, -10 * t)), // https://www.desmos.com/calculator/brs54l4xou
direction: 'vertical', // vertical, horizontal
gestureDirection: 'vertical', // vertical, horizontal, both
smooth: true,
mouseMultiplier: 1,
smoothTouch: false,
touchMultiplier: 2,
infinite: false,
})
//get scroll value
lenis.on('scroll', ({ scroll, limit, velocity, direction, progress }) => {
console.log({ scroll, limit, velocity, direction, progress })
})
function raf(time) {
lenis.raf(time)
requestAnimationFrame(raf)
}
requestAnimationFrame(raf)
</script>
Searching online for a solution i stumbled upon this reported issue in github https://github.com/elementor/elementor/issues/29122 and after reading it, i remembered i had added one year ago a custom code for smooth scrolling. So, i removed the custom code and problem was fixed in version 3.25.3.
Thanks for the info – it gave me the clue to what was causing the same symptoms on my site.
A wee “smooth-scroll” switch in the theme was the culprit, disabled it and all is good again 🙂
I found the same solution as
itsmir
(@itsmir)
there was a “smooth scroll” toggle button in my Elegant Themes -Extra theme that I turned off. And the problem was solved. Note that the erratic and slow scrolling was only happening on Elementor pages.
@wallym – thanks for sharing! I had the same issue with Kallyas Theme! Disabled smooth-scrolling in setting and it works again.
J’ai le problème suivant.
Sur ordinateur, ma page d’accueil défile automatiquement (vers le haut ou vers le bas) et sur mobile, le défilement est également irrationnel
. j’utlise royal addons
je veux le desactiver