Options

Hidden Galleries

RBrogenRBrogen Registered Users Posts: 1,518 Major grins
edited June 23, 2008 in SmugMug Pro Sales Support
Hi All,

My site: http://brogen.smugmug.com

I feel pretty dumb in that I changed over to a category/sub category nav system and I didn't update all of my galleries prior to completing this so now I have a couple of unlisted galleries that I no longer can see. Could I impose upon one of the admins to assist me in setting the Category of my lost galleries to Private Gallery so that I can see them again? Or show me a quick way to have a hidden page that will show all of my galleries regardless of settings?

Thank you in advance for your help!

-Randy
Randy Brogen, CPP
www.brogen.com

Member: PPA , PPANE, PPAM & NAPP

Comments

  • Options
    ivarivar Registered Users Posts: 8,395 Major grins
    edited June 23, 2008
    Add this to your CSS, and you can see all your galleries/categories again when you are logged in. Makes it a lot easier thumb.gif

    .loggedIn .homepage #galleriesBox,
    .loggedIn .homepage #categoriesBox,
    .loggedIn .homepage #featuredBox {
        display: block;
    }
    
  • Options
    RBrogenRBrogen Registered Users Posts: 1,518 Major grins
    edited June 23, 2008
    ivar wrote:
    Add this to your CSS, and you can see all your galleries/categories again when you are logged in. Makes it a lot easier thumb.gif

    .loggedIn .homepage #galleriesBox,
    .loggedIn .homepage #categoriesBox,
    .loggedIn .homepage #featuredBox {
        display: block;
    }
    

    You all ROCK!!! thanks for that!
    Randy Brogen, CPP
    www.brogen.com

    Member: PPA , PPANE, PPAM & NAPP
Sign In or Register to comment.