WP Village テーマで FancyBox ギャラリーを使用しています。
現時点では、title
と... を保持して" " を削除するimage 1/15
必要があります... 何か考えはありますか????title
image 1/15
いくつかの助けをいただければ幸いです!!!!
前もって感謝します
ゼファー
以下のコードを使用してください..画像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 : '');
}