Guestbook photo placement problem

kor65kor65 Registered Users Posts: 39 Big grins
edited May 31, 2013 in SmugMug Support
My new Guestbook page shows page 0 - 1 and doesn't display the photo I placed there.
I have to click NEXT (on guestbook page) then I can see full page with the picture. What did I do wrong?


_____________________________________
http://slicesoftimephotography.smugmug.com/

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,398 moderator
    edited May 31, 2013
    It looks like the URL you are using in your navbar is not quite right. The gallery id/key is correct but the photo id/key is not.

    Try changing the URL for your guestbook entry to point to just the gallery, like this:
    <li><a href='http://slicesoftimephotography.smugmug.com/Other/Guestbook/29602338_s9DCCr'>GUESTBOOK</a></li>
    
    Or better yet, use a relative URL:
    <li><a href='/Other/Guestbook/29602338_s9DCCr'>GUESTBOOK</a></li>
    
    --- Denise
  • kor65kor65 Registered Users Posts: 39 Big grins
    edited May 31, 2013
    It looks like the URL you are using in your navbar is not quite right. The gallery id/key is correct but the photo id/key is not.

    Try changing the URL for your guestbook entry to point to just the gallery, like this:
    <li><a href='http://slicesoftimephotography.smugmug.com/Other/Guestbook/29602338_s9DCCr'>GUESTBOOK</a></li>
    
    Or better yet, use a relative URL:
    <li><a href='/Other/Guestbook/29602338_s9DCCr'>GUESTBOOK</a></li>
    
    --- Denise

    You're a lifesaver. I used the first code and it worked like a charm. Thanks Denise.
Sign In or Register to comment.