ultimo主题品牌滑块不工作

时间:2016-07-15 20:50:28

标签: magento slider

我有Magento与Ultimo主题 我在主页上设置了品牌滑块 它显示了4个带有图像的品牌。我有6个品牌。仅显示前4种矿石 并且它不会滑动到另一个

有人有想法吗?

这是我的代码:

{{block type=”brands/brands” template=”infortis/brands/brand_slider.phtml” breakpoints=”[0, 1], [320, 2], [480, 2], [768, 3], [960, 4], [1280, 5]” move=”1″ pagination=”1″ block_name=”Our Brands”}}

2 个答案:

答案 0 :(得分:2)

您必须将“品牌/品牌”添加到系统权限块

答案 1 :(得分:0)

这里是同一问题。

<div class="col-md-12" class="our_brands_block" style="background-color: #f0f2fb;>
{{block class="Infortis\Brands\Block\Brands" template="brand_slider.phtml" breakpoints="[0, 1], [320, 2], [480, 2], [768, 5], [960, 6], [1280, 6]" move=1 loop=1 timeout=1000 speed=500 pagination=1}}
</div>

将以上内容添加为CMS块。 将小部件配置为。 页面:CMS页面(全部) 容器:附言,全角

这会在页脚区域上方添加全宽。

但是懒惰加载似乎无效,动画也无效。

Magento 2.3.0