What happened to my feed-buttons?

ivarivar Registered Users Posts: 8,395 Major grins
edited April 12, 2006 in SmugMug Support
Where did my nice feed buttons go? I see something different now, and when i click it, something massive shows up, that is not even aligned in the middle on most pages.... Any chance of getting back the old buttons? because these will be removed from my pages for sure :D

Comments

  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited April 12, 2006
    Hey Ivar,

    Personally, I like these icons better than the old ones. Have you tried checking ur browser cache ?

    Cheers,

    David
    David Parry
    SmugMug API Developer
    My Photos
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited April 12, 2006
    devbobo wrote:
    Hey Ivar,

    Personally, I like these icons better than the old ones. Have you tried checking ur browser cache ?

    Cheers,

    David
    I like the old ones better actually. Plus, i have a personal problem with menus unfolding in footers etc. Never said i was sane. :D

    I have to admit i would be alot happier if it would always center. I cleared my cache, still show up like this in 3 different browsers. Is that by design?
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited April 12, 2006
    David Parry
    SmugMug API Developer
    My Photos
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited April 12, 2006
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited April 12, 2006
    Ivar Ivar Ivar

    Well, to each his own :D

    Heh heh heh

    So I was going to ask YOU - how can I center the dynamic elements on .feedLine?
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited April 12, 2006
    Andy wrote:
    Ivar Ivar Ivar

    Well, to each his own :D

    Heh heh heh

    So I was going to ask YOU - how can I center the dynamic elements on .feedLine?
    Don't get me wrong, i don't have anything against the design of the actual buttons. If anything they are nicer than the old ones. However, they are very 'high' compared to wide (they stick out above the text alot) the old ones had approximately the same height as the text. (or so it seemed) I guess what i am saying, is that is sticks out too much in my opinion, it's too noticeable.

    Also that it is not centered bugs me alot lol3.gif

    I'm in and out today, if someone hasn't fixed you up for the centering, i'll take a look at it later.
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited April 12, 2006
    Andy wrote:
    So I was going to ask YOU - how can I center the dynamic elements on .feedLine?

    #feeds {text-align: center}
    David Parry
    SmugMug API Developer
    My Photos
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited April 12, 2006
    devbobo wrote:
    #feeds {text-align: center}

    :nono that doesn't affect .feedLine here:

    http://williams.smugmug.com/gallery/734406

    try it. Open the feeds link first...
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited April 12, 2006
    Andy wrote:
    :nono that doesn't affect .feedLine here:

    http://williams.smugmug.com/gallery/734406

    try it. Open the feeds link first...
    I haven't really tested it yet, but i think this should work. The home page is the only page with more than one set of feeds, no?
    #allFeeds { 
    text-align: center; 
    }
    
    .feedLine { 
    float: none;
    display: block;
    width: 235px;
    margin: 0px auto;
    }
    
    .homepage .feedLine { 
    display: inline; 
    float: left;  
    }
    
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited April 12, 2006
    ivar wrote:
    I haven't really tested it yet, but i think this should work. The home page is the only page with more than one set of feeds, no?
    #allFeeds { 
    text-align: center; 
    }
    
    .feedLine { 
    float: none;
    display: block;
    width: 235px;
    margin: 0px auto;
    }
    
    .homepage .feedLine { 
    display: inline; 
    float: left;  
    }
    

    thx Ivar - I used this:
    /* center the feeds */
    
    .galleryPage .feedLine { 
    float:none;
    display: block;
    width: 250px;
    margin: 0px auto;
    border: none;
    }
    
    .homepage .feedLine { 
    padding-left: 20px;
    border: none;
    margin: 0px auto;
    }
    
    .popularGallery .feedLine { 
    float:none;
    display: block;
    width: 250px;
    margin: 0px auto;
    border: none;
    }
    
    .keywordPage .feedLine {
    float:none;
    display: block;
    width: 250px;
    margin: 0px auto;
    border: none;
    }
    

    with help from BWG.

    the problem (?) I think - is that the #boxes on a page are dynamic and also the size of the boxes are dynamic.... I killed the border, too..
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited April 12, 2006
    ...
    And too add to my previous complaints.... It messed up my customization! Eeeeeek :uhoh
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited April 12, 2006
    ivar wrote:
    And too add to my previous complaints.... It messed up my customization! Eeeeeek :uhoh

    Yours look great now!
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited April 12, 2006
    Andy wrote:
    Yours look great now!
    Laughing.gif, sure, except the ones in my VINEA category, i have a different theme going there, it uses a background image for the footer, but it was made for the dimensions of the old footer. It the footer becomes alot bigger when the feeds menu unfolds. So i'll either have to script a different background image for the two situations, or i'll just remove them from there. Ah well...

    this is one of them: http://ivar.smugmug.com/gallery/1043225

    EDIT: the bizar buttons you see now have nothing to do with smugmug, but is because i have custom buttons for that theme.
  • DavidTODavidTO Registered Users, Retired Mod Posts: 19,160 Major grins
    edited April 12, 2006
    Andy wrote:
    thx Ivar - I used this:

    ...with help from BWG.

    the problem (?) I think - is that the #boxes on a page are dynamic and also the size of the boxes are dynamic.... I killed the border, too..


    Doesn't work for me...
    Moderator Emeritus
    Dgrin FAQ | Me | Workshops
  • mbradymbrady Registered Users Posts: 321 Major grins
    edited April 12, 2006
    Are the Atom feeds really even needed any more? I think Smugmug is the only place I see that these days, pretty much everywhere else is just RSS.
Sign In or Register to comment.