go back or specific article
I am wondering if there is a component that can be placed at the end of long articles, such as a return or breadcrumbs.
Since users have told me that it is annoying to scroll back up a very long article to return to the parent article.
Comments
Log in or create an account to post a comment.
Re: Go back or specific article
There is a back to top button in the default theme, however it is shown currently only on smaller screens, thought for keyboard-less devices. On keyboard
[Pos 1]
is available to do that.default.css
header.tpl
You may want to remove the media query.
[2] Navigation to next or previous article
The
navigation
action allows to set a backward and forward link to scroll between pages.{{navigation [main="/Book"] [prev="ChapterOne"] [next="ChapterThree"] [table=0|1] [title=1]}}
You even could use
main="!"
, however this only works if self-referencing links aren't disabled.Re: go back or specific article