我在网站上有一个照片库:http://www.firstaidlifeline.co.uk/gallery/。 但是,网站上没有显示图像。
我认为问题在于CSS(或JS),因为HTML对我来说很好看。
HTML如下所示:
<div id="flickrGal0" class="justified-gallery">
<a href="https://farm6.staticflickr.com/5813/22733190139_f81bfe7a9b_b.jpg" rel="flickrGal0" title="20130213_153547"><img alt="20130213_153547" src="https://farm6.static.flickr.com/5813/22733190139_f81bfe7a9b_m.jpg" data-safe-src="https://farm6.static.flickr.com/5813/22733190139_f81bfe7a9b_m.jpg">
<div class="caption">
<div class="photo-title photo-title-with-desc">20130213_153547</div>
</div>
</a>
...
...
...
</div>
html本身可以在其他地方使用。所以我认为JS或CSS中某处存在冲突,但我不确定究竟在哪里。
答案 0 :(得分:1)
我查了源代码和库。页面中未加载justifiedGallery.js
个文件。调用fjgwppInit_flickrGal0()
的函数justifiedGallery()
未被调用;这解释了为什么控制台不会发出任何错误。在justifiedGallery.js
<head>
把
jQuery(function(){
fjgwppInit_flickrGal0();
};
页面上的某个地方。
看起来画廊是由插件生成的,我认为你应该播放设置,或者,插件可能会被损坏。 Plugin homepage