PDA

View Full Version : How do I show the gallery title?


maximus96
Mar-15-2011, 07:28 AM
it appears that I may have cleaned up my website too much, I don't see the title to my galleries and would like it displayed so to not confuse views, example, http://www.sammylophotos.com/RealEstate/Real-Estate/16201923_az8Xu#1216954252_iDUG8 thank you

ToxMox
Mar-15-2011, 07:54 AM
In your custom CSS you have this:

#breadcrumb {
display: none;
}

If you want "SammyLoPhotos > Real Estate > Real Estate" to appear then remove the display:none; above from your CSS.

Is that what you are looking for?

maximus96
Mar-15-2011, 07:59 AM
well no, i don't want the entire breadcrumb, especially the ones like this with redundant category and gallery names. I want just "Real Estate" displayed, as well as other gallery titles. is that possible?

ToxMox
Mar-15-2011, 08:12 AM
I think there are a couple of possible solutions here.
One would be this thread here:
http://dgrin.com/showthread.php?t=182615&highlight=albumtitle

Another would be to give your album a description and make sure that it is visible in the CSS as it is a different DIV than the breadcrumb.

maximus96
Mar-15-2011, 08:19 AM
thank you!

maximus96
Mar-15-2011, 08:57 AM
another question, how do i hide the "category" name, like the second "Events" in this page? http://www.sammylophotos.com/Events

ToxMox
Mar-15-2011, 09:02 AM
Try this:

h3#galleryTitle.title{display:none;}

maximus96
Mar-15-2011, 09:05 AM
perfect, thank you