[Resuelto] Create slider with images uploaded from custom field
This support ticket is created hace 4 años, 8 meses. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
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: enlace oculto
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.