I have a main category for article images, called /article images. That category is unpublished. Then under that i have the articles for this and other slideshows. I have many other categories listed this way and if I use a different one it works, just not category 34. Where and how else would it be hidden?
The images folder is
http://www.foxhuntinglife.com/images/ph ... rd-Spa.jpg and you can see those links work.
The page is parsing the code which I see in view source:
Code: Select all
<div id="phocagallerycontent7718716806"></div><script type="text/javascript">
fadeimages7718716806 = new Array();
fadeimages7718716806[0] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Andrew's-on-the-Weir.jpg', '', ''];
fadeimages7718716806[1] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_bibury-for-slideshow.jpg', '', ''];
fadeimages7718716806[2] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Cheltenham-Gold-Cup.jpg', '', ''];
fadeimages7718716806[3] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_face-Mandown-Gallops---sepi.jpg', '', ''];
fadeimages7718716806[4] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_facePat-Murphy-1.jpg', '', ''];
fadeimages7718716806[5] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Festival-Grandstand-1.jpg', '', ''];
fadeimages7718716806[6] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Fisher's-Hill-Gallop.jpg', '', ''];
fadeimages7718716806[7] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Hounds-TO_2.jpg', '', ''];
fadeimages7718716806[8] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_IMG_651-10707-Binocular-fi.jpg', '', ''];
fadeimages7718716806[9] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_IMG_651-10768---McCoy-dism.jpg', '', ''];
fadeimages7718716806[10] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_IMG_654-10856.jpg', '', ''];
fadeimages7718716806[11] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Imperial-Commander-jumping.jpg', '', ''];
fadeimages7718716806[12] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Last-Fence-at-Sandown.jpg', '', ''];
fadeimages7718716806[13] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Manton.jpg', '', ''];
fadeimages7718716806[14] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Philip Hobbs.jpg', '', ''];
fadeimages7718716806[15] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_River-Lambourn-&-East-Gars.jpg', '', ''];
fadeimages7718716806[16] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Rooster-Booster-1.jpg', '', ''];
fadeimages7718716806[17] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_Taunton.jpg', '', ''];
fadeimages7718716806[18] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_the-Vineyard-Spa.jpg', '', ''];
fadeimages7718716806[19] = ['/images/phocagallery/cheltenham/thumbs/phoca_thumb_l_w-Back-of-the-Hill-gallop.jpg', '', ''];
function fadeshowladen7718716806() {
new fadeshow(fadeimages7718716806, 400, 267, 0, 3000, 1, '', 'phocagallerycontent7718716806');
}
if(window.onload) {
var temp = window.onload;
window.onload=function(e) {
temp(e);
fadeshowladen7718716806();
};
}
else{
window.onload=function(e) {
fadeshowladen7718716806();
};
}</script>
</div>
Why won't it show up? I'm sure it's something small and stupid I am missing, but I am stumped!
Cheryl