Answer the question
In order to leave comments, you need to log in
How to display carousel items through additional fields in ModX Revo?
Good afternoon.
There are 5 pages in ModX. An Owl Carousel is used at the end of each page.
On each page, a different number of elements (slides) of the carousel.
In the template of these pages:
<div class="more">
</div>
<div class="owl-carousel owl-theme">
</div>
<article class="item">
<a href="#" class="image fit">
<img src="/images/1281-back.jpg" alt="bg" />
<div class="owl-lazy logo" data-src="/images/logo/1281-front.png"></div>
</a>
</article>
Answer the question
In order to leave comments, you need to log in
Created 8 chunks, each with its own markup:
<article class="item">
<a href="#" class="image fit">
<img src="/images/1281-back.jpg" alt="bg" />
<div class="owl-lazy logo" data-src="/images/logo/1281-front.png"></div>
</a>
</article>
MIGX is convenient for sliders , create such an additional field for each of the five pages and link the necessary images. Then display on the page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question