我需要你的帮助。是否有任何适用于文本小部件的 wordpress 滑块。
我使用了 owl carousel,但它对我不起作用,它显示了一个空的 div
<section id="presentation">
<h1>PRESENTATION</h1>
<p>Avada has the ability for you to make a one page site with a parallax scrolling menu</p>
<hr>
<div class="one-third first">
<div class="slider-container">
<h4>VIDEO PRESENTATION</h4>
[owl-carousel category="mainSlider"]
</div>
</div>
<div class="two-thirds">
<iframe width="560" height="315" src="https://www.youtube.com/embed/LdjTQif9s4M" frameborder="0" allowfullscreen></iframe>
</div>
</section>
但它向我展示了这行代码
<div id="owl-carousel-1488532950" class="owl-carousel" style="opacity: 1;"></div>
感谢大家。