I love this module. Great work.

After attaching a view to an entity with the EVA module, the infinite scroll doesn't work any more.

Does VIS support showing entities with Entity Views Attachments (EVA)? Any help is appreciated.

Regards, Chipie

Comments

radimklaska’s picture

Issue summary: View changes

Hi, I had the same problem. Infinite scroll stopped working whenever I had some EVA field attached to an entity. Infinite scroll starts working right after disabling the view with EVA and clearing cache.

I guess both modules implement same hook?

Anyway the workaround is to use display suite dynamic field instead of eva.

  • in your view remove eva display and add block display instead
  • in display settings of your entity:
  • select some ds layout to get access to ds custom fields
  • add new dynamic field
  • edit dynamic field format settings and "edit content"
  • your view should be under "Miscellaneous" (you may need to set lower jquery version temporally to get to this form, but that's another issue)
  • save everything, disable/uninstall eva, clear cache
  • ...
  • profit ;-)

Thanks to @petr-illek - he was debugging this with me.

Honza Pobořil’s picture

Status: Active » Closed (outdated)
Honza Pobořil’s picture