Including $alm_item results in load more button not working
-
Hello!
My repeater template looks like this:
<?php if($alm_item%2 == 1){ echo '<div class="row row-center">'; } ?> /// loop <?php if($alm_item%2 == 0){ echo '</div>'; } ?>
The function is working fine, except for the fact that I can only hit the load-more button once. After the first load the button is not clickable anymore.
Does anyone know how to fix this problem?
Thanks for helping me!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Including $alm_item results in load more button not working’ is closed to new replies.