Hi Russell! Thank you very much for the details. It was very helpful to me. I confirm that the source to get the images for the slider is absent. No way to get the images from a repeatable group on a slider block.
I am approaching our 2nd Tier to confirm if this is expected or if there are any plans to support repeatable groups in the slider block.
In the meantime, I can suggest two workarounds that are based on a new view:
- Use the AJAX pagination.
- Generate the view content and use a 3rd party library to turn it into a slider.
For the first case, I already created a view and configured it. Even though you are using Toolset Blocks, views are created under the ground and the menu Tooset->Views is omitted. You can get it back by activating the legacy editor in Toolset->Settings->Editting experience. Basically, a view is used to display a list, and a content template is used to display a single post. Check our glossary for more reading https://toolset.com/glossary/
Here are the steps that I followed:
1. Insert a view block and create a new view for it. Check this screenshot hidden link
2. Choose a repeatable field for the view. Check this screenshot hidden link
3. Configure AJAX Pagination and configure how many items, I choose 2 to force the generation of pagination, because the page of the test has only 3 images.
4. Insert blocks inside the view loop. I used blocks from Toolset(Image, Header, and Button), if you want to have a background image, you can use a container block and configure its background to pull an image dynamically.
5. Add navigation below the loop of the view.
Please note, that you can use the Block navigation to choose what block to work on it. It will be useful for configuring different parts of the view(View itself, loop, search, pagination, etc.) Check this screenshot hidden link
Note that I have put my view in container block to distinguish it easily, and I have added a title to demonstrate it. Check this screenshot: hidden link
If you need to create a different slider that the one possible with the AJAX pagination of a view, you can generate markup for the view and use a third-party library to build the slider. You can put the required Javascript and CSS files on your theme or on the view of CSS and Javascript sections.
I hope these workarounds help. Let me know if you have any questions about them. And once I got a feedback from our 2nd Tier, I'll get back to you.