Lightbox 无法在 Drupal 高级投票模块中工作
我需要对图片进行民意调查,所以我选择了高级民意调查模块。 在选择中,我添加了图像的 html 以及图片的链接和灯箱的属性...这是代码:
<a title="picture" rel="lightbox" href="/sites/default/files/pic.jpg" class="lightbox-processed">
<img class="image image-big image-center" src="/sites/default/files/pic.jpg" title="picture"/>
</a>
同样的代码在网络上使用,灯箱正在工作。我不明白为什么它在高级民意调查中不起作用。图片在窗口中打开,而不是在灯箱中打开。
你有类似的经历吗。 我将非常感谢你的帮助。 谢谢
drupal 版本是 6.19
高级 poll 模块是 6.x-1.x-dev
lightbox2 模块 6.x-1.9
I needed a poll to vote on pictures, so I chose Advanced Poll module.
In choices I added html for images together with link to the picture and attributes for lightbox ... this is the code:
<a title="picture" rel="lightbox" href="/sites/default/files/pic.jpg" class="lightbox-processed">
<img class="image image-big image-center" src="/sites/default/files/pic.jpg" title="picture"/>
</a>
This same code is used around the web and lightbox is working. I don't understand why it is not working in Advanced Poll. The picture opens in window and not in lightbox.
Do you have any similar experience.
I will really apreciate your help.
Thank you
drupal version is 6.19
advanced poll module is 6.x-1.x-dev
lightbox2 module 6.x-1.9
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 lightbox 更新到 6.x-2.11: http://drupal.org/node/921800
它修复了jQuery 更新的兼容性问题。
如果这没有帮助,您应该使用 Firebug 或其他 javascript 控制台日志来查看该页面上生成的任何错误。
Update lightbox to 6.x-2.11: http://drupal.org/node/921800
It fixed a compatibility issue with jQuery update.
If that doesn't help, you should use Firebug or another javascript console log to see any errors generated on that page.