PDA

View Full Version : RSS help


chrismoore
Sep-02-2008, 05:56 AM
Hi, I customized my footer and would like to bring back the RSS functionality. I'm not sure at what point I made it vanish. I would just like the radio icon with "RSS" right before it. I tried deleting #feeds {display:none} in CSS but that didn't work. Please help. Site is chrismooreimages.smugmug.com
Thanks

chrismoore
Sep-05-2008, 08:17 PM
bump...
I used Al's suggestion in another thread of adding some missing footer code but the RSS icon is still not showing. Any help appreciated.

denisegoldberg
Sep-06-2008, 03:24 AM
Hi, I customized my footer and would like to bring back the RSS functionality. I'm not sure at what point I made it vanish. I would just like the radio icon with "RSS" right before it. I tried deleting #feeds {display:none} in CSS but that didn't work. Please help. Site is chrismooreimages.smugmug.com
Thanks
You removed the footer with the CSS -

#cobrand_footer {display: none !important;}

If you remove this statement (or set it to display: block;} then the RSS feed comes back.

You did replace part of the required footer (the part that says Powered by SmugMug (http://www.smugmug.com/?referrer=XYNEbQ9sjCIws)), but you are missing part of it. So you either need to put the #cobrand_footer back, or you need to put back the piece that says Portions © 2008 SmugMug, Inc.

See # 17 of the http://www.smugmug.com/help/customize-faq to see the details on the mini-footer requirement.

This will put the feed back:
#feedHelp .nav {
display: block !important;
}
But unfortunately it puts it back formatted a bit strangely. You'd be better off just putting the #cobrand_footer back from a look & feel standpoint.

--- Denise

chrismoore
Sep-06-2008, 08:37 AM
Worked perfectly, thanks :ivar

denisegoldberg
Sep-06-2008, 09:08 AM
Worked perfectly, thanks :ivar
You're very welcome.

Where do you have your blog posted? If it's at blogger (and I'm guessing that it is), you might be interested in this thread that I posted about matching your blog to your smugmug site (instead of embedding it in a gallery) - http://www.dgrin.com/showthread.php?t=101262.

If you want to see how it can look, jump over to my galleries and my blog.

Also - I'd recommend removing the line "Best viewed with Firefox 3" from your footer. There is really no reason that your viewer can't use the browser of their choice, no reason to turn someone off who wants to use something else. And your site looks fine on both IE7 and Firefox 2.

--- Denise

chrismoore
Sep-06-2008, 11:02 AM
Thank you for the suggestions.
I read through your thread when I first signed up for blogger, and I just couldn't sort my way through the blogger code and figure out where my header and navbar css needed to go. I tried a few different places and gave up when it didnt work. Maybe I'll try again soon.
Chris

chrismoore
Sep-08-2008, 10:09 AM
Hi Denise,
I was going back over my footer after these changes and noticed that when you click on "Contact" it redirects to the Smugmug home page. I have the same <a href mailto:... code that works elsewhere in my site but doesnt seem to be working in the footer. Can you please check the code and see what I'm missing? Thanks