View Full Version : What happened to my feed-buttons?
ivar
Apr-12-2006, 02:55 AM
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
devbobo
Apr-12-2006, 03:06 AM
Hey Ivar,
Personally, I like these icons better than the old ones. Have you tried checking ur browser cache ?
Cheers,
David
ivar
Apr-12-2006, 03:09 AM
Hey Ivar,
Personally, I like these icons better than the old ones. Have you tried checking ur browser cache ?
Cheers,
DavidI 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?
devbobo
Apr-12-2006, 03:12 AM
Here you go, grab them before they disappear....
http://www.smugmug.com/img/footer/atom_feed.gif
http://www.smugmug.com/img/footer/rss_feed.gif
ivar
Apr-12-2006, 03:14 AM
Here you go, grab them before they disappear....
http://www.smugmug.com/img/footer/atom_feed.gif
http://www.smugmug.com/img/footer/rss_feed.gifThank you :thumb
Andy
Apr-12-2006, 04:16 AM
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?
ivar
Apr-12-2006, 04:40 AM
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
I'm in and out today, if someone hasn't fixed you up for the centering, i'll take a look at it later.
devbobo
Apr-12-2006, 04:40 AM
So I was going to ask YOU - how can I center the dynamic elements on .feedLine?
#feeds {text-align: center}
Andy
Apr-12-2006, 04:42 AM
#feeds {text-align: center}
:nono that doesn't affect .feedLine here:
http://williams.smugmug.com/gallery/734406
try it. Open the feeds link first...
ivar
Apr-12-2006, 06:18 AM
: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;
}
Andy
Apr-12-2006, 06:21 AM
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..
ivar
Apr-12-2006, 06:23 AM
And too add to my previous complaints.... It messed up my customization! Eeeeeek :uhoh
Andy
Apr-12-2006, 06:46 AM
And too add to my previous complaints.... It messed up my customization! Eeeeeek :uhoh
Yours look great now!
ivar
Apr-12-2006, 06:49 AM
Yours look great now!LOL, 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.
DavidTO
Apr-12-2006, 08:02 AM
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...
mbrady
Apr-12-2006, 08:06 AM
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.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.