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
Comment #1
smitty commentedMight this be a duplicate of https://www.drupal.org/node/1954244 ?
Comment #2
reshma.i commentedComment #3
reshma.i commentedI 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.
Comment #4
gangaloo commented@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,
Comment #5
reshma.i commentedYes 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
Comment #6
honza pobořil commented