Awesome module! Does it integrate with views? Can I just add the image field to views once the display is set to slideshow and get the slideshow in the views display. Thanks, can't seem to figure it out.

emk

Comments

emkamau’s picture

OK, to answer my own question.
I created a Display Suite http://drupal.org/project/ds view mode for just the multiple image field on the node.
I then set up field slideshow for the image (check module README.txt) in that view mode.
The in views I created a content pane to show content and set it to my DS view mode.
Finally placed pane in panel (or anywhere you want.)

emk

idflood’s picture

Status: Active » Closed (fixed)

It looks like the views integration is perfect right now, so marking this issue fixed : )

bjcone’s picture

First off, great module.

I am in a situation where showing full content or a rendered entity in a view doesn't work. I am not currently having any luck getting the slideshow to work with views as a field formatter. My assumption would be that I would set the formatter to slideshow, similar to how you would use Image or Shadowbox, etc for the formatter. However, the fields never cycle. My configuration is a node view, I'm displaying the title, body, and image fields. I am attempting to configure the image field formatter to be a slideshow without any luck. Any help or ideas you could offer would be great.

idflood’s picture

Category: feature » support
Status: Closed (fixed) » Active

@bjcone: Does field_slideshow work without views on your setup? I think that if it doesn't work with views then it may also not work with a normal field configuration. If this is the case then you may want to check the installation guide at http://drupal.org/node/1495622 .

Have you any javascript error? Or is the website accessible?

bjcone’s picture

@idflood: field_slideshow works fine outside of views. I have tested the configurations with pager as well as carousel (through the content type display configuration) to see what works the best in this setup. It also works in views provided that I am viewing Content or Rendered Entity and using a display type configured to use field_slideshow. What I can't get to work is a view of fields where my image field formatter, etc is set to use field_slideshow. I have tried changing the Multiple Field Setting for the image field to see if that made a difference but with no luck.

lamp5’s picture

Issue summary: View changes
Status: Active » Closed (outdated)