如何删除''image 1/15''但在FancyBox Gallery中保留标题

时间:2012-11-04 13:30:48

标签: jquery wordpress plugins fancybox

我在WP Village主题中使用FancyBox画廊。

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

非常感谢一些帮助!!!!

提前致谢

西风

1 个答案:

答案 0 :(得分:0)

使用以下代码..只需在评论行代码中删除隐藏图像1的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 : '');
}