PDA

View Full Version : Contact page tweak


KCrigler
Feb-17-2009, 11:26 AM
I'm slowly getting my smugmug the way I want it. :barbI've created a contact page and I can't seem to remove the gallery links without removing the photo. I've searched this forum for hours without any luck. Can someone please help?

Thank you.

http://kcexpression.smugmug.com/gallery/5127186_ZmywJ/1/309696100_AaZMA

J Allen
Feb-17-2009, 12:01 PM
I'm slowly getting my smugmug the way I want it. :barbI've created a contact page and I can't seem to remove the gallery links without removing the photo. I've searched this forum for hours without any luck. Can someone please help?

Thank you.

http://kcexpression.smugmug.com/gallery/5127186_ZmywJ/1/309696100_AaZMA



See if you like this for your contact page:

/*====Contact Gallery====*/
.gallery_5127186 #breadCrumbTrail,
.gallery_5127186 .play_slideshow,
.gallery_5127186 #albumNav_top,
.gallery_5127186 #albumNav_bottom,
.gallery_5127186 .nophotos h3,
.gallery_5127186 .pageNav
{display: none;}
.gallery_5127186 .journal_entry
{border: none;}


Not sure what your talking about here:


remove the gallery links without removing the photo


Are you asking about the breadcrumbs?

Barb
Feb-17-2009, 12:37 PM
I'm slowly getting my smugmug the way I want it. :barbI've created a contact page and I can't seem to remove the gallery links without removing the photo. I've searched this forum for hours without any luck. Can someone please help?

Thank you.

http://kcexpression.smugmug.com/gallery/5127186_ZmywJ/1/309696100_AaZMA
Hi :)

Are you wanting to remove the navigation above the gallery?

kcexpression > Other > contact

If so, add this to your CSS:

.gallery_5127186 #breadCrumbTrail {display: none;}

KCrigler
Feb-17-2009, 01:25 PM
That's exactly what I needed! Thank you so much:D

KCrigler
Feb-17-2009, 01:37 PM
See if you like this for your contact page:

/*====Contact Gallery====*/
.gallery_5127186 #breadCrumbTrail,
.gallery_5127186 .play_slideshow,
.gallery_5127186 #albumNav_top,
.gallery_5127186 #albumNav_bottom,
.gallery_5127186 .nophotos h3,
.gallery_5127186 .pageNav
{display: none;}
.gallery_5127186 .journal_entry
{border: none;}


Not sure what your talking about here:





Are you asking about the breadcrumbs?


It's fixed! Thank you for your help!!!

J Allen
Feb-17-2009, 01:41 PM
Remove this from your CSS box:





// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});








:thumb