Header problem / help with a comment

PamelaPamela Registered Users Posts: 453 Major grins
edited May 19, 2006 in SmugMug Support
A person placed this comment in a Gallery.

This first one - I would like to make my header only show on homepage, but I cant figure out how to do this.


The second comment- I dont understand what this person means, about a breadcrumb.

This is what they wrote:
(Your pictures are pretty, but miserable to navigate. Each time I click on a thumbnail I have to scroll back down to the new image. That huge image at the top takes up more than 1/4 of the screen! Too, your breadcrumb link "what's this?" takes me completely off of your website!!! Why have that kind of link? I thought it was another of your galleries and had to go to the inconvenience (and the resulting confusion) of navigating back here.)

Any help would be greatly appreciated.
Thankyou

Pamela

www.exposedimages.net

Comments

  • ivarivar Registered Users Posts: 8,395 Major grins
    edited May 19, 2006
    Hi Pamela <img src="https://us.v-cdn.net/6029383/emoji/wave.gif&quot; border="0" alt="" >

    Pamela wrote:
    This first one - I would like to make my header only show on homepage, but I cant figure out how to do this.
    This is what you have in your header, minus the green stuff
    <div [COLOR=Lime]id="my_header"[/COLOR] align="center">
    <img src="http://exposed-images.smugmug.com/photos/60276385-M.JPG" width="600" height="200">
    </div>
    
    Go into your control panel > customize, and add the green stuff.

    then in the same panel, in the CSS window, add the following:
    #my_header {
        display: none;
    }
    
    .homepage #my_header {
        display: block;
    }
    
    that should do it.
    Pamela wrote:
    The second comment- I dont understand what this person means, about a breadcrumb.

    This is what they wrote:
    (Your pictures are pretty, but miserable to navigate. Each time I click on a thumbnail I have to scroll back down to the new image. That huge image at the top takes up more than 1/4 of the screen! Too, your breadcrumb link "what's this?" takes me completely off of your website!!! Why have that kind of link? I thought it was another of your galleries and had to go to the inconvenience (and the resulting confusion) of navigating back here.)

    Any help would be greatly appreciated.
    Whoever wrote this, had no clue what they were looking at :D they were in your popular gallery, and clicked on the "what's this" link, and got general info on the popular pages.

    your breadcrumb is the part on top of your pages ( exposed-images > flowers > plants ) , just think of the story where they throw breadcrumbs on the ground to find their way back

    So, don't worry about a comment like that, it's not your fault <img src="https://us.v-cdn.net/6029383/emoji/thumb.gif&quot; border="0" alt="" >

    If you really wanted to, you could remove the "what's this"-part by putting
    .popularGallery #breadcrumb .foreground {
        display: none;
    }
    
    in your CSS box, but that's up to you.
  • PamelaPamela Registered Users Posts: 453 Major grins
    edited May 19, 2006
    ivar wrote:
    Hi Pamela <img src="https://us.v-cdn.net/6029383/emoji/wave.gif&quot; border="0" alt="" >



    This is what you have in your header, minus the green stuff
    <div [COLOR=Lime]id="my_header"[/COLOR] align="center">
    <img src="http://exposed-images.smugmug.com/photos/60276385-M.JPG" width="600" height="200">
    </div>
    
    Go into your control panel > customize, and add the green stuff.

    then in the same panel, in the CSS window, add the following:
    #my_header {
        display: none;
    }
    
    .homepage #my_header {
        display: block;
    }
    
    that should do it.

    Whoever wrote this, had no clue what they were looking at :D they were in your popular gallery, and clicked on the "what's this" link, and got general info on the popular pages.

    your breadcrumb is the part on top of your pages ( exposed-images > flowers > plants ) , just think of the story where they throw breadcrumbs on the ground to find their way back

    So, don't worry about a comment like that, it's not your fault <img src="https://us.v-cdn.net/6029383/emoji/thumb.gif&quot; border="0" alt="" >

    If you really wanted to, you could remove the "what's this"-part by putting
    .popularGallery #breadcrumb .foreground {
        display: none;
    }
    
    in your CSS box, but that's up to you.



    Ivar

    Thankyou
    Thankyou

    Pamela

    www.exposedimages.net
Sign In or Register to comment.