infinite-scroll (jetpack) only works with button
-
I am using InfiteScroll from Jetpack and have registered it in my own themes function.php:
add_theme_support( 'infinite-scroll', array( 'type' => 'scroll', 'footer_widgets' => false, 'container' => 'my_wrapper_id', 'wrapper' => true, 'render' => false, 'posts_per_page' => false, 'footer' => 'my_ft_id', ) );
However, it does not work. It only works, when I uncheck the checkbox “Check to load posts as you scroll. Uncheck to show clickable button to load posts” in “Settings->Reading” – however, then I have to click the button to load the content. Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘infinite-scroll (jetpack) only works with button’ is closed to new replies.