LauraBacher
Jul-03-2009, 11:47 AM
Ok the last 3 hours or so I've been trying diff things out to make a page with portfolio of photography I do and another page of password protected galleries for clients. I've failed. So the next idea is a drop down navbar with diff types of photography. And I can't figure it out. I've looked through many different threads here and just can't get it. I want to give up again for a few months but I can't afford to do that. What am I doing wrong?!
Allen
Jul-03-2009, 06:14 PM
Ok the last 3 hours or so I've been trying diff things out to make a page with portfolio of photography I do and another page of password protected galleries for clients. I've failed. So the next idea is a drop down navbar with diff types of photography. And I can't figure it out. I've looked through many different threads here and just can't get it. I want to give up again for a few months but I can't afford to do that. What am I doing wrong?!
I don't see any code for a dropdown.
Take a look here (http://allen-steve.smugmug.com/gallery/2327835), here (http://allen-steve.smugmug.com/gallery/2011077) and here (http://allen-steve.smugmug.com/gallery/2078255). Holler back if you need any help.
J Allen
Jul-04-2009, 04:51 AM
Ok the last 3 hours or so I've been trying diff things out to make a page with portfolio of photography I do and another page of password protected galleries for clients. I've failed.
Try setting your homepage to view "categories" instead of "galleries",
refer to HERE (http://www.smugmug.com/help/arrange-albums) for help.
Then if you wanted a page with only your client galleries, create a new category, name it "clients", add all your client galleries to this category, then you would change your nav-bar to link to your client galleries page...for example it would look like this:
<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/8662730_eWHm7">Session Information</a></li>
<li><a href="/gallery//8777801_cqUGP">Portfolio</a></li>
<li><a href="/clients">Client Photograpy</a></li>
<li><a href="/gallery/8731269_Jc34n">About Me</a></li>
<li><a href="/gallery/7974483_n8pbP">Contact</a></li>
<li><a href="/gallery/8673422_3kTif">Guest Comments</a></li>
</ul>
</div>
Also to clean up your info galleries try this in your CSS box and see if you like...:
/*====Session/Info-Page====*/
.gallery_8662730 #breadCrumbTrail,
.gallery_8662730 .play_slideshow,
.gallery_8662730 #albumNav_top,
.gallery_8662730 #albumNav_bottom,
.gallery_8662730 .nophotos h3,
.gallery_8662730 .pageNav
{display:none;}
.gallery_8662730 .caption
{text-align:center;}
/*====About-Me-Page====*/
.gallery_8731269 #breadCrumbTrail,
.gallery_8731269 .play_slideshow,
.gallery_8731269 #albumNav_top,
.gallery_8731269 #albumNav_bottom,
.gallery_8731269 .nophotos h3,
.gallery_8731269 .pageNav
{display:none;}
.gallery_8731269 #albumDescription
{text-align:center;
font-size: 150%;}
/*====Guest-Comments-Page====*/
.gallery_8673422 #breadCrumbTrail,
.gallery_8673422 .play_slideshow,
.gallery_8673422 #albumNav_top,
.gallery_8673422 #albumNav_bottom,
.gallery_8673422 .nophotos h3,
.gallery_8673422 .pageNav
{display:none;}
.gallery_8673422 .caption
{text-align:center;
font-size: 150%;}
:ear
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.