View Full Version : Open Galleris on new page
A Photographic Life
Dec-06-2009, 07:19 AM
I recently deleted my old homepage Shizam slide show and opted for the built in homepage slideshow. Later I realized that because I had duplicated my homepage so that my galleries would open in their own page, I also have the slideshow there.
It's been awhile since I initially set everything up with code. I would like for my galleries page ("The Photographs") to open up on their own page without a slideshow.
Would someone mind taking a look at my site and offering any suggestions?
Thanks
www.journeytreestudio.com
Allen
Dec-06-2009, 10:05 AM
I recently deleted my old homepage Shizam slide show and opted for the built in homepage slideshow. Later I realized that because I had duplicated my homepage so that my galleries would open in their own page, I also have the slideshow there.
It's been awhile since I initially set everything up with code. I would like for my galleries page ("The Photographs") to open up on their own page without a slideshow.
Would someone mind taking a look at my site and offering any suggestions?
Thanks
www.journeytreestudio.com (http://www.journeytreestudio.com)
Add the red.
/*HIDES GALLERIES ON HOMEPAGE*/
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {display: none;}
.galleries #bioBox {display: none;}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {display: block;}
.galleries #slideshowBox {display: none;}
Allen
Dec-06-2009, 10:35 AM
I recently deleted my old homepage Shizam slide show and opted for the built in homepage slideshow. Later I realized that because I had duplicated my homepage so that my galleries would open in their own page, I also have the slideshow there.
It's been awhile since I initially set everything up with code. I would like for my galleries page ("The Photographs") to open up on their own page without a slideshow.
Would someone mind taking a look at my site and offering any suggestions?
Thanks
www.journeytreestudio.com (http://www.journeytreestudio.com)
Noticed you are using the White theme with the frame. You might like
this, complete the top portion of the frame. This adds it on all pages
except Smugmug style galleries.
Replace your header html with this.
<div id="myHeader">
<div id="myHeaderTop"></div>
<div id="myBanner">JOURNEY TREE STUDIO</div>
<div id="navcontainer">
<ul>
<li><a href="/">Back Home</a></li>
<li><a href="http://www.journeytreestudio.com/gallery/5211339_xmNct">Behind the Lens</a></li>
<li><a href="http://www.journeytreestudio.com/galleries">The Photographs</a></li>
<li><a href="http://www.journeytreestudio.com/gallery/5286043_48Vqf">Contact</a></li>
<li><a href="http://www.journeytreestudio.com/gallery/5211591_kAfax">Notes From You</a></li>
<li><a href="http://www.journeytreestudio.com/gallery/5287402_hLjRj">Resources</a></li>
</ul>
</div>
</div> <!-- closes myHeader -->
Add this to your CSS
#myBanner {font-size: 24px; font-weight: bold;}
#myHeader {
background: url(http://cdn.smugmug.com/img/themes/White/small_center.jpg) transparent repeat-y;
text-align: center;
}
#myHeaderTop {background: url(http://cdn.smugmug.com/img/themes/White/small_header.jpg) transparent no-repeat;
height: 30px;}
.smugmug #myHeaderTop,
.smugmug #myHeader {visibility: hidden;}
.smugmug #navcontainer,
.smugmug #myBanner {visibility: visible;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.