PDA

View Full Version : Carbonite Theme with custom Header, Nav and Slideshow


dereksurfs
Dec-14-2007, 06:25 AM
Hello,

I recently added a custom header, navigation bar and slideshow thanks to the great tutorials here. They work fine in with the classic theme. But I would like to use the carbonite theme which seems to hide both my custom header and nav bar. You can see it here:
http://landandseaphoto.smugmug.com

What is the best way to bring these custom items to the "top" of the background image. The slideshow appears on top of the carbonite background. Any ideas or suggestions would be appreciated.

Thanks,

- Derek

Allen
Dec-14-2007, 06:42 AM
Hello,

I recently added a custom header, navigation bar and slideshow thanks to the great tutorials here. They work fine in with the classic theme. But I would like to use the carbonite theme which seems to hide both my custom header and nav bar. You can see it here:
http://landandseaphoto.smugmug.com

What is the best way to bring these custom items to the "top" of the background image. The slideshow appears on top of the carbonite background. Any ideas or suggestions would be appreciated.

Thanks,

- Derek
Take this out of your "head tag" and put in the header customize box and
everything will show.


<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="http://landandseaphoto.smugmug.com">Home</a></li>
<li><a href="http://landandseaphoto.smugmug.com">About</a></li>
<li><a href="http://landandseaphoto.smugmug.com/galleries">Galleries</a></li>
<li><a href="http://landandseaphoto.smugmug.com">Order Prints</a></li>
<li><a href="http://landandseaphoto.smugmug.com">Equipment</a></li>
<li><a href="http://landandseaphoto.smugmug.com">Contact</a></li>
</ul>
</div>

dereksurfs
Dec-14-2007, 08:08 AM
Thank you Allen!!! :clap:D That worked great!

- Derek