阿尔及利亚与猫头鹰

时间:2018-08-21 12:46:36

标签: javascript owl-carousel algolia

我有这段代码可以将一组名单转换为猫头鹰轮播

setTimeout(function() {
        jQuery('.page-id-4766 .ais-refinement-list--list').addClass('owl-theme owl-carousel');

        var $owl = $('.ais-refinement-list--list').owlCarousel({
            items:15,
            loop:false,
            nav:true,
            margin: 20,
            navText:['<i class="fa fa-chevron-left" aria-hidden="true"></i>', '<i class="fa fa-chevron-right" aria-hidden="true"></i>']
        });

        $owl.trigger('refresh.owl.carousel');

    }, 300);

结果:

enter image description here

但是当它具有活动项时,它会恢复为初始样式,有人知道我能做什么吗?

何时有活动项目:

enter image description here

0 个答案:

没有答案