jeale
Dec-23-2008, 10:26 AM
Hello all
I have searched Dgrin and found some great stuff to customize my page, unfortunately, I can't get the changes to my footer and breadcrumbs to stay the same across each page.
In visitor view, they are fine for the homepage and category view, but when I go into the gallery the breadcrumbs returns and the footer reverts back to the full one.
Any help would be greatly appreciated - Thanks in advance
CSS
#my_banner {
display: none;
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://jeagle.smugmug.com/photos/441350623_t2eLY-O.jpg.jpg) no-repeat;
}
.homepage #my_banner {
display: block;
}
#feeds {
display:none;
}
#footer {
color:white;
}
/* turn off the cart link on the minifooter */
.cartlink_footer {
display: none;
}
#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}
Custom Footer
<div></div>
Bottom Javascript
// fix the pesky pipes
YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
Thankyou
I have searched Dgrin and found some great stuff to customize my page, unfortunately, I can't get the changes to my footer and breadcrumbs to stay the same across each page.
In visitor view, they are fine for the homepage and category view, but when I go into the gallery the breadcrumbs returns and the footer reverts back to the full one.
Any help would be greatly appreciated - Thanks in advance
CSS
#my_banner {
display: none;
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://jeagle.smugmug.com/photos/441350623_t2eLY-O.jpg.jpg) no-repeat;
}
.homepage #my_banner {
display: block;
}
#feeds {
display:none;
}
#footer {
color:white;
}
/* turn off the cart link on the minifooter */
.cartlink_footer {
display: none;
}
#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}
Custom Footer
<div></div>
Bottom Javascript
// fix the pesky pipes
YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
Thankyou