I have a content type with 3 different image fields and they need to stay as separate image fields (as opposed to having one multiple value image field). I'd like to be able to use Views Slideshow to display all three of these images (from separate fields) in one slideshow. Is there any way to currently do this?

Thanks,
Ben

Comments

duntuk’s picture

+1

duntuk’s picture

duntuk’s picture

BenK’s picture

duntuk,

Thanks for the posts, but nfortunately, I think both of those links assume that you have one imagefield with multiple images in that field. I have a different use case: I have multiple imagefields on a node with only one image per field. And these separate imagefields need to all rotate in one slide show.

Thanks,
Ben

basillic’s picture

Hi BenK,

Have you found a solution? I have the same need.

thushad’s picture

Load your view as a File view (not as content).
Filter to your content type.

Format ->Show : Fields
Load "File: Path" as a field.
Check "Display download path instead of file storage URI"
Rewrite results like "< img src="[FILE PATH TOKEN]" / >"

Then you're in.

If you need more filed other than files, you may need to use relationships.

NickDickinsonWilde’s picture

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

That's a view issue rather than views Slideshow - basic views filtering/sorting. However not sure if it is possible through the GUI to do that; you might have to use a preprocess function.