Homepage Slideshow Login Request? HUH?

OMMBoyOMMBoy Registered Users Posts: 113 Major grins
edited July 30, 2013 in SmugMug Support
I've been a paid user of SmugMug for about five years and have never experienced this annoying problem which reared it's ugly head a couple weeks ago: a password request for the slideshow on my homepage at www.runfola-photography.com which I'm seeing in both Internet Explorer and Safari (I haven't tried any other browsers). I use one password to login to my account and have never set up a password for the "Your Bio" page where the HTML code resides to launch and play the slideshow. Heck, I'm not even sure if I can password-protect the Bio page! Also, I've tried every possible password I use, or would've used, to no avail.

I'm hoping somebody will be able to provide some help or suggestions!

Thanks!
Chris
Runfola Photography

The camera doesn't make a bit of difference. All of them can record what you are seeing. But, you have to SEE.
Ernst Haas, 1985

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 30, 2013
    OMMBoy wrote: »
    I've been a paid user of SmugMug for about five years and have never experienced this annoying problem which reared it's ugly head a couple weeks ago: a password request for the slideshow on my homepage at www.runfola-photography.com which I'm seeing in both Internet Explorer and Safari (I haven't tried any other browsers). I use one password to login to my account and have never set up a password for the "Your Bio" page where the HTML code resides to launch and play the slideshow. Heck, I'm not even sure if I can password-protect the Bio page! Also, I've tried every possible password I use, or would've used, to no avail.

    I'm hoping somebody will be able to provide some help or suggestions!

    Thanks!
    Chris
    Solution in this thread.
    http://www.dgrin.com/showthread.php?t=236573
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • OMMBoyOMMBoy Registered Users Posts: 113 Major grins
    edited July 30, 2013
    Allen wrote: »

    Hi, Allen!

    Thanks for your reply! Unfortunately, when I enter the AlbumKey, the slideshow disappears entirely. The link to the gallery containing the pics is http://www.runfola-photography.com/Other/Slideshow-Pictures/5921199_mMq4ZV, where "mMq4ZV" is the AlbumKey (unless I'm wrong), and none of the pictures in the gallery have the hashtag after the AlbumID and AlbumKey.

    This is what my code looks like:
    <html>
    <script>
    var ssConfig = {
        AlbumID: '5921199',
        AlbumKey: 'mMq4ZV'
        newWindow: 'false',
        transparent: 'true',
        splash: 'http://runfola-photography.com/photos/367243374_85oDC-M.png',
        showLogo: 'false',
        randomStart: 'true',
        clickUrl: 'http://www.runfola-photography.com/galleries',
        showThumbs: 'false',
        showButtons: 'false',
        crossFadeSpeed: '500'
    };
    
    SM.flash.insertSlideshow(725, 450, ssConfig, 'transparent');
    </script>
    </html>
    

    I might get rid of the slideshow entirely if I decide to migrate to the new SmugMug, but in the meantime, I'd like for everything to work like it used to.

    Thanks!
    Runfola Photography

    The camera doesn't make a bit of difference. All of them can record what you are seeing. But, you have to SEE.
    Ernst Haas, 1985
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 30, 2013
    OMMBoy wrote: »
    Hi, Allen!

    Thanks for your reply! Unfortunately, when I enter the AlbumKey, the slideshow disappears entirely. The link to the gallery containing the pics is http://www.runfola-photography.com/Other/Slideshow-Pictures/5921199_mMq4ZV, where "mMq4ZV" is the AlbumKey (unless I'm wrong), and none of the pictures in the gallery have the hashtag after the AlbumID and AlbumKey.

    This is what my code looks like:
    <html>
    <script>
    var ssConfig = {
        AlbumID: '5921199',
        AlbumKey: 'mMq4ZV'
        newWindow: 'false',
        transparent: 'true',
        splash: 'http://runfola-photography.com/photos/367243374_85oDC-M.png',
        showLogo: 'false',
        randomStart: 'true',
        clickUrl: 'http://www.runfola-photography.com/galleries',
        showThumbs: 'false',
        showButtons: 'false',
        crossFadeSpeed: '500'
    };
    
    SM.flash.insertSlideshow(725, 450, ssConfig, 'transparent');
    </script>
    </html>
    
    I might get rid of the slideshow entirely if I decide to migrate to the new SmugMug, but in the meantime, I'd like for everything to work like it used to.

    Thanks!
    Add comma
    AlbumKey: 'mMq4ZV',

    There is no slideshow but their default that will work with the new site. I've read they do not
    allow javascript. And Flash slideshows will definitely not work.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • OMMBoyOMMBoy Registered Users Posts: 113 Major grins
    edited July 30, 2013
    Allen wrote: »
    Add comma
    AlbumKey: 'mMq4ZV',

    AHHH, GEEZ! Can't believe I missed that comma! The devil is in the details! Laughing.gif! Thanks, again, for all your help now and in the past :)

    Chris
    Runfola Photography

    The camera doesn't make a bit of difference. All of them can record what you are seeing. But, you have to SEE.
    Ernst Haas, 1985
Sign In or Register to comment.