Tell us what you are trying to do?
I have a custom post type, with a custom field for uploading images. I want to create a simple slider to display these images, with prev/next arrows floating on top of the frame. I do not want a thumbnail slider.
Is there any documentation that you are following?
I've looked at the documentation on the site, but it doesn't cover what I'm trying to do.
Is there a similar example that we can see?
What is the link to your site?
This is a dev site, and I would prefer to send you the link privately, please. Thanks!
Views sliders are based on posts, if you are going to setup the sliders on a custom repeating image field, I suggest you try other workaround, for example woosliders: hidden link
Right, I'm not using a custom repeating field. I'm using your standard "Image" field with "Allow multiple instances of this field" checked.
I was hoping there'd be a way to use a "foreach" to iterate through these images as slides. I thought it'd be possible because I'm using this same approach on another post type single template to add a masonry grid of images (again, from a standard image field with "allow multiple..." checked).
If that's not possible I will investigate Flex Slider. I'm just really trying to avoid installing unnecessary plugins. Usually Toolset can handle most of what I need to accomplish. Not in this case though, I guess.