Options

Galleries hidden only in visitor view, not owner view

kristcrousekristcrouse Registered Users Posts: 3 Beginner grinner
edited October 9, 2013 in SmugMug Customization
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;}

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 8, 2013
    There's a setting in your sites "Settings" page that allows for an "independent homepage". It makes it so when you're in the "Customizer" you can customize your "Homepage" seperately from "Entire Site", "All Folders", "All Galleries", etc.

    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.
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,247 moderator
    edited October 8, 2013
    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!
    Are you using new smug or legacy smug? The answer leftquark posted above is for new smug but the CSS you posted is from legacy. You posted your question in the New SmugMug Customization forum. If you are looking for help on legacy let us know and one of the moderators can move your post to the proper forum.

    --- Denise
  • Options
    kristcrousekristcrouse Registered Users Posts: 3 Beginner grinner
    edited October 8, 2013
    Are you using new smug or legacy smug? The answer leftquark posted above is for new smug but the CSS you posted is from legacy. You posted your question in the New SmugMug Customization forum. If you are looking for help on legacy let us know and one of the moderators can move your post to the proper forum.

    --- Denise

    At the risk of sounding dumb...I don't know! I'm guessing Legacy...
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 8, 2013
    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?
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    kristcrousekristcrouse Registered Users Posts: 3 Beginner grinner
    edited October 8, 2013
    leftquark wrote: »
    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?

    I've been here for about a year and a half. I haven't done anything new! Should I? Geez, I feel lost. ne_nau.gif
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 8, 2013
    I've been here for about a year and a half. I haven't done anything new! Should I? Geez, I feel lost. ne_nau.gif

    Check out: http://help.smugmug.com/customer/portal/articles/1212681-making-the-move-from-legacy-to-new-smugmug
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,247 moderator
    edited October 9, 2013
    I've been here for about a year and a half. I haven't done anything new! Should I?
    Given that you don't know CSS I think it makes more sense for you to migrate to the new smug instead of fighting with code. If you would post a link to your site one of us can give you an idea of how much effort moving to the new smug will take. I suspect it will be easier than learning CSS to apply to legacy, and it will likely give you a better result.

    --- Denise
Sign In or Register to comment.