Support for Jetpacks Infinite Scroll
-
Thank you for the great theme. I have been enjoying customizing a child theme and custom css of Bizplan for over a month and am very happy with the outcome so far.
However upon multiple attempts and configurations, I am at a loss how to implement the infinite scroll.
I know your theme is built with support for Jetpacks infinite scroll. And I really ‘need’ and want to implement this.
This is just one of the many aspects of why I chose to work with your theme.I do have Jetpack installed and configured for “Load more posts as the reader scrolls down.”
I have had the footer widget both disabled and enabled. And have even tried implementing code from Jetpacks support: https://jetpack.com/support/infinite-scroll/According to your ‘Readme’ file:
== Frequently Asked Questions ==
= Does this theme support any plugins? =
Bizplan includes support for Jetpack’s Infinite Scroll and Site Logos, as well as other features.And on line 94 of bizplan\inc\setup.php you seem to have support:
add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘#main-wrap’,
‘footer_widgets’ => true,
‘render’ => ‘bizplan_infinite_scroll_render’,
));However in admin settings->Reading there is no infinite scroll option.
And the content page still shows the click on for posts at the bottom.Can you help me implement this or point me in the right direction. Thank you for your time and great theme. Cheers.
- The topic ‘Support for Jetpacks Infinite Scroll’ is closed to new replies.