在wordpress中使用Responsive Lightbox for FooGallery

时间:2015-12-02 14:54:54

标签: wordpress plugins image-gallery

我有多个由 FooGalllery 制作的画廊,现在我希望通过dFactory" 插件的" Responsive Lightbox显示画廊图片。我也安装了 Swypebox

但灯箱仅显示每个图库的第一张图片!

1 个答案:

答案 0 :(得分:2)

我找到了解决方案here, in the WordPress suport forums

从本质上讲,你需要加入FooGallery的foogallery_attachment_html_link_attributes钩子。

注意:如果您之前为任何图库选择了另一个灯箱(例如FooBox),则必须编辑该图库并将灯箱设置为"无"。否则,我发现dFactory的FooBox和RL都会触发,给你奇怪的结果(也许包括你遇到的)。希望这会有所帮助。