Automatic scroll up in Smart List

Posted in: Newsmag
Post count: 52

Hello Lucia and the team,
I came up with the following idea. To increase usability of the pages it would be nice to have something like automatic scroll up for smart list pattern 3. When you click on NEXT (lower button) page turns and goes up to the Title of the H2 (or any other is used) so that the user could see immediately start reading without scrolling up by himself.
I did my best to put the thought in a clear way. If I failed, let me know.
Vladimir

Post count: 6600

Hi,

Thanks for your suggestion, I understand. I have added this on our feature requests list and we consider it for future updates.

Thanks for the message!

Post count: 52

Lucian, really looking forward to this. I checked it on mobile phone, if you make it work, it would be just amazing!
Thank you

Post count: 5

Any news about that issue?
on mobile phones user still needs to scroll up by him self.
Thanks.

Post count: 6535

Hi

By default the theme hide the scroll to top button on mobile devices, but can be displayed using custom css:

@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}

The result should be like here: http://screencast.com/t/zJABfrOg

Thanks for the message!

Post count: 5

Thanks for your answer. But, is there a way to automatic scroll up on ‘Next’ and ‘Previous’ click events ?

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.