Skip to main content

Questions tagged [infinite-scroll]

Infinite Scroll allows a web page to load new content dynamically as a user reaches the bottom of the current page.

0 votes
0 answers
28 views

Trying to avoid pagination on the blogs page, I'm getting a layout based on fallback to basic post display. This is like infinite scroll but I get only 10 posts in next page with the load more p My ...
lawsome's user avatar
  • 101
0 votes
1 answer
42 views

I have a code that loads the next post infinitely at the end of each post. Currently, the next post is picked at random. I would like the next post to be restricted to the category of the current post....
Michael Adegoke's user avatar
0 votes
1 answer
335 views

I have a page with all my blog posts in it and I have it set to show all my posts on one page. (See screenshot) Now am I looking for away to only show 10 posts at a time and on scroll show more. I see ...
user979331's user avatar
0 votes
1 answer
77 views

I'm using Infinite Scroll and the following great code from here to generate Next Taxonomy Term Link in a term loop. I want to ajax append Next Woocommerce Product Category when you reach the end of ...
Juárez's user avatar
  • 49
0 votes
0 answers
127 views

I was wondering if it's possible to make only the Wordpress homepage (with the latest posts) have infinite scroll and keep the pagination on desktop view. I have viewed some other questions regarding ...
AcidBurn's user avatar
0 votes
1 answer
61 views

I am on WordPress 5.3.2 running Twenty Fourteen Child theme. socalda.org For some reason if you look at the site on the phone you cannot scroll down anymore. It scrolls down on the computer but not on ...
Benno Sebastian's user avatar
1 vote
0 answers
125 views

I am using Infinite Scroll on a site that is using a custom styled MediaPlayer Element (using Wordpress' built-in MediaElements.JS). The style initially loads fine, but once Infinite Scroll loads ...
NichCitarella's user avatar
0 votes
0 answers
1k views

I've created an infinite scroll without using any plugin to achieve the objective. The problem is that the bootstrap masonry cards grid are loading all the posts cards at the first scroll or will load ...
Yikko's user avatar
  • 15
0 votes
1 answer
282 views

When I scroll the page in chrome it show the intervention error. I tried adding various script like window.addEventListener("mousedown,wheel", handleMouseDown, { passive: false}); but unable to fix ...
Pawan Kumar's user avatar
0 votes
2 answers
307 views

I'm trying to remove the infinite-wrap class jetpack adds to posts with infinite scroll turned on because I want to add infinitely loaded posts to a gridded layout. I found the article here that says ...
Garrett Scafani's user avatar
1 vote
0 answers
237 views

I have a infinite scroll working on my wordpress site. It works perfectly well on category pages, e.g. example.com/example however it doesnt work when I try to use it on a search page, e.g. ...
Tom's user avatar
  • 11
1 vote
1 answer
2k views

I have set up a custom WP_Query loop for a page template. I am implementing an infinite scroll method via ajax, and the call is successful, but for some reason I cannot get the query to like the paged ...
Dylan Wagner's user avatar
4 votes
2 answers
16k views

Background information can be skipped. I wanted to use the infinite scrolling option on my Wordpress theme, but I am not well trained in Javascript so I tried this solution: https://wptheming.com/...
WordCent's user avatar
  • 1,964
2 votes
1 answer
304 views

I'm using the Underscores theme which comes with the following (very) handy code in inc/jetpack.php add_theme_support( 'infinite-scroll', array( 'container' => 'main', 'render' => '...
Kevin Nugent's user avatar
-1 votes
2 answers
1k views

on my index.php I display all my posts with infinite scroll. Before the WP loop I added a $counter, which counts up with every post. But if the infinite scroll loads new posts, the counter will be ...
niaker's user avatar
  • 1

15 30 50 per page
1
2 3 4 5