shopify通过代码强行更改模块排序

代码解释:

liquid判断此代码只在首页出现

js强制.category-menu显示在.section-slideshow后面

<script>
{%if template.name == "index"%}
$(".section-slideshow:eq(0)").after($(".category-menu"));
{% endif%}
</script>

评论0

显示验证码
我们将24小时内回复。
取消

Warning: error_log(/www/wwwroot/theme.shopupup.com/wp-content/plugins/spider-analyser/#log/log-2507.txt): failed to open stream: No such file or directory in /www/wwwroot/theme.shopupup.com/wp-content/plugins/spider-analyser/spider.class.php on line 3014