New photos not showing in slideshow

RKeatonRKeaton Registered Users Posts: 154 Major grins
edited February 15, 2008 in SmugMug Support
I have a slideshow on my homepage and periodically add new photos. Never had a problem, but now the other day I added two recent shots and they are not showing at all.

When their turn comes in the slideshow the image area is simply blank.

These are links to the two recently added images:

http://robkeaton.smugmug.com/gallery/1406091_Vus8n#252579966

http://robkeaton.smugmug.com/gallery/1406091_Vus8n#252578834

Comments

  • photogmommyphotogmommy Registered Users Posts: 5 Beginner grinner
    edited February 13, 2008
    Rob,

    I am having the exact same problem. Never been an issue before last night. Hope someone out there can help!!!!!

    www.simplelifephotography.com
  • RKeatonRKeaton Registered Users Posts: 154 Major grins
    edited February 14, 2008
    Any SmugMug crew got any ideas on this one?
  • fiatsurffiatsurf Registered Users Posts: 44 Big grins
    edited February 14, 2008
    I had to change to the Flash slide show with the new security changes-- took me a bit of searching to get all the code right (had a problem centering it) but I must say I like the results. Should be a thread above this one that goes over it but here's Andy's response to the slide show thing:

    http://www.dgrin.com/showpost.php?p=747153&postcount=33
  • RKeatonRKeaton Registered Users Posts: 154 Major grins
    edited February 14, 2008
    fiatsurf wrote:
    I had to change to the Flash slide show with the new security changes-- took me a bit of searching to get all the code right (had a problem centering it) but I must say I like the results. Should be a thread above this one that goes over it but here's Andy's response to the slide show thing:

    http://www.dgrin.com/showpost.php?p=747153&postcount=33


    I wasn't aware there'd been a change. Thanks for the heads up. I'll see if I can get that new slideshow to work.
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited February 14, 2008
    RKeaton wrote:
    I have a slideshow on my homepage and periodically add new photos. Never had a problem, but now the other day I added two recent shots and they are not showing at all.

    When their turn comes in the slideshow the image area is simply blank.

    These are links to the two recently added images:

    http://robkeaton.smugmug.com/gallery/1406091_Vus8n#252579966

    http://robkeaton.smugmug.com/gallery/1406091_Vus8n#252578834

    A couple things to check:
    • Make sure you have external linking enabled for the slideshow gallery.
    • Update your slideshow code to use the new (longer) AlbumID which is 1406091_Vus8n for the gallery you mention above (it used to be just 1406091 before some recent Smugmug changes).
    My guess is that you don't have external linking enabled and it didn't used to matter. Now it does, particularly for new images.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • RKeatonRKeaton Registered Users Posts: 154 Major grins
    edited February 14, 2008
    jfriend wrote:
    A couple things to check:
    • Make sure you have external linking enabled for the slideshow gallery.
    • Update your slideshow code to use the new (longer) AlbumID which is 1406091_Vus8n for the gallery you mention above (it used to be just 1406091 before some recent Smugmug changes).
    My guess is that you don't have external linking enabled and it didn't used to matter. Now it does, particularly for new images.

    Thanks for the response.

    I switched out all the code and am now running the new flash slideshow. It's pretty sweet.

    I can't yet figure out how to change the size of the slideshow images however. My old slideshow displayed the images at their original size of 700 pixels wide. Now they are smaller. Any advice as to how I can change that?
  • fiatsurffiatsurf Registered Users Posts: 44 Big grins
    edited February 15, 2008
    Here's the partial code from my bio box (see the bold line):





    ********>



    var oParams = new Object;

    oParams.randomStart = "true";

    oParams.AlbumID = "4314953";

    oParams.newWindow = 'false';

    oParams.transparent = "true";

    oParams.showLogo = "false";

    oParams.showThumbs = "true";

    oParams.showButtons = 'true';

    oParams.crossFadeSpeed = '350';

    createSWF(700,700, oParams, "transparent");

    I played with the numbers (trying 400,400 or 600,600) until I got the look I thought worked out... since I have a mixture of portrait and landscape, I left the square format (I think the original setting is 600,600). I've seen different numbers (600,400) suggested if you have all landscape shots... there's also a good suggestion on putting "bio text" info in before the slide show coding so search engines put in something applicable to your site... it's at the bottom of the page under the "gotcha" tag:

    http://wiki.smugmug.com/display/SmugMug/Flash+Slideshow
Sign In or Register to comment.