breadcrumbs
vickia
Registered Users Posts: 102 Big grins
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
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
0
Comments
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;}
My Website index | My Blog
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:
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.
Getting started on DGrin? Go here first!
Contact a Support Hero: http://help.smugmug.com/customer/portal/emails/new
.galleryPage.notLoggedIn
My Website index | My Blog
Thank you,
Vicki
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
My Website index | My Blog
.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!
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.
My Website index | My Blog
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.
SmugMug Support Hero
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/Clients/Marlene-Cakes/25489281_Crf8gF#!i=2100237653&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
My Website index | My Blog
An excellent point, thanks Allen
Getting started on DGrin? Go here first!
Contact a Support Hero: http://help.smugmug.com/customer/portal/emails/new