Hi – this theme is nice. How can we adjust the speed of the scrolling on the home page. I realize that there are options for Default, Slow, Fast and Off, but even the Slow setting scrolls very quickly on mobile devices. The scroll speed is fine on desktop.
Test out your demo site on a mobile device, and you’ll notice how quickly it scrolls vs. desktop.
If you are able to tell me the lines in the code where this can be adjusted, I am comfortable enough to make the edit to the js file.
Hi kymo,
I’m experiencing the same issue with the scrolling speed..both mobile ns desktop are pretty fast. If you managed to find a solution or tweak (the relevant JS/CSS lines), would you mind sharing what worked for you? I’ve tried a few things but haven’t had any luck yet. :(
Or maybe a Moderator can help! Thanks.
Hi,
Thanks for the details. The “smooth scroll” option controls the page scrolling, not the homepage “Scrolling Gallery” template., unfortunately, this is not available by default, and modifying source files is out of our support scope.
Here the solution for other readers.
The scroll speed on the homepage is controlled by the java script “iasg.js”.
You can find it under your theme f8>js>iasg>iasg.js.
Search for “this.speed=2” in the file (it should be there four times) and replace it with a smaller number to make it slower, like “this.speed=1.3”. Save and done.