Hi there,
I was wondering what the process is to disable infinite scrolling in the default Casper theme? Is it just a matter of removing a part of code from the default.hbs?
I’m somewhat of a beginner, so any help is appreciated.
Thank you!
Hi there,
I was wondering what the process is to disable infinite scrolling in the default Casper theme? Is it just a matter of removing a part of code from the default.hbs?
I’m somewhat of a beginner, so any help is appreciated.
Thank you!
Remove the following code from default.hbs
{{#if pagination.pages}}
<script src="{{asset "built/infinitescroll.js"}}"></script>
{{/if}}