I think you can set up practically everything needed with the GUI.
I am not sure what the status of those images is.
Are those featured images (each post featured image) or a Custom Field (eventually, repeating?), or is it something else?
This is crucial to know, I leave this part out for now, therefore.
To create the slider, you first create your Post type and add fields; then you create some posts.
I did a similar setup as yours:
- cats' post type
- a breed as field
- native post data
I then created a few cats and then added a View, and queried those cats.
Then in the "Pagination and Sliders Settings" I set up the rules for my pagination (slider).
I chose three items, a fade effect, and saved.
I then headed to the Loop editor, and with the Wizard I created a Bootstrap GRID with three columns
I chose the extended HTML format with a container.
After, I inserted pagination previous and next links with the GUI, just before the loop begins.
These can be placed anywhere, unless IN the loop, as otherwise, they would repeat for each post.
Then, those can be style with Custom CSS as well.
After, this View is placed to a Page, and when loaded, it will display the three posts in a row, just as you show with your ScreenShot, and the pagination allows to slide it, with a fade effect.
Of course, each post can be styled and information added thru the content Template used in the loop.
The only remaining issue is the random image order.
Here I am confused, can you accurately show me how you set up those images, and how you plan to iterate thru them?
Eventually, a nested Child View will be needed.
Thanks!