PDA

View Full Version : How to remove gallery links?


rharris
Sep-14-2009, 01:42 PM
When you go into my smugmug and go to look through the galleries things look a little clustered at the top. I have four custom headers for the four galleries I have. However, I still have:

rharris > other > landscape (example)

Can I get rid of this? There is really no need for it to be there. I have tried searching for how to remove this but came up with nothing. Thanks if you can advise.

Regards,
Richard
www.rharris-images.com

J Allen
Sep-14-2009, 02:17 PM
When you go into my smugmug and go to look through the galleries things look a little clustered at the top. I have four custom headers for the four galleries I have. However, I still have:

rharris > other > landscape (example)

Can I get rid of this? There is really no need for it to be there. I have tried searching for how to remove this but came up with nothing. Thanks if you can advise.

Regards,
Richard
www.rharris-images.com (http://www.rharris-images.com)


Have a look HERE (http://www.dgrin.com/showthread.php?t=111484)

rharris
Sep-18-2009, 04:42 AM
I'm confused, that link doesn't show me how to remove the parts I want to remove, or does it? Unless I've read it wrong, it's just someone ranting about how he thinks a gallery should look! That's fine by me, I appreciate where he is coming from, but it doesn't answer my question (unless I've missed something completely obvious).

Thanks if anyone can help me out.

Rich

denisegoldberg
Sep-18-2009, 08:30 AM
... it's just someone ranting about how he thinks a gallery should look! That's fine by me, I appreciate where he is coming from, but it doesn't answer my question (unless I've missed something completely obvious).
I suppose you could call it a rant - but you know, it does apply to you. Your captions do not identify the gallery the viewer is looking at, and the text is barely readable. You should add a title, and you should either change to a less distracting background or you should change the color and size of the text on your pages.

You can remove the breadcrumb with this CSS:

#breadCrumbTrail {
display: none;
}
--- Denise

Allen
Sep-18-2009, 08:52 AM
I'm confused, that link doesn't show me how to remove the parts I want to remove, or does it? Unless I've read it wrong, it's just someone ranting about how he thinks a gallery should look! That's fine by me, I appreciate where he is coming from, but it doesn't answer my question (unless I've missed something completely obvious).

Thanks if anyone can help me out.

Rich
Something is messed in your header html. Add the spacer div at the end for a quick fix.

Also you can not use the same div id more then one time on a page.

<div id="Landscapes"> </div>
...
...
<div id="Landscapes">
<a href="http://rharris.smugmug.com/Other/Landscapes/8835835_z2HSq#585518335_kQYiD">
<img src="http://rharris.smugmug.com/photos/629048155_w8Cz3-M.jpg" style="margin-right: 10px;" align="RIGHT" border="0" height="40" width="140">
</a>
</div>

<div class="spacer"></div>