Closed (works as designed)
Project:
Blazy
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2017 at 08:33 UTC
Updated:
12 Jan 2019 at 11:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anybodySorry, we were on the wrong path...
The true reason is that https://www.drupal.org/project/views_infinite_scroll changes the structure and the CSS does not match correctly anymore.
The infinite scroll module add's an extra wrapper between the .item-list wrapper and the views-rows. So the grid css child selectors are not working anymore (eg: ".medium-block-grid-1 > .grid")
Comment #3
jienckebd commentedThe attached patch fixed it for me.
Comment #4
anybodyComment #5
jienckebd commentedI should have submitted the above patch to the views_infinite_scroll issue queue instead of blazy. And I realized afterwards that I wrote the patch wrong too. I went to submit a follow up patch, and found the issue is already being resolved in views_infinite_scroll issue queue here: https://www.drupal.org/project/views_infinite_scroll/issues/2945524
So I think you may be able to close this one.
Comment #6
anybodyComment #7
anybodyComment #8
gausarts commentedThanks for tracking down the issue and the followup!