Options

How do I get my categories?

Lynn RossLynn Ross Registered Users Posts: 28 Big grins
edited May 13, 2009 in SmugMug Support
How do I get my categories, galleries to be in a certain order I can't figure it out
Clicking the oldies nav bar and the page comes up very long and not the way that I would like, I want them to come up like lets say the flowers nav comes up. what do I do to get them to change to that kind of order.
www.wanderinglifephotography.com
Lynn Ross

Comments

  • Options
    AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 13, 2009
    Lynn Ross wrote:
    How do I get my categories, galleries to be in a certain order I can't figure it out
    Clicking the oldies nav bar and the page comes up very long and not the way that I would like, I want them to come up like lets say the flowers nav comes up. what do I do to get them to change to that kind of order.
    www.wanderinglifephotography.com
    Lynn Ross
    First you need to see your whole galleries/category box to set the "arrange by"
    to "position" instead of "recent". Change this in your CSS so you will see your
    whole box on your homepage when logged in. No one else will see it. This will
    also give you a quick way to navigate to any category when logged in.

    change this
    .homepage #galleriesBox,
    .homepage #categoriesBox,
    .homepage #featuredBox {
        display: none;
    }
    
    to this
    [B].notLoggedIn [/B].homepage #galleriesBox,
    [B].notLoggedIn [/B].homepage #categoriesBox,
    [B].notLoggedIn [/B].homepage #featuredBox {
        display: none;
    }
    
    You should now see an arrange pick in the upper left of any cat or subcat box.


    You might also like this. Formats the thumbs into four columns so the page is
    not so long. Add this to your CSS. Reference this thread.
    [FONT=Courier New]/* ==================================================== */
    /* == FAQ #18, Line up boxes with titles underneath === */
    /* ============== Current as of 13 Feb 07 ============= */
    /* ==================================================== */
    
    .miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
      .miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
      .miniBox .albumTitle {width:122px;}
      .miniBox .description {width:122px;}
      .miniBox .updated {width:122px;}
    
    .loggedIn .miniBox {height:auto; min-height:300px;}
      .loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
      .loggedIn .miniBox input {width:122px;}
      .loggedIn .miniBox textarea {width:112px;}
    
    .boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
      .albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
      .albumLarge .albumTitle {width:192px;}
      .albumLarge .description {width:192px;}
      .albumLarge .updated {width:192px;}
    
    .loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
      .loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
      .loggedIn .albumLarge input {width:192px;}
      .loggedIn .albumLarge textarea {width:182px;}[/FONT] 
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Lynn RossLynn Ross Registered Users Posts: 28 Big grins
    edited May 13, 2009
    Thanks Allen,
    My only wish is that I could remember all the things that you guy's and gal's show me but that's what the forum is for.
    Lynn
Sign In or Register to comment.