Gallery Portfolio disapeared

JEphotographyJEphotography Registered Users Posts: 91 Big grins
edited May 19, 2007 in SmugMug Support
I don't know what happened. I have been changing things but I don't think I touch anything that affected that gallery. Whether I click on the link from the home page or form the galery page, it shows up as nothing.

Could someone please fix this, thanks

Jonathan


www.jephotography.net

Comments

  • JEphotographyJEphotography Registered Users Posts: 91 Big grins
    edited May 19, 2007
    I don't know what happened. I have been changing things but I don't think I touch anything that affected that gallery. Whether I click on the link from the home page or form the galery page, it shows up as nothing.

    Could someone please fix this, thanks

    Jonathan


    www.jephotography.net

    Never mind, I fixed it. I was trying to apply a code to multiple galeries.
    Is there a way to do that?

    .category_Portfolio, about_me #breadcrumb {
    display: none;
    }

    or does it have to be done separately?

    Thanks

    Jonathan
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 19, 2007
    Never mind, I fixed it. I was trying to apply a code to multiple galeries.
    Is there a way to do that?

    .category_Portfolio, about_me #breadcrumb {
    display: none;
    }

    or does it have to be done separately?

    Thanks

    Jonathan

    .gallery_2709573 #breadcrumb,
    .gallery_2766739 #breadcrumb {
    display: none;
    }

    I would use this instead.


    .gallery_2709573 #breadcrumb,
    .gallery_2766739 #breadcrumb {visibility: hidden;}

    .loggedIn .gallery_2709573 #breadcrumb,
    .loggedIn .gallery_2766739 #breadcrumb {visibility: visible;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • JEphotographyJEphotography Registered Users Posts: 91 Big grins
    edited May 19, 2007
    Allen wrote:
    .gallery_2709573 #breadcrumb,
    .gallery_2766739 #breadcrumb {
    display: none;
    }

    I would use this instead.


    .gallery_2709573 #breadcrumb,
    .gallery_2766739 #breadcrumb {visibility: hidden;}

    .loggedIn .gallery_2709573 #breadcrumb,
    .loggedIn .gallery_2766739 #breadcrumb {visibility: visible;}

    Cool thanks,

    Another question. How can I move the Smugmug footer lower on my home page?

    Thanks,

    Jonathan,

    www.jephotography.net
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 19, 2007
    Cool thanks,

    Another question. How can I move the Smugmug footer lower on my home page?

    Thanks,

    Jonathan,

    www.jephotography.net
    I noticed this. Think you might want to remove the red comma.

    .category_Portfolio #navcontainer,
    .category_Clients #navcontainer,
    .category_About_Me,
    #navcontainer {
    top:10px;
    margin-bottom: 40px;
    position: relative;
    }


    Try this combo.

    .homepage #navcontainer {
    position:relative;
    top:440px;
    margin-bottom: -50px;
    }

    #ssSlide {margin-top: 10px;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • JEphotographyJEphotography Registered Users Posts: 91 Big grins
    edited May 19, 2007
    Allen wrote:
    I noticed this. Think you might want to remove the red comma.

    .category_Portfolio #navcontainer,
    .category_Clients #navcontainer,
    .category_About_Me,
    #navcontainer {
    top:10px;
    margin-bottom: 40px;
    position: relative;
    }


    Try this combo.

    .homepage #navcontainer {
    position:relative;
    top:440px;
    margin-bottom: -50px;
    }

    #ssSlide {margin-top: 10px;}

    that looks better but I would still like the smugmug footer to be lower. What is the code to change that?

    Thanks for your help

    Jonathan
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 19, 2007
    that looks better but I would still like the smugmug footer to be lower. What is the code to change that?

    Thanks for your help

    Jonathan
    Lower on your homepage?
    If so play with the nav top: margin top and bottoms listed is previous
    message.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • JEphotographyJEphotography Registered Users Posts: 91 Big grins
    edited May 19, 2007
    Allen wrote:
    Lower on your homepage?
    If so play with the nav top: margin top and bottoms listed is previous
    message.

    Yes, only on my homepage. I tried changing the bottom and the margin top and it just ends up on top of the smugmug footer. I think I need to move the Footer lower.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 19, 2007
    Yes, only on my homepage. I tried changing the bottom and the margin top and it just ends up on top of the smugmug footer. I think I need to move the Footer lower.
    Try these

    .homepage #navcontainer {
    position:relative;
    top: 500px;
    margin-bottom: -50px;
    }

    #ssSlide {
    margin-top: 20px;
    }

    .homepage #footer {margin-top: 80px;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • JEphotographyJEphotography Registered Users Posts: 91 Big grins
    edited May 19, 2007
    Allen wrote:
    Try these

    .homepage #navcontainer {
    position:relative;
    top: 500px;
    margin-bottom: -50px;
    }

    #ssSlide {
    margin-top: 20px;
    }

    .homepage #footer {margin-top: 80px;}

    Perfect, exactly what I needed.

    thanks

    Jonathan
Sign In or Register to comment.