终极主题品牌滑块不起作用



我有Ultimo主题的Magento。我在主页上设置了品牌滑块它显示了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”}}

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

同样的问题在这里。

<div class="col-md-12" class="our_brands_block" style="background-color: #f0f2fb;>
{{block class="InfortisBrandsBlockBrands" 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 页面 (全部)容器:后记,全宽

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

但是延迟加载似乎不起作用,动画也不起作用。

马真托 2.3.0

相关内容

  • 没有找到相关文章

最新更新