PDA

View Full Version : theme help!!!!!!!!!


iampinkandorange
Feb-25-2009, 03:39 PM
Alrighty, I'm using the white theme, but the theme doesn't close off the box. So I found this thread and it fixed the problem on the homepage, but nothing else.

http://www.dgrin.com/showthread.php?t=117985&highlight=%23mypagetop

however, it won't fix it on the rest of the pages, how do I make it add the top to the box on all of the rest of my pages and galleries?

this is my site www.lmillerphotography.com (http://www.lmillerphotography.com)

any help is appreciated!!!!

J Allen
Feb-25-2009, 03:47 PM
Remove all the red from this rule:


#myPageTop {display:none;}
.homepage #myPageTop {
display:block;
width:950px;
height:30px;
margin:30 auto;
background:transparent url(http://cdn.smugmug.com/img/themes/White/small_header.jpg) no-repeat scroll 0 0;
}

iampinkandorange
Feb-25-2009, 08:04 PM
worked like a charm!!!!!! thank you so much! :barb

iampinkandorange
Feb-25-2009, 08:20 PM
well, something in that seemed to mess up the footer in internet explorer :(

iampinkandorange
Feb-25-2009, 08:29 PM
now it's gone forever, and the code is still there! what did I do?

iampinkandorange
Feb-25-2009, 08:31 PM
so, If I can't fix the gray box, can I get rid of it and just have a solid white background?

iampinkandorange
Feb-25-2009, 08:33 PM
also, while I'm getting these problems fixed

"lmillerphotography's" is still showing up even though I have the following code in per faq intstructions


/* hides your name (including any 's) */
#userName {
display: none;
}

Allen
Feb-25-2009, 08:38 PM
also, while I'm getting these problems fixed

"lmillerphotography's" is still showing up even though I have the following code in per faq intstructions


/* hides your name (including any 's) */
#userName {
display: none;
}
Either remove this from the top of your CSS or put comment tags around it.

CSS CODE

iampinkandorange
Feb-25-2009, 08:47 PM
Either remove this from the top of your CSS or put comment tags around it.

CSS CODE

comment tags???

iampinkandorange
Feb-25-2009, 08:49 PM
comment tags???

I'm an idiot - I figured it out

still clueless about the theme format

iampinkandorange
Mar-02-2009, 07:06 PM
Now my "myPageTop" isn't working at all!!!

Any ideas why or how to make it work?

Thanks!