Opencart Fancybox 图片

发布于 2024-12-09 05:41:33 字数 240 浏览 0 评论 0原文

该页面当前使用“信息”模板。 http://goo.gl/RHFza

我尝试添加:class="fancybox"rel="fancybox" 在图像(“事件图像”)的链接上,

但与产品页面不同,图像不会在花式框中打开,当您单击产品图像时,它会打开在 fancybox 上打开。

The page currently uses the 'Information' template.
http://goo.gl/RHFza

I tried to add: class="fancybox" and rel="fancybox" on the link of the image ('Event Image')

but the image doesn't open on fancy box unlike on the product pages, when you click on the product images it opens on fancybox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诠释孤独 2024-12-16 05:41:33

你永远不会在信息页面上初始化你的 fancybox。

在产品页面中,它看起来像这样:

<script type="text/javascript"><!--
$('.fancybox').fancybox({cyclic: true});
//--></script>

You never initialize your fancybox on the information page.

In the product pages, it looks like this:

<script type="text/javascript"><!--
$('.fancybox').fancybox({cyclic: true});
//--></script>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文