PDA

View Full Version : Problem with html only gallery


carsonw
May-30-2009, 10:17 AM
I've created an html gallery, About_Me and a nav bar button to the gallery. The problem is my link only goes to the gallery and it shows an empty picture frame. I'd like it to go directly into the gallery. I've added the nophotos to the css, it's just that my link doesn't go as far as I'd like?? I hope this makes some sense because it's confusing me.

http://carsonwilcox.com

Thanks
Carson

J Allen
May-30-2009, 12:56 PM
I've created an html gallery, About_Me and a nav bar button to the gallery. The problem is my link only goes to the gallery and it shows an empty picture frame. I'd like it to go directly into the gallery. I've added the nophotos to the css, it's just that my link doesn't go as far as I'd like?? I hope this makes some sense because it's confusing me.

http://carsonwilcox.com

Thanks
Carson


Can you post a direct link to your "About Me" gallery. :ear

carsonw
May-30-2009, 01:04 PM
Can you post a direct link to your "About Me" gallery. :ear

The link has changed a bit, but here it is:
http://carsonwilcox.smugmug.com/gallery/8339283_PDEX2

J Allen
May-30-2009, 01:26 PM
Change this in your custom header box:



<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/8339283_PDEX2">About Me</a></li>
</ul>
</div>




Add this to your CSS:





/*====About-Me-Page====*/
.gallery_8339283 #breadCrumbTrail,
.gallery_8339283 .play_slideshow,
.gallery_8339283 #albumNav_top,
.gallery_8339283 #albumNav_bottom,
.gallery_8339283 .nophotos h3,
.gallery_8339283 .pageNav
{display:none;}
.gallery_8339283 .journal_entry
{border:none;}




Is there a picture that you were wanting to add, or make the text bigger....anything else...

J Allen
May-30-2009, 01:58 PM
You'll also want to remove this from your CSS, so the gallery will show up:





.gallery_8339283 {
display:none;
}

carsonw
May-30-2009, 03:41 PM
You'll also want to remove this from your CSS, so the gallery will show up:





.gallery_8339283 {
display:none;
}





Thanks all, it's working now, I will be making additional changes but for the moment it's working and I do appreciate the help.

Carson