PDA

View Full Version : Strange Slideshow Behaviour, Missing Images?


TheEventGuy
Oct-09-2008, 03:36 AM
Hi All,

I installed the flash slideshow on my entry page over a year ago, I've had no need to do much with it, but today decided to freshen the images up. All the old images work absolutely fine, but any new images I add to the "slideshow" gallery do not show up on the slide show at all??

Has anyone seen this before?

Regards

T.

denisegoldberg
Oct-09-2008, 05:04 AM
I installed the flash slideshow on my entry page over a year ago, I've had no need to do much with it, but today decided to freshen the images up. All the old images work absolutely fine, but any new images I add to the "slideshow" gallery do not show up on the slide show at all??

You're using the very old no-longer-supported slideshow code. You need to remove the old code and replace it with the new. The old slideshow will not show any photos that were added after the photos were tagged with a key, which I think was a year ago now.

Help page at http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow.
Thread to post to request help at http://www.dgrin.com/showthread.php?t=73247.

--- Denise

TheEventGuy
Oct-09-2008, 08:28 AM
Hiya,

Thanks for that, new code added, and everything put back the way it was except the pesky SM footer, which I can't seem to get centered. Can anyone point me at the right FAQ to center the (SM) footer?

Cheers

T.

You're using the very old no-longer-supported slideshow code. You need to remove the old code and replace it with the new. The old slideshow will not show any photos that were added after the photos were tagged with a key, which I think was a year ago now.

Help page at http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow.
Thread to post to request help at http://www.dgrin.com/showthread.php?t=73247.

--- Denise

Allen
Oct-09-2008, 08:49 AM
Hiya,

Thanks for that, new code added, and everything put back the way it was except the pesky SM footer, which I can't seem to get centered. Can anyone point me at the right FAQ to center the (SM) footer?

Cheers

T. You are missing a closing div. But all the bold does nothing, might remove it along with the missing </div>

<div id="seperator">
</div>

<div id="my_footer" align="center">
All Images Copyright Tony Holmes © 2005-2008 - All Rights Reserved. Unauthorised Reproduction Strictly Prohibited. <br>+44 (0) 870 4321 899
</div>

<a href="http://www.prather.us/glacecapsulate.php?a=08">
</a>
<div style="height: 0px; width: 0px;">


<a href="http://www.prather.us/glacecapsulate.php?a=08">
</div>

TheEventGuy
Oct-09-2008, 08:57 AM
Hi Al,

Thanks for the quick reply, the issue was with the SmugMug footer (powered by Smugmug, etc) rather than my custom footer which is centered fine. The lines that do nothing (http://www.prather.us/glacecapsulate.php?a=08), are a honeypot for email harvesting bots that shouldn't be harvesting. I added the closing </div>

Do you happen to know how I can center the cobrand footer?

Regards

T.

You are missing a closing div. But all the bold does nothing, might remove it along with the missing </div>

<div id="seperator">
</div>

<div id="my_footer" align="center">
All Images Copyright Tony Holmes © 2005-2008 - All Rights Reserved. Unauthorised Reproduction Strictly Prohibited. <br>+44 (0) 870 4321 899
</div>

<a href="http://www.prather.us/glacecapsulate.php?a=08">
</a>
<div style="height: 0px; width: 0px;">


<a href="http://www.prather.us/glacecapsulate.php?a=08">
</div>

Allen
Oct-09-2008, 09:11 AM
Hi Al,

Thanks for the quick reply, the issue was with the SmugMug footer (powered by Smugmug, etc) rather than my custom footer which is centered fine. The lines that do nothing (http://www.prather.us/glacecapsulate.php?a=08), are a honeypot for email harvesting bots that shouldn't be harvesting. I added the closing </div>

Do you happen to know how I can center the cobrand footer?

Regards

T.
This in your footer has no closing div. What is it for?

<div style="height: 0px; width: 0px;">
</div>

TheEventGuy
Oct-09-2008, 09:21 AM
Hi Al,

Thanks for that :thumb, it was the missing </a> closing tag that was causing my problems, the useless </div> gives something substanceless for the "A" tags to surround, for the purposes of the link harvesters.

Now I've added the missing </a> to go with the </div> it all works.

Cheers

T

This in your footer has no closing div. What is it for?

<div style="height: 0px; width: 0px;">
</div>