Login Message

kriyababajikriyababaji Registered Users Posts: 295 Major grins
edited July 29, 2013 in SmugMug Support
Hello

I am receiving login request on my home page? Specifically the message reads, "this album requires a login". I have tried loging out of my site and then back in but it doesn't seem to make a difference. The message is present weather I am logged in or out. Also it doesn't accept my usual password.

Please help?

Thanks,

Shane

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 28, 2013
    Got a link to your site?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 28, 2013
    Hello

    I am receiving login request on my home page? Specifically the message reads, "this album requires a login". I have tried loging out of my site and then back in but it doesn't seem to make a difference. The message is present weather I am logged in or out. Also it doesn't accept my usual password.

    Please help?

    Thanks,

    Shane
    The only login I see is for your slideshow.
    Add the AlbumKey into the slideshow code. Example below.

    <html>
    <script>
    var ssConfig = {
    AlbumID: '1841701',
    AlbumKey: 'XXXXXX',
    ...

    You might need it also for this.

    clickUrl: '/gallery/1807446_xxxxxxxx',
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Eric HoffmanEric Hoffman Registered Users Posts: 90 Big grins
    edited July 28, 2013
    Allen wrote: »
    The only login I see is for your slideshow.
    Add the AlbumKey into the slideshow code. Example below.

    <html>
    <script>
    var ssConfig = {
    AlbumID: '1841701',
    AlbumKey: 'XXXXXX',
    ...

    You might need it also for this.

    clickUrl: '/gallery/1807446_xxxxxxxx',


    I'm getting the same message every time I go to my site and I don't understand how the above fixes this, how to implement it, or why I have to do this after many years of having my site work fine considering I haven't changed anything on my site except to add or delete galleries or parts of galleries.

    erichoffmanphotos.com is my site. How do I fix this?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 28, 2013
    I'm getting the same message every time I go to my site and I don't understand how the above fixes this, how to implement it, or why I have to do this after many years of having my site work fine considering I haven't changed anything on my site except to add or delete galleries or parts of galleries.

    erichoffmanphotos.com is my site. How do I fix this?
    In your biobox add the red.
    <html>
    <script>
    var ssConfig = {
        AlbumID: '7528081',
    [COLOR=Red]    AlbumKey: '[/COLOR][COLOR=Red]td8dT',[/COLOR]
        newWindow: 'false',
        transparent: 'true',
        splash: 'http://erichoffmanphotos.smugmug.com/gallery/7488835_hpPKJ',
        showLogo: 'false',
        clickUrl: 'http://www.erichoffmanphotos.com/gallery/7528081_td8dT',
        showThumbs: 'true',
        showButtons: 'true',
        crossFadeSpeed: '350'
    };
    
    SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
    </script>
    </html>
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • kriyababajikriyababaji Registered Users Posts: 295 Major grins
    edited July 28, 2013
    Hi Allan

    website is:

    shanemcdermottphotography.com

    Thanks for the suggestion. Here is what I included at the end of my slideshow code in the "top javascript" window, but unfortunately, it didn't seem to work. Any other suggestions.

    Albumkey:1841701_cwBPkN#!i=2229920147&k=v4f256p

    clickUrl: '/gallery/1807446/1841701_cwBPkN#!i=2229920147&k=v4f256p

    Just curious, why after years of the slideshow working does it now need a password? Which I don't seem to have?

    Thanks,

    Shane
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 28, 2013
    Hi Allan

    website is:

    shanemcdermottphotography.com

    Thanks for the suggestion. Here is what I included at the end of my slideshow code in the "top javascript" window, but unfortunately, it didn't seem to work. Any other suggestions.

    Albumkey:1841701_cwBPkN#!i=2229920147&k=v4f256p

    clickUrl: '/gallery/1807446/1841701_cwBPkN#!i=2229920147&k=v4f256p

    Just curious, why after years of the slideshow working does it now need a password? Which I don't seem to have?

    Thanks,

    Shane
    Look in your biobox, that's where the code is located not in javascript.
    <html>
    <center>
    <script>
    var ssConfig = {
        AlbumID: '1841701',
        [COLOR=Red]Albumkey: 'cwBPkN',[/COLOR]
        newWindow: 'false',
        transparent: 'true',
        showLogo: 'false',
        [COLOR=Red]clickUrl: '/gallery/1841701_cwBPkN',[/COLOR]
        showThumbs: 'false',
        showButtons: 'true',
    borderThickness: '26',
    borderColor: '272726',
        crossFadeSpeed: '350'
    };
    
    SM.flash.insertSlideshow(640, 480, ssConfig, 'transparent');
    </script>
    ...
    ...
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • kriyababajikriyababaji Registered Users Posts: 295 Major grins
    edited July 28, 2013
    Hi Allan

    Thanks for your help, yet still there are problems. I added to the Bio box what you outlined in red, but that didn't seem to correct the problem.. The password request is gone, but so to is the slideshow.

    Any suggestions?

    Shane
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 29, 2013
    Hi Allan

    Thanks for your help, yet still there are problems. I added to the Bio box what you outlined in red, but that didn't seem to correct the problem.. The password request is gone, but so to is the slideshow.

    Any suggestions?

    Shane
    See if removing the extra comma helps.

    clickUrl: '/gallery/1841701_cwBPkN',,
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • kriyababajikriyababaji Registered Users Posts: 295 Major grins
    edited July 29, 2013
    Hi Allan

    That's got it! Thanks for your help and patience. I appreciate it tremendously.

    Shane
Sign In or Register to comment.