View Full Version : Breadcrumb removal
rcreamer824
May-29-2008, 06:32 PM
I cannot find the code to remove the breadcrumbs, could someone please help?
Thanks
TexasFamily
May-29-2008, 06:36 PM
this is what i use...
.loggedIn #breadCrumbTrail {display:block !important;}
#breadCrumbTrail {display:none !important;}
there are more options though...
depending on what exactly you want to remove/change.
Edward
rcreamer824
May-29-2008, 06:41 PM
I entered it twice but it did not remove the breadcrumbs. I now have to add my slideshow, so I will get back to this.
Thank you
this is what i use...
.loggedIn #breadCrumbTrail {display:block !important;}
#breadCrumbTrail {display:none !important;}
there are more options though...
depending on what exactly you want to remove/change.
Edward
TexasFamily
May-29-2008, 07:01 PM
sorry i didn't explain it too well...
were you logged in to your SM account?
logged in = show breadcrumb trail
not logged in...i.e. another user = hidden
Edward
johnnabrynn
Jun-13-2008, 01:49 AM
could u tell me how to remove breadcrumb from specific pages? not my gallery pages, but all other pages (like "contact") thanks.
johnnabrynn.smugmug.com
denisegoldberg
Jun-13-2008, 03:39 AM
could u tell me how to remove breadcrumb from specific pages? not my gallery pages, but all other pages (like "contact") thanks.
johnnabrynn.smugmug.com
Just add the gallery identifier (replacing the XXXs), like this:
.gallery_XXXXXXX #breadcrumb {
display: none;
}
--- Denise
imajica
Jun-13-2008, 06:23 AM
this is what i use...
.loggedIn #breadCrumbTrail {display:block !important;}
#breadCrumbTrail {display:none !important;}
there are more options though...
depending on what exactly you want to remove/change.
Edward
I tried adding this to my CSS section and nothing seems to happen. I am a power user, not a pro user... but i do not think that would make a difference.
denisegoldberg
Jun-13-2008, 06:30 AM
I tried adding this to my CSS section and nothing seems to happen. I am a power user, not a pro user... but i do not think that would make a difference.
You have the same customization capabilities as a power user that you do as a pro.
No one can help without your site name. I'd recommend adding it to your signature so it is always available. Click You! above and to the left, then Edit Signature.
--- Denise
imajica
Jun-13-2008, 07:48 AM
You have the same customization capabilities as a power user that you do as a pro.
No one can help without your site name. I'd recommend adding it to your signature so it is always available. Click You! above and to the left, then Edit Signature.
--- Denise
Sorry. My site http://imajica.smugmug.com
I saw differetn breadcrumb removal stuff to put in the CSS section. I tried:
1)
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
2)
.loggedIn #breadCrumbTrail {display:block !important;}
#breadCrumbTrail {display:none !important;}
and neither work.
I want the breadcrumb to be there when I am logged in and to be hidden at all other times
Is there a good help system that would show me the different switches and flags that can be used for various functions
Allen
Jun-13-2008, 08:16 AM
Sorry. My site http://imajica.smugmug.com
I saw differetn breadcrumb removal stuff to put in the CSS section. I tried:
1)
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
2)
.loggedIn #breadCrumbTrail {display:block !important;}
#breadCrumbTrail {display:none !important;}
and neither work.
I want the breadcrumb to be there when I am logged in and to be hidden at all other times
Is there a good help system that would show me the different switches and flags that can be used for various functions
You're missing a */ in your CSS so the CSS is not working.
/* Blocked Breadcrumbs */
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
Also remove this, it goes in the javascript.
// fix the pesky pipes
YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
imajica
Jun-13-2008, 08:48 AM
You're missing a */ in your CSS so the CSS is not working.
/* Blocked Breadcrumbs */
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
Also remove this, it goes in the javascript.
// fix the pesky pipes
YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
That worked... thanks!
johnnabrynn
Jun-13-2008, 02:16 PM
Just add the gallery identifier (replacing the XXXs), like this:
.gallery_XXXXXXX #breadcrumb {
display: none;
}
--- Denise
thanks, denise. but the page like: http://johnnabrynn.smugmug.com/faces
isn't a "gallery" page, so how would i write that code?
thanks,
johnna
denisegoldberg
Jun-13-2008, 02:21 PM
thanks, denise. but the page like: http://johnnabrynn.smugmug.com/faces
isn't a "gallery" page, so how would i write that code?
That's a category page. Remove the breadcrumb from that page with this CSS:
.category_faces #breadcrumb {
display:none;
}
--- Denise
johnnabrynn
Jun-13-2008, 09:23 PM
That's a category page. Remove the breadcrumb from that page with this CSS:
.category_faces #breadcrumb {
display:none;
}
--- Denise
i did this and it removed breadcrumbs from withIN the galleries pages. i just wanted it off of the categories pages. huh?
LittleWish
Oct-23-2009, 12:58 AM
I think these are Breadcrumbs, when it says Gallery 1 and Gallery 2 on my About Me Page?http://www.littlewishphoto.com/Homepage/About-LIttle-WIsh/10059741_DLGGo
How do I get rid of them?
THanks
Jenn
LittleWish
Oct-23-2009, 05:59 PM
Not sure if this is a "Breadcrumb" or not, but I have the Words "Gallery Pages 1 " near both photos, in my ABOUT ME Section ( http://www.littlewishphoto.com/Homepage/About-LIttle-WIsh/10059741_DLGGo) and I was hoping to get rid of it?
Anyone know how to do this?
Thanks abunch,
~jenn
Allen
Oct-23-2009, 08:55 PM
Not sure if this is a "Breadcrumb" or not, but I have the Words "Gallery Pages 1 " near both photos, in my ABOUT ME Section ( http://www.littlewishphoto.com/Homepage/About-LIttle-WIsh/10059741_DLGGo) and I was hoping to get rid of it?
Anyone know how to do this?
Thanks abunch,
~jenn
Add this to your CSS, also removes the slideshow button.
.gallery_10059741 .play_slideshow,
.gallery_10059741 #albumNav_top,
.gallery_10059741 #albumNav_bottom {display: none;}
FYI, this is the breadcrumb (path back home) in that gallery.
LittleWish > Homepage > About LIttle WIsh
LittleWish
Oct-24-2009, 01:28 AM
Awesome!! Thanks so much :)
Candid Arts
Dec-18-2009, 06:27 PM
So I used this code:
/* Blocked Breadcrumbs */
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
and now there is a huge empty space between the bottom of my nav bar and where the gallery description is.
Any way to make that not happen?
Thanks.
TexasFamily
Dec-18-2009, 07:00 PM
there is a difference between visibility & display when it comes to css
i googled..."css display visibility"
this explains it probably better than i could...
http://www.devx.com/tips/Tip/13638
Edward
jfriend
Dec-18-2009, 07:21 PM
So I used this code:
/* Blocked Breadcrumbs */
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
and now there is a huge empty space between the bottom of my nav bar and where the gallery description is.
Any way to make that not happen?
Thanks.
If you don't want the empty space, the use this instead of both of your lines of CSS:
.notLoggedIn #breadcrumb (display:none;}
display:none makes the object go away completely.
visibility: hidden makes the object invisible, but it still takes up space in the page
Candid Arts
Dec-18-2009, 11:10 PM
If you don't want the empty space, the use this instead of both of your lines of CSS:
.notLoggedIn #breadcrumb (display:none;}
display:none makes the object go away compeltely.
visibility: hidden makes the object invisible, but it still takes up space in the page
Perfect once again.
Thank you so much.:clap
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.