U
U
udzumaki2019-05-07 17:36:02
Slider
udzumaki, 2019-05-07 17:36:02

How to create a dynamic slider in wordpress?

Hello. I was puzzled. I would like to know how to create a slider on vp without plugins for the slider. I suspect that it can be done with the help of acf or the redux framework. But in the same place it is necessary to register your own ID for each element, and after all, it is necessary that the slides be edited without getting into the code. How to implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dymok, 2019-05-07
@udzumaki

Why go? See typical slider markup using slick slider as an example:

<div class="your-class">
  <div>your content</div>
  <div>your content</div>
  <div>your content</div>
</div>

No id. With ACF Repeater, for example, you can display elements in a wrapper block and use any slider.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question