Options

Header dissapears on password portion of site?

exactexposureexactexposure Registered Users Posts: 59 Big grins
edited March 1, 2006 in SmugMug Support
Site is finally coming together with the awesome help of the digitalgrin team! :): I have noticed one "problem" on my site that is strange...

When I (or anybdy else I would imagine) goes to my home site (www.exactexposure.com) and then clicks into "Clients" the Header/Logo dissapears while you must type in the password, but then reappears once in the "protected" site :uhoh ? Is this a glitch or have I messed up something (which is probably the case)? ALL of my other pages work great and the Header/Logo is always visable.

Thanks
David

Comments

  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited February 25, 2006
    When I (or anybdy else I would imagine) goes to my home site (www.exactexposure.com) and then clicks into "Clients" the Header/Logo dissapears while you must type in the password, but then reappears once in the "protected" site :uhoh ?
    It's because the page where you have to enter the password doesn't have any additional body class.
    JT to rescue!! I'll make a post in the bug-section for you so JT will see this.

    As a temporary work-around you to put the following in the CSS-section before your '.homepage #my_header' code:
    .bodyColor_Black #my_header {
    display: block;
    margin-left:auto;
    margin-right:auto;
    background: url([URL="http://exactexposure.smugmug.com/photos/56001264-L.gif"]http://exactexposure.smugmug.com/photos/56001264-L.gif[/URL]);
    height: 130px;
    width: 800px;
    }
    
    Possible side effects could be that your clients header may show up on other pages as this code will enable it on all pages, but when putting this code before all other header code it should be overridden by the following headerimages on all pages that have a customized header.

    Hope it works for you,
    Sebastian
    Sebastian
    SmugMug Support Hero
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited February 25, 2006
    You've just got to make your header work for all pages that's all.. I've done so here:

    http://www.moonriverphotography.com/gallery/848717
  • Options
    {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited February 25, 2006
    Bingo - see my reply to the bug post ;)
    Andy wrote:
    You've just got to make your header work for all pages that's all.. I've done so here:

    http://www.moonriverphotography.com/gallery/848717
  • Options
    exactexposureexactexposure Registered Users Posts: 59 Big grins
    edited February 26, 2006
    {JT} wrote:
    Bingo - see my reply to the bug post ;)

    Thanks, that makes sense, I am out of town right now, but think I know what code I need to put up on my website... will try it on Wed (1st) when I get back. Just for clarification, I need to make a link to each clients specific login address? (right now I have each different header for all "Clients" not just each page).

    David
  • Options
    exactexposureexactexposure Registered Users Posts: 59 Big grins
    edited March 1, 2006
    Thanks, that makes sense, I am out of town right now, but think I know what code I need to put up on my website... will try it on Wed (1st) when I get back. Just for clarification, I need to make a link to each clients specific login address? (right now I have each different header for all "Clients" not just each page).

    David

    Ok, back in town and my idea didn't work... each of my galleries has a slightly different header/Graphic on top... this is the code I placed into my CSS to have my individual password sites (in this case JL) have a header, but no luck?
    .gallery_921334 #my_header {
    display: block;
    margin-left:auto;
    margin-right:auto;
    background: url([URL="http://exactexposure.smugmug.com/photos/56001264-L.gif"]http://exactexposure.smugmug.com/photos/56001264-L.gif[/URL]);
    height: 130px;
    width: 800px;
       }
    
Sign In or Register to comment.