Descripció
Adds an infinite scroll block to the full site editor that can be placed inside a Query Loop to replace classic pagination.
The blocks frontend script will detect when the user is 1200px (default value) from the infinite scroll block before fetching more posts so it is best to place it right after your theme template block. In addition to the Infinite Scroll Block, 2 optional blocks also are included:
- Loading Posts Block: Container that will display its content while more posts are loading
- No More Posts Block: Container that will display when there are no more posts to load in
Additional Note
While you can add more than one Infinite Scroll Block inside of a Query Loop Block, you should not. The block was originally constrained to only one per page (multiple = false) but was removed in order to support multiple query blocks on the same page.
Blocs
Aquesta extensió proporciona 3 blocs.
- Infinite Scroll Implements inifnite scroll functionality. The number of posts loaded when triggered is equivalent to the Query Loops 'Items Per Page' setting.
- Loading Posts Contains the elements that are displayed while loading posts (optional block).
- No More Posts Contains the elements that are displayed when there are no more posts to fetch (optional block).
Ressenyes
Col·laboradors i desenvolupadors
«Infinite Scroll Block» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTradueix “Infinite Scroll Block” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0.1
- Fixed issue where a list element inside of a posts content would be stripped out and placed into the query block list