Bug: Older posts / Newer posts buttons on blog feed / Infinite Scroll
-
After a certain amount of posts, buttons appear to go to older / newer posts at the bottom of the blog feed. Using the demo theme as an example:
https://www.lyrathemes.com/preview/?theme=vega
Scroll to the bottom and click left to go to older posts. Now scroll to the bottom again. The buttons are nearly on top of each other. Shouldn’t the “right” button be on the right side of the blog feed?
Also, any idea how to enable infinite scroll? I tried pasting this code in the functions.php file, with and without infinite scroll activated in Jetpack:
add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘col-md-9 blog-feed-column’,
‘footer’ => ‘page’,
));Thanks!
- The topic ‘Bug: Older posts / Newer posts buttons on blog feed / Infinite Scroll’ is closed to new replies.