2017-07-01 39 views
-4

我尝试在我的网站上运行旋转木马:?http://marekzurek.hekko24.pl/"Pracuję z najlepszymi“代码看起来不错,但转盘不显示你能帮我看看这个旋转木马不会在我的网站工作

enter image description here

enter image description here

+0

在“Pracujęz najlepszymi”不是“意见”?我在屏幕上看不到任何东西。 – Seiko

+0

好吧看到我更新你的问题与更多的图像预览..现在可以告诉你说什么.. –

+0

应该有2轮播。第一个在“Pracuje z najlepszymi”下,并没有显示。第二个在“意见”下,它工作正常。你能检查第一个代码吗? – Seiko

回答

0

必须intialise owlcarousel与第二个轮播

$(".your-class").owlCarousel({ 
     items: 1, 
     autoPlay: true, 
     navigation: false, 
     itemsDesktop: [1199, 1], 
     itemsDesktopSmall: [980, 1], 
     itemsTablet: [768, 1], 
     itemsTabletSmall: false, 
     itemsMobile: [479, 1], 
     pagination: true, 
     autoHeight: true, 
    });