Atom/Rss feed link removall

JamesJWegJamesJWeg Registered Users Posts: 795 Major grins
edited January 8, 2013 in SmugMug Support
How do I remove the Atom Feed and RSS Feed buttons from my site?

James.

Comments

  • BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited July 14, 2005
    JamesJWeg wrote:
    How do I remove the Atom Feed and RSS Feed buttons from my site?

    James.
    Hi James :)

    Put this in the stylesheet section of your customization:

    #feeds { display:none}
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • JamesJWegJamesJWeg Registered Users Posts: 795 Major grins
    edited July 14, 2005
    Thanks! Top shelf stuff there, exactly what I was after, but a search found nothing.

    James.
  • sebmoursebmour Registered Users Posts: 61 Big grins
    edited October 9, 2007
    Barb wrote:
    Hi James :)

    Put this in the stylesheet section of your customization:

    #feeds { display:none}

    It does not work for me ne_nau.gif
    Photography is the projection of my vision and mind.

    http://sebmour.smugmug.com
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited October 9, 2007
    sebmour wrote:
    It does not work for me ne_nau.gif
    BarbBug!

    the code needs to be like this:

    #feeds {
    display:none;
    }

    But my question is, why are you hiding them? Looking at your site, (great work, btw!), it seems that you want people to see your work. Feeds are a great way for people to not only find you, but to stay up on your new additions, etc.
  • irfariousirfarious Registered Users Posts: 10 Big grins
    edited May 10, 2012
    doesn't work
    I still see it
  • irfariousirfarious Registered Users Posts: 10 Big grins
    edited May 10, 2012
    This is how i've pasted the code in my css

    /* hide breadcrumb by default so it doesn't show until after it's been modified */
    #breadCrumbTrail {visibility: hidden;}

    .breadCrumbTrail_home, .breadCrumbTrail_category, .breadCrumbTrail_subcategory {display:none;}

    #feeds {
    display:none;
    }
  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited May 11, 2012
    Can you include a link to your site / the specific page you still see the feeds so we could take a look?
    Sebastian
    SmugMug Support Hero
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited May 11, 2012
    irfarious wrote: »
    #feeds {
    display:none;
    }

    You can turn off feeds by a simple button in your control panel, settings tab now.
  • irfariousirfarious Registered Users Posts: 10 Big grins
    edited May 11, 2012
    Andy wrote: »
    You can turn off feeds by a simple button in your control panel, settings tab now.

    yup, got it, thanks
  • PilotBradPilotBrad Registered Users Posts: 339 Major grins
    edited July 26, 2012
    Andy wrote: »
    You can turn off feeds by a simple button in your control panel, settings tab now.

    It took me a while to find this setting and "Help" wasn't helpful, so perhaps I can save someone some time... it is on the Privacy tab of the control panel.
  • photolordphotolord Registered Users Posts: 43 Big grins
    edited January 8, 2013
    PilotBrad wrote: »
    It took me a while to find this setting and "Help" wasn't helpful, so perhaps I can save someone some time... it is on the Privacy tab of the control panel.

    Thanks, I was looking for it. :)
    Best regards,

    Matt George
Sign In or Register to comment.