I can make a slider that shows 1 image on each page, and then goes onto the next image.
And I can make 3 images come up on one page in a gallery type view.
But I want to have a slider that the first page contains 3 different images and dynamically sourced title and info, then slides to page 2 with another 3 different images.
Your posts have an image field which accepts multiple values, and the actual posts have 3 images for each post.
You want a slider that transitions between posts, and shows the post title and 3 images at a time from the current post.
That correct?
You need to start with a View using automatic pagination that shows 1 of your posts at a time. Start simply by just outputting the post title (using a heading block or single field block, for example), and confirm that it works as expected, transitioning between the posts.
Now you want to display multiple images per post.
You should be able to output the images using the Gallery block, add that to the output of your View, using the custom image field as the dynamic source, so that it outputs each of the images belonging to the currently displayed post.
Or did you mean something else?
The topic ‘[Closed] Sliders’ is closed to new replies.