View Full Version : hello everyone.. trying to build website.. :)
brandy22
Aug-27-2009, 05:30 PM
Hello can someone please look at www.specialmomentscaptured.com (http://www.specialmomentscaptured.com) and let me know how I can get rid of the grey bar that is on there. It is drving me crazy and I cannot figure it out for the life of me..
thanks so much... brandy
brandy22
Aug-27-2009, 05:32 PM
Hello can someone please look at www.specialmomentscaptured.com (http://www.specialmomentscaptured.com) and let me know how I can get rid of the grey bar that is on there. It is drving me crazy and I cannot figure it out for the life of me..
thanks so much... brandy
oh and one more thing, it seems to only be on my home page..
jfriend
Aug-27-2009, 05:40 PM
If I'm understanding what you want to change, add this CSS to make it go away:
.homepage #breadcrumb {display:none;}
Also remove this from your CSS as it does not belong here and you've already done a banner in the easy customizer so you don't need this one Remove this from your CSS site-wide-customization:
#my_banner {
<a href="http://www.BannerFans.com"><img src="http://img220.imageshack.us/img220/549/3231357a7c2e88em3.jpg" border="0" width="728" height="90" alt="BannerFans.com" /></a>
}
brandy22
Aug-27-2009, 07:07 PM
If I'm understanding what you want to change, add this CSS to make it go away:
.homepage #breadcrumb {display:none;}
Also remove this from your CSS as it does not belong here and you've already done a banner in the easy customizer so you don't need this one Remove this from your CSS site-wide-customization:
#my_banner {
<a href="http://www.BannerFans.com"><img src="http://img220.imageshack.us/img220/549/3231357a7c2e88em3.jpg" border="0" width="728" height="90" alt="BannerFans.com" /></a>
}
Thanks so much.. I was actually trying to put a nicer banner so that is why I had that code in the css. The code you gave me worked nice but now the gallerys are showing on the home page. I will have to figure out how to fix that cause I just want a big slide show there and then people can click on the links and see the gallerys.. anyways thanks for your help... :)
jfriend
Aug-27-2009, 07:54 PM
Thanks so much.. I was actually trying to put a nicer banner so that is why I had that code in the css. The code you gave me worked nice but now the gallerys are showing on the home page. I will have to figure out how to fix that cause I just want a big slide show there and then people can click on the links and see the gallerys.. anyways thanks for your help... :) I don't see the galleries on your homepage - maybe you already fixed it.
Please also remove this code below from your top javascript. This does not belong here and you already have it in your bio. When you insert code, make absolutely sure you know where to put it. You have copies of several things in the wrong place and this just makes your site unreliable or hard to solve problems on.
Remove this from the top javascript:
<script>
var ssConfig = {
AlbumID: '7559453',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickToImage: 'true',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</script>
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.