Prestashop Fancybox JS无法正确加载

问题描述

我在新的Prestashop网站中遇到一些JS问题。 fancybox似乎造成了冲突。 这是Chrome控制台中的错误

Uncaught TypeError: $(...).fancybox is not a function
at HTMLDocument.<anonymous> (custom.js:216)
at u (core.js:39)
at Object.fireWith [as resolveWith] (core.js:39)
at Function.ready (core.js:39)
at HTMLDocument.H (core.js:39)

网站为taglioestampa.it

解决方法

这是因为您的主题未使用Fancybox。 因此您需要包含fancybox JS脚本。

它位于这里:

因此请在

前添加
<script type="text/javascript" src="https://taglioestampa.it/js/jquery/plugins/fancybox/jquery.fancybox.js" ></script>