Galleries hidden only in visitor view, not owner view
kristcrouse
Registered Users Posts: 3 Beginner grinner
I'm trying to make my homepage just my slideshow and the gallery page to be separate. I'm completely CSS illiterate and have only gotten as far as I have via cut and paste! Here's my CSS and maybe someone can help me...PLEASE! :cry
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
}
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #homepageSlideshow,
.galleries #bioBox {
display: none;
}
.homepage #galleriesBox {display:none;}
.homepage .loggedIn #galleriesBox {display:block;}
}
.loggedIn .homepage #galleriesBox,
.loggedIn .homepage #categoriesBox {
display: block;
}
.galleries #slideshowBox {display: none;}
.homepage #galleriesBox {display:none;}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
}
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #homepageSlideshow,
.galleries #bioBox {
display: none;
}
.homepage #galleriesBox {display:none;}
.homepage .loggedIn #galleriesBox {display:block;}
}
.loggedIn .homepage #galleriesBox,
.loggedIn .homepage #categoriesBox {
display: block;
}
.galleries #slideshowBox {display: none;}
.homepage #galleriesBox {display:none;}
0
Comments
On your http://whatever.smugmug.com page click on "Customize" -> "Customize Site". Then click on "Settings" (in the green bar at the top). Select "Independent Homepage" to ON. Then go click on "Homepage" in the right sidebar customizer area thing. Customize your homepage to your hearts desire -- it own't effect "All Galleries" or anything else.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
At the risk of sounding dumb...I don't know! I'm guessing Legacy...
Did you just sign up for SmugMug? If so, you're most likely on the New SmugMug. Have you been a SM user for a while? If so, did you follow the steps to migrate to the new smugmug? Can you link us to your site?
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
I've been here for about a year and a half. I haven't done anything new! Should I? Geez, I feel lost.
Check out: http://help.smugmug.com/customer/portal/articles/1212681-making-the-move-from-legacy-to-new-smugmug
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com