【问题标题】:How to delete ''image 1/15'' but keep title in FancyBox Gallery如何删除“图像 1/15”但在 FancyBox 画廊中保留标题
【发布时间】:2012-11-04 13:30:47
【问题描述】:

我在 WP Village 主题中使用 FancyBox 图库。

目前,我有titleimage 1/15... 我需要保留title 并删除“image 1/15”... 任何想法????

我们将不胜感激!!!!

提前致谢

和风

【问题讨论】:

  • 你能识别出fancybox初始化的脚本吗? ...像$(".selector").fancybox({ // options }) 之类的东西? ...您的主题是否可以自定义模态框?
  • 发布网站链接,或者一些代码会很有用。
  • 它是这样添加的:Image 1 / 3 Custom title 他想删除“Image 1 / 3”并保留休息...
  • 你不能只从图像中删除“rel”元素吗?这就是将它们组合在一起并为您提供图像编号的原因
  • 感谢您的回答。我在 php.ini 中找到了解决方案,这有点棘手。文件而不是在js中。有人为我做的,所以我不能告诉你更多关于它的信息......

标签: jquery wordpress plugins fancybox


【解决方案1】:

使用下面的代码.. 只需在注释行代码中删除即可隐藏图像 1 of 1...

afterLoad : function() {
    //this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');

    // **Solutions**

    this.group.length + (this.title ? ' - ' + this.title : '');
}

【讨论】:

    猜你喜欢
    • 2015-09-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-11
    • 1970-01-01
    相关资源
    最近更新 更多