• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Support breadcrumbs

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Nov-01-2012, 07:16 PM
#1
vickia is offline vickia OP
Big grins
breadcrumbs
Hi!
Is there a way to delete breadcrumbs for only certain categories. I want some of my locked galleries to view the breadcrumbs and others not to have them.
Thank you!
Vicki
Old Nov-01-2012, 08:04 PM
#2
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by vickia View Post
Hi!
Is there a way to delete breadcrumbs for only certain categories. I want some of my locked galleries to view the breadcrumbs and others not to have them.
Thank you!
Vicki
Do you want a category page and all its galleries with no breadcrumb? Or only the galleries?
Do any of these categories have sub-categories?
Do you want visitors once in a gallery to return to the category page?

This will hide it in galleries under a category. Also allow you to see it when logged in for site navigation.

.category_CATNAME .galleryPage.notLoggedIn #breadCrumbTrail {display:none;}
Old Nov-01-2012, 08:07 PM
#3
HeroOfCanton is offline HeroOfCanton
SmugMug Support Hero
HeroOfCanton's Avatar
*EDIT: Looks like Allen beat me while I was composing Thanks Allen!*

Hi Vicki,

In the future, customization questions should be posted here in the customization section, they usually get quicker answers that way :)

Regarding your question, add this code:

Code:
.category_XXXXXX .notLoggedIn #breadcrumb {visibility: hidden;}
where XXXXXX is the name of your Category. Case does matter so to hide it in the Other category, you would need to put .category_Other to get it to work. This will only hide it from your visitors, you will still be able to see the breadcrumbs when you are logged in as the owner.

With best regards,
Ryan W.
__________________
SmugMug Support Hero | Connections & Domains - My SmugMug Site

Getting started on DGrin? Go here first!
Contact a Support Hero: http://help.smugmug.com/customer/portal/emails/new
Old Nov-01-2012, 08:11 PM
#4
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by HeroOfCanton View Post
..
Trying it in WebDev I had to remove the space between these? Any idea why Ryan?

.galleryPage.notLoggedIn
Old Nov-01-2012, 08:12 PM
#5
vickia is offline vickia OP
Big grins
Hi Ryan, Thank you for your answer. I have the category 'clients'. I want to hide the breadcrumbs for one a couple of galleries with in the clients category. Do I use that code you wrote below?
Thank you,
Vicki
Quote:
Originally Posted by HeroOfCanton View Post
*EDIT: Looks like Allen beat me while I was composing Thanks Allen!*

Hi Vicki,

In the future, customization questions should be posted here in the customization section, they usually get quicker answers that way :)

Regarding your question, add this code:

Code:
.category_XXXXXX .notLoggedIn #breadcrumb {visibility: hidden;}
where XXXXXX is the name of your Category. Case does matter so to hide it in the Other category, you would need to put .category_Other to get it to work. This will only hide it from your visitors, you will still be able to see the breadcrumbs when you are logged in as the owner.

With best regards,
Ryan W.
Old Nov-01-2012, 08:16 PM
#6
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by vickia View Post
Hi Ryan, Thank you for your answer. I have the category 'clients'. I want to hide the breadcrumbs for one a couple of galleries with in the clients category. Do I use that code you wrote below?
Thank you,
Vicki
If you're wanting to hide in certain galleries and not others under a category use specific CSS for those
galleries. The XXXXXXXX is the gallery number for each gallery.

.gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail,
.gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail,
.gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail {display:none;}

Example of gallery number in red.
http://eproductphotography.smugmug.com/Photography/Products/19754511_6HtFtM#!i=1551619553&k=9M3SnnC
Old Nov-01-2012, 08:38 PM
#7
vickia is offline vickia OP
Big grins
Doesn't work- I put this into my css exactly:
.gallery_25489281 .notLoggedIn #breadCrumbTrai
I attached an image explaining what i want to do-- I'm pretty sure the text I want to remove is called breadcrumbs.
thanks!

Quote:
Originally Posted by Allen View Post
If you're wanting to hide in certain galleries and not others under a category use specific CSS for those
galleries. The XXXXXXXX is the gallery number for each gallery.

.gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail,
.gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail,
.gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail {display:none;}

Example of gallery number in red.
http://eproductphotography.smugmug.com/Photography/Products/19754511_6HtFtM#!i=1551619553&k=9M3SnnC
Attached Images
 
Old Nov-01-2012, 08:57 PM
#8
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by vickia View Post
Doesn't work- I put this into my css exactly:
.gallery_25489281 .notLoggedIn #breadCrumbTrai
I attached an image explaining what i want to do-- I'm pretty sure the text I want to remove is called breadcrumbs.
thanks!
To hide all but the gallery title.
Example for this gallery
http://eproductphotography.smugmug.com/Photography/Products/19754511_6HtFtM#!i=1551619553&k=9M3SnnC

.gallery_19754511 .notLoggedIn #breadCrumbTrail {visibility: hidden;}
.gallery_19754511 #albumTitle {visibility: visible;}

BTW, #breadcrumb includes the buttons on the right like slideshow and style.
Old Nov-02-2012, 12:46 AM
#9
rainforest1155 is online now rainforest1155
with a Heroes touch
rainforest1155's Avatar
Quote:
Originally Posted by vickia View Post
Doesn't work-
Check your gallery settings. In the gallery in your screenshot, you've set appearance to SmugMug which disables any customizations in the gallery. You have to change the setting over to custom. It's in the gallery settings > look&feel section.

Going forward, I'd recommend that you always include a link to the gallery you're referring to as so it's easier for the helpers to check if you may have an incorrect setting.
__________________
Sebastian
SmugMug Support Hero

look on the bright side
http://www.SebastianHosche.com
Old Nov-02-2012, 10:16 AM
#10
vickia is offline vickia OP
Big grins
Hi
I changed code with correct gallery code:
.gallery_25489281 .notLoggedIn #breadCrumbTrail {visibility: hidden;}
.gallery_25489281 #albumTitle {visibility: visible;}

This is the gallery I am working with: http://www.vickiadesphotography.net/...7653&k=bRLJBhv password: jewishhostess

Pretty much what i want to do is not have the word 'vicki ades photography' anywhere on this gallery. Dont want to them to link back to my website- just want a separate gallery where they can view pics with out tracking back to vickiadesphotography.com (which includes my custom banner) . I of course want buttons on the right like slideshow and style- which i am assuming allows the user to look through the pics. Is this possible?
Thank you for your time!
Vicki
Old Nov-02-2012, 10:42 AM
#11
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by vickia View Post
Hi
I changed code with correct gallery code:
.gallery_25489281 .notLoggedIn #breadCrumbTrail {visibility: hidden;}
.gallery_25489281 #albumTitle {visibility: visible;}

This is the gallery I am working with: http://www.vickiadesphotography.net/...7653&k=bRLJBhv password: jewishhostess

Pretty much what i want to do is not have the word 'vicki ades photography' anywhere on this gallery. Dont want to them to link back to my website- just want a separate gallery where they can view pics with out tracking back to vickiadesphotography.com (which includes my custom banner) . I of course want buttons on the right like slideshow and style- which i am assuming allows the user to look through the pics. Is this possible?
Thank you for your time!
Vicki
The only way I can think of to do that is check hide owner on the gallery settings page.
Old Nov-02-2012, 10:53 AM
#12
vickia is offline vickia OP
Big grins
you did it! Thank you!!
Old Nov-02-2012, 01:25 PM
#13
HeroOfCanton is offline HeroOfCanton
SmugMug Support Hero
HeroOfCanton's Avatar
Quote:
Originally Posted by Allen View Post
BTW, #breadcrumb includes the buttons on the right like slideshow and style.
An excellent point, thanks Allen
__________________
SmugMug Support Hero | Connections & Domains - My SmugMug Site

Getting started on DGrin? Go here first!
Contact a Support Hero: http://help.smugmug.com/customer/portal/emails/new
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
Display breadcrumbs without categories or format different parts of the breadcrumb jfriend SmugMug Customization 144 May-10-2013 08:17 AM
Breadcrumbs tomnovy SmugMug Customization 2 May-08-2011 08:00 AM
breadcrumbs on one category Tony_UCI SmugMug Customization 4 Jul-15-2009 08:42 AM
Setting that controls breadcrumbs? jake-bw SmugMug Support 2 Dec-14-2008 05:00 PM
No breadcrumbs normally, but yet some at keyword search result page Paul (France) SmugMug Customization 5 Nov-09-2006 01:16 PM


Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump