Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions view/frontend/layout/catalog_category_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<block class="Tutorialstab\LazyloadingInfiniteScroll\Block\Init" name="lazyloadinginfinitescroll.scripts" template="Tutorialstab_LazyloadingInfiniteScroll::scripts.phtml" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.

</referenceContainer>
</body>

</page>
3 changes: 3 additions & 0 deletions view/frontend/layout/lazyloadinginfinitescroll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>



Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.

<referenceContainer name="before.body.end">
<block class="Tutorialstab\LazyloadingInfiniteScroll\Block\Init" name="lazyloadinginfinitescroll.init" template="Tutorialstab_LazyloadingInfiniteScroll::init.phtml" />
<block class="Tutorialstab\LazyloadingInfiniteScroll" name="lazyloadinginfinitescroll.scripts" template="Tutorialstab_LazyloadingInfiniteScroll::scripts.phtml" />
Expand Down
2 changes: 2 additions & 0 deletions view/frontend/templates/init.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ $productListMode = $block->getProductListMode();
$enable = $block->isEnable();
$delay = $helper->getConfig('lazyloadinginfinitescroll/instances/delay');
$delay = $delay?(int)$delay:600;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.



if($helper->isEnabled() && $enable) { ?>
<script>
require(['jquery',
Expand Down