Gallery Portfolio disapeared
JEphotography
Registered Users Posts: 91 Big grins
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
Could someone please fix this, thanks
Jonathan
www.jephotography.net
0
Comments
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;}
My Website index | My Blog
Cool thanks,
Another question. How can I move the Smugmug footer lower on my home page?
Thanks,
Jonathan,
www.jephotography.net
.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;}
My Website index | My Blog
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
If so play with the nav top: margin top and bottoms listed is previous
message.
My Website index | My Blog
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.
.homepage #navcontainer {
position:relative;
top: 500px;
margin-bottom: -50px;
}
#ssSlide {
margin-top: 20px;
}
.homepage #footer {margin-top: 80px;}
My Website index | My Blog
Perfect, exactly what I needed.
thanks
Jonathan