PDA

View Full Version : I could REALLY use som help


ajrphoto
Feb-24-2008, 09:33 PM
is there a code that will make my navbar look exactly the same in every page? i'm trying to make it look like it does on the home page.

Also, is there any way to remove these from my html only page?

rondophoto (http://rondophoto.smugmug.com/) > Other (http://rondophoto.smugmug.com/Other) > Profile edit (http://javascript%3cb%3e%3c/b%3E:toggleDIV%28%27editTitle%27,%27albumTitle%27, %20%27inline%27%29;)
This is a brand new gallery with no photos.

last question... what file size/type of file would you recommend for using in a slideshow?

thanks!!!!

Allen
Feb-24-2008, 09:54 PM
is there a code that will make my navbar look exactly the same in every page? i'm trying to make it look like it does on the home page.

Also, is there any way to remove these from my html only page?

rondophoto (http://rondophoto.smugmug.com/) > Other (http://rondophoto.smugmug.com/Other) > Profile edit (http://javascript%3cb%3e%3c/b%3E:toggleDIV%28%27editTitle%27,%27albumTitle%27, %20%27inline%27%29;)
This is a brand new gallery with no photos.

last question... what file size/type of file would you recommend for using in a slideshow?

thanks!!!!
Set you html pages to journal style so they are not really wide and stay a
static width and use some of these.

.gallery_XXXXXXX #albumNav_top,
.gallery_XXXXXXX #albumNav_bottom,
.gallery_XXXXXXX #breadcrumb {display: none;}
.loggedIn .gallery_XXXXXXX #breadcrumb {display: block;}

The size is generated to fit in the box size in the show code. Easiest is to
just let it do it's work.
createSWF(600,600, oParams, "transparent");
You can change those like for 600w 400h
createSWF(600,400, oParams, "transparent");

I can hardly see your nav on your homepage, itty bity:D
You're missing a ; which messes the CSS below it.

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
font-family: georgia;
font-size: 70%;
font-weight: none;}

You have a few errors in your CSS

Remove these extra }

body
{ opacity: 1; }
}

.gallery_4380792_92Fhd .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */
}

This doesn't belong in there or use /* & */ for comment tags.

<!--.style1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #999999;
font-size: 48px;
font-style: italic;
}--!>

ajrphoto
Feb-24-2008, 10:01 PM
thanks for the help!!! my navbar looks normal on my homepage, but really small and off to the right on other pages. any ideas why?

Allen
Feb-24-2008, 10:03 PM
thanks for the help!!! my navbar looks normal on my homepage, but really small and off to the right on other pages. any ideas why?
Yal, I saw that, something is b0rking those pages. Did you clean up your CSS?
Might have something to do with it. I'll take another look.

Allen
Feb-24-2008, 10:14 PM
thanks for the help!!! my navbar looks normal on my homepage, but really small and off to the right on other pages. any ideas why? Change this in your header.

<h1>Adam Rondepierre <br>Photography<div font-family:="" georgia,="" times="" new="" roman="" ,="" times,="" serif;="" font-size:="" 36px;="" color:="" #999999="" align="center"></div>

to this

<div id="myHeader">Adam Rondepierre<br />Photography</div>


Add this to your CSS to format the header.

#myHeader {
font-size: 200%;
font-weight: bold;
font-family: Georgia, Comic Sans MS, verdana;
text-align: center;
margin: 10px;
}

Change this one like this.

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

Still can't read the tiny nav letters. :D
Need at least font-size: 80%;

ajrphoto
Feb-24-2008, 10:34 PM
thank you soooo much!!!

is there anyway that I could put a code in to make my header and navbar the same for each page? it looks different in my profile page.

also.. my profile page is an html only and i made it a journal style, but It still looks like a gallery page.

thanks again!

Allen
Feb-24-2008, 11:03 PM
thank you soooo much!!!

is there anyway that I could put a code in to make my header and navbar the same for each page? it looks different in my profile page.

also.. my profile page is an html only and i made it a journal style, but It still looks like a gallery page.

thanks again! Now you have these two combined.

#breadcrumb {
display:none;
<!--.style1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #999999;
font-size: 48px;
font-style: italic;
}--!>


Change it to this and things should start working.

##breadcrumb {
display:none;
}
/* .style1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #999999;
font-size: 48px;
font-style: italic;
*/


Add the missing }

/* removed the 's */
.possess {
display: none;}



In your profile gallery description insert the bold.

<div class="Profile">Profile</div> <!-- closes Profile div -->
<div class="myPhoto">
<img src="/photos/258549348_ZCMBP-S.jpg" width="400" height="100" />
</div> <!-- closes myPhoto div -->
<div class="myText">
...

Remove all these from your CSS.

/* html only page for gallery 4380792_92Fhd*/
.gallery_4380792_92Fhd .nophotos {
display: none;
}
.gallery_4380792_92Fhd .pageNav {
display: none;
}

/* START gallery 4380792_92Fhd */

.gallery_4380792_92Fhd #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #ccc; /* background of description box */
padding: 20px 40px 40px 40px; /* top right bottom left */
} /* spacing inside box from edges */

.gallery_4380792_92Fhd .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */
}

.gallery_4380792_92Fhd .myText {
font-family: Georgia;
font-size: 100%;
color: #444;
font-weight: normal;
text-align: center;
}

.gallery_4380792_92Fhd.myEmail {color: #444;}
.gallery_4380792_92Fhd .myEmail:hover {color: red;}

.gallery_4380792_92Fhd #albumNav_top,
.gallery_4380792_92Fhd #albumNav_bottom,
.gallery_4380792_92Fhd .journal_entry, /* hides photos in gallery */
.gallery_4380792_92Fhd #breadcrumb {display: none;}
.loggedIn .gallery_4380792_92Fhd #breadcrumb {display: block;}

/* END gallery 4380792_92Fhd */

.gallery_4380792_92Fhd #albumNav_top,
.gallery_4380792_92Fhd #albumNav_bottom,
.gallery_4380792_92Fhd #breadcrumb {display: none;}
.loggedIn .gallery_4380792_92Fhd #breadcrumb {display: block;}

and add this in it's place. Also it looks like the gallery key is only needed for
links not here.

/* START gallery 4380792_92Fhd */

.gallery_4380792 #albumDescription {
margin-top: 20px; /* gap from navbar at top */
ba ckground: #ccc; /* background of description box */
padding: 0 40px 0px 40px; /* top right bottom left */
} /* spacing inside box from edges */

.gallery_4380792 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 40px 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */

.gallery_4380792 .Profile {
font-family: Georgia;
font-size: 200%;
color: #ccc;
font-weight: normal;
text-align: center;
}

.gallery_4380792 .myText {
font-family: Georgia;
font-size: 100%;
color: #ccc;
font-weight: normal;
text-align: center;
}

.gallery_4380792 #albumNav_top,
.gallery_4380792 #albumNav_bottom,
.gallery_4380792 .journal_entry, /* hides photos in gallery */
.gallery_4380792 #breadcrumb {display: none;}
.loggedIn .gallery_4380792 #breadcrumb {display: block;}

/* END gallery 4380792_92Fhd */

ajrphoto
Feb-24-2008, 11:12 PM
thank you sooo much for your time! i really appreciate it!

Allen
Feb-24-2008, 11:23 PM
thank you sooo much for your time! i really appreciate it!
Looks great!:thumb Glad to help.