WordPress 灯箱画廊通过帖子

发布于 2024-08-09 08:06:58 字数 220 浏览 2 评论 0原文

如何按帖子区分受灯箱画廊插件影响的画廊?

现在发生的事情是说我有 2 个帖子。 第 1 篇文章有 3 张图片,我将它们变成了画廊 帖子 2 有 5 张图像,我将其变成图库。

现在,当我单击帖子 1 上的其中 1 张图像时,它确实会按预期打开灯箱图库。 然而,总图像显示为 8 张中的 1 张,我也可以循环浏览第 2 篇文章中的图像。 我怎样才能防止这种情况发生?

谢谢你, 球座

how can I separate the gallery affected by the lightbox gallery plugin by per post basis?

Right now what's happening is say I have 2 posts.
Post 1 has 3 images which I turn into a gallery
Post 2 has 5 images which I turn into a gallery

Now when I click 1 of the images on post 1, it does open the lightbox gallery as expected.
However, the total images says 1 of 8 and I'm able to loop through the images from Post 2 as well.
How can I prevent that?

Thank you,
Tee

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

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

发布评论

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

评论(1

忆依然 2024-08-16 08:06:58

天哪,我刚刚找到答案。

您需要执行两个步骤。如果你想单独处理画廊,请在[gallery]中添加不同的类名,并在lightbox-gallery.js中添加与类名一样多的代码。

  1. 编辑 lightbox-gallery.js 并添加一些代码。看一下文件的注释。
  2. 将一个类添加到[图库]中。 ex) [gallery class="gallery2"]

T 恤

Oh man, I just find the answer.

You need to do two steps. If you would like to handle galleries separately, add different class names into [gallery] and add codes as many as class names into lightbox-gallery.js.

  1. Edit lightbox-gallery.js and add some codes. Look at the comment of the file.
  2. Add a class into [gallery]. ex) [gallery class="gallery2"]

Tee

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文