Options

Problem Hiding the Breadcrumb

neophyteneophyte Registered Users Posts: 39 Big grins
edited March 20, 2014 in SmugMug Customization
Hi all,

Adding

#breadCrumbTrail {display: none;}

as suggested elsewhere, to "Entire Site," "All Folders," or "All Galleries" doesn't seem to hide the breadcrumb.

Other suggestions?

http://www.earthphotos.com

Thanks,

Neo

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited March 20, 2014
    That is the class name from legacy. Try one of these two.

    .sm-breadcrumb

    .sm-page-widget-breadcrumb
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited March 20, 2014
    I discuss how to remove the breadcrumb here on my customizations site:
    http://www.aaronmphotography.com/Customizations/Sitewide/Remove-Breadcrumb
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited March 20, 2014
    leftquark wrote: »
    I discuss how to remove the breadcrumb here on my customizations site:
    http://www.aaronmphotography.com/Customizations/Sitewide/Remove-Breadcrumb
    Can you add the CSS for only displaying the breadcrumb when logged in as owner? I've found in the
    past that it's great when logged in for maintenance browsing around.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited March 20, 2014
    Allen wrote: »
    Can you add the CSS for only displaying the breadcrumb when logged in as owner? I've found in the
    past that it's great when logged in for maintenance browsing around.

    Good point! Added to the Customizations page!

    Here's the code anyways:
    /* Remove the breadcrumb from being displayed */
    .sm-breadcrumb {
      display: none;
    }
    
    /* Show the breadcrumb for the owner only */
    .sm-user-owner .sm-breadcrumb {
      display: block !important;
    }
    
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited March 20, 2014
    Thanks
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    neophyteneophyte Registered Users Posts: 39 Big grins
    edited March 20, 2014
    Right, thanks to both.

    Neo
  • Options
    birdpixelbirdpixel Registered Users Posts: 9 Big grins

    This is an old thread, but this is exactly the issue I am having. I have this code for my "entire site" in Smugmug but the Breadcrumbs are still seen. Any idea why?

    To see what I mean, please go to www.birdpixel.com and click on any of the links above. These link to several galleries in the "Portfolios" folder. All portfolios are "smart" galleries managed through LR.

    Thank you in advance. I appreciate the help.

    -- Vivek
    http://www.birdpixel.com
    mailto:birdpixel@gmail.com
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited May 14, 2017

    Add the !important seems to work.
    .sm-breadcrumb {display:none !important}

    I would add extra CSS so only you can see the breadcrumb when logged in. You might be happy seeing it doing site maintenance. Edit: just noticed this was covered above.

    @birdpixel said:
    This is an old thread, but this is exactly the issue I am having. I have this code for my "entire site" in Smugmug but the Breadcrumbs are still seen. Any idea why?

    To see what I mean, please go to www.birdpixel.com and click on any of the links above. These link to several galleries in the "Portfolios" folder. All portfolios are "smart" galleries managed through LR.

    Thank you in advance. I appreciate the help.

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    birdpixelbirdpixel Registered Users Posts: 9 Big grins

    Not working at all, even now. Actually when I insert the code to allow just "myself" to see the breadcrumb when logged in, I "don't" see it. Bizzare!

    -- Vivek
    http://www.birdpixel.com
    mailto:birdpixel@gmail.com
  • Options
    birdpixelbirdpixel Registered Users Posts: 9 Big grins

    Hmm, the only thing I can think of is that this is a "Smart" gallery in LR-CC. Not sure what / why this has any interaction, but even if I put the CSS code on the gallery page, it still does not seem to work. Will look at this again tomorrow.

    -- Vivek
    http://www.birdpixel.com
    mailto:birdpixel@gmail.com
Sign In or Register to comment.