Options

Get breadcrumb back

Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
edited December 20, 2013 in SmugMug Customization
Originally I hid the breadcrumb since 99.9% of my clients don't need it, but when I am logged in I could use it.

I've been trying to put it back in (removed css) but to no avail. I've tried dragging it into entire site, homepage, all folders and all galleries, yet never appears.

I only need it in the "client" section of my site.

How do I get this to appear again?
Steve

Website

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 20, 2013
    Originally I hid the breadcrumb since 99.9% of my clients don't need it, but when I am logged in I could use it.

    I've been trying to put it back in (removed css) but to no avail. I've tried dragging it into entire site, homepage, all folders and all galleries, yet never appears.

    I only need it in the "client" section of my site.

    How do I get this to appear again?
    I found this in your CSS
    .sm-page-widget-breadcrumb {
        display: none;
    }
    
    Add this after that
    .sm-user-loggedin .sm-page-widget-breadcrumb {
        display: block;
    }
    
    Make sure it's added to "entire site" CSS and the block is on the page.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
    edited December 20, 2013
    Never mind I found it, thank you
    Steve

    Website
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 20, 2013
    Did you add it to your themes CSS?

    Also look in "all galleries", "all folders", etc.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
    edited December 20, 2013
    I did, I found it thanks.
    Steve

    Website
  • Options
    Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
    edited December 20, 2013
    Anyway to hide this from viewers?
    Steve

    Website
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 20, 2013
    Anyway to hide this from viewers?
    Did you see post #2?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Cygnus StudiosCygnus Studios Registered Users Posts: 2,294 Major grins
    edited December 20, 2013
    I got it, thanks
    Steve

    Website
Sign In or Register to comment.