• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Need Help with CSS

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 Apr-04-2012, 06:32 PM
#1
PhotoByJames is offline PhotoByJames OP
Beginner grinner
Need Help with CSS
Ok I have blocked all breadcrumbs on the site with the CSS code #breadCrumbTrail {display: none;}
Now I know you can block the breadcrumbs for specific galleries but I want to do the opposite such as allowing the breadcrumbs in certain galleries. I want to do it this way because there are less I want to have the breadcrumb than the ones that are blocked.

Thank You
Old Apr-04-2012, 08:13 PM
#2
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by PhotoByJames View Post
Ok I have blocked all breadcrumbs on the site with the CSS code #breadCrumbTrail {display: none;}
Now I know you can block the breadcrumbs for specific galleries but I want to do the opposite such as allowing the breadcrumbs in certain galleries. I want to do it this way because there are less I want to have the breadcrumb than the ones that are blocked.

Thank You
Block everywhere then specify which ones to show. Change the X's to the gallery number.

.notLoggedIn #breadCrumbTrail {display: none;}

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

Might want a whole category to show.
.category_XXXXXX .notLoggedIn #breadCrumbTrail {display: block;}

Using .notLoggedIn allows you to see them when logged in for easier site navigation.
Tell The World!  
Tags
breadcrumbs , css , customization
Similar Threads Thread Starter Forum Replies Last Post
Navbar that shows which link is the current page jfriend SmugMug Customization 485 May-02-2013 09:19 PM
Removing all Advanced Customizer CSS doesn't work Lamah SmugMug Support 3 Feb-13-2012 02:20 AM
Editing CSS for Tinsel Sitewide Theme mojomediapros SmugMug Customization 4 Nov-24-2011 08:25 PM
problem removing unwanted padding/margin with CSS &/or table chinook SmugMug Customization 0 Jun-22-2010 12:52 PM
CSS question jfriend SmugMug Customization 8 Jul-05-2007 11:22 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