Recursive Image Loop?

I am trying to display a carousel of images on a homepage (using animations) without using any plugins. As long as the user is on the homepage, the carousel is cycling through 3 images. Appreciate any ideas on how to accomplish?

I don’t know why you put a redline on plugins, and that’s why I’m gonna recommend you one I’ve used before (free) for this very task.

There will be othes out there for sure.

You might have strong reasons why not to use plugins though. In that case I’ll think on other solutions.

@leenetworksolutions00
If you want to solve without plugins…

  • You need a Custom State to hold which card you are displaying (type = number)
  • You need a search that says "Do a search for (Datatype): Item Number (Name of Custom State)'s Name of Picture Field)
  • Then you need a Left and Right arrow or similar, with workflows that either add or subtract the current custom state value by 1.
  • You also need conditional logic that says “when Custom State = (max number), set state to 1” on the increment side, and the equivalent on the decrement side.

That’s not the complete solution but you should be able to work it out with a bit of experimenting.