When I scroll through the view it loads for the first time but if I scroll again to load more in the same page it stops without showing any other contents .. and I am sure that there are other contents to be loaded

What is the problem here? any help please?

Comments

smitty’s picture

Issue summary: View changes

Might this be a duplicate of https://www.drupal.org/node/1954244 ?

reshma.i’s picture

Title: Infinite scroll loads content one time only » Infinite scroll loads content one time only with using bootstrap theme
reshma.i’s picture

I was facing same error while using bootstrap theme and infinite scroll. The reason behind is, Page loading with Drupal core jQuery 1.4 and bootstrap use newer jQuery functions, thats why its getting loaded one time only.

gangaloo’s picture

@reshma.i ,

Thanks for the explanation of what's going on.
Is there a way to treat this or apply settings without patches?

Thanks in advance,

reshma.i’s picture

Yes sure!
Here you can use jQuery Update module. Bootstrap requires a minimum jQuery version of 1.7 or higher, using jQuery Update module or by using hook_js_alter you can replace drupal core jQuery version

Honza Pobořil’s picture

Status: Active » Closed (outdated)