PDA

View Full Version : I figured it out, but


ShutterByMe
May-14-2008, 08:47 PM
Ok I have been working on this find page for quite awhile now, but I finally figured it out. My problem is that everything is still on my home page and my slideshow is in my find page. I've looked at the code and tried to figure it out on my own, but I think my brain is fried from it. Would one of you kind gentlemen or ladies that know this give me a helping hand with it? I am such a newbie with this code stuff. My site is http://www.shutterbyme.com/

Thanks so much

Lana

richW
May-14-2008, 09:54 PM
Ok I have been working on this find page for quite awhile now, but I finally figured it out. My problem is that everything is still on my home page and my slideshow is in my find page. I've looked at the code and tried to figure it out on my own, but I think my brain is fried from it. Would one of you kind gentlemen or ladies that know this give me a helping hand with it? I am such a newbie with this code stuff. My site is http://www.shutterbyme.com/

Thanks so much

LanaWelcome to dgrin....:wave
Let's start here...

replace this:

.find #biobox,
.find #categoriesBox,
.find #communitiesBox,
.find #featuredBox,
.find #ffBox,
.find #galleriesBox,
.find #popularPhotos {display:none;}


with this:

.find #bioBox,
.find #categoriesBox,
.find #communitiesBox,
.find #featuredBox,
.find #ffBox,
.find #galleriesBox,
.find #popularPhotos {display:none;}


replace this:

.gallery_4789954SPACE.play_slideshow {
display: none;
}

.gallery_4789954 .play_slideshow {
display: none;


with this:

.gallery_4789954 .play_slideshow {
display: none;
}


Yell back if you need anything....


but I think my brain is fried from it.

I turned blue :D

ShutterByMe
May-14-2008, 10:38 PM
Thank you RichW for the welcome and the help, I so much appreciate it. That almost got it, but my popular photos are still on my homepage. Got one of those nifty little codes for that? :D

ShutterByMe
May-14-2008, 10:49 PM
Oh sorry the popular photos do not show up on my find page either. :scratch

richW
May-14-2008, 10:52 PM
Oh sorry the popular photos do not show up on my find page either. :scratchGive this a try.....

From this:


.homepage #datesBox,
.homepage #keywordsBox {display:none;}

.find #datesBox,
.find #keywordsBox {display: block;}

.find #bioBox,
.find #categoriesBox,
.find #communitiesBox,
.find #featuredBox,
.find #ffBox,
.find #galleriesBox,
.find #popularPhotos {display:none;}


to this:




.homepage #datesBox,
.homepage #keywordsBox,
.homepage #popularPhotos {display:none;}

.find #datesBox,
.find #keywordsBox,
.find #popularPhotos {display: block;}

.find #bioBox,
.find #categoriesBox,
.find #communitiesBox,
.find #featuredBox,
.find #ffBox,
.find #galleriesBox {display:none;}

ShutterByMe
May-14-2008, 11:02 PM
:clap :clap :clap

Has anyone ever told you that your are a sweetheart?:lust That so worked!:thumb Thank you sooo much for your help RichW. I so very much apprecitate your time and the others who help on this forum. I pretty much have the Smugmug Customization forum stamped in my brain I have been reading so much, but it so very much helped me put my site together.

Thank you!

richW
May-14-2008, 11:08 PM
:clap :clap :clap

Has anyone ever told you that your are a sweetheart?:lust That so worked!:thumb Thank you sooo much for your help RichW. I so very much apprecitate your time and the others who help on this forum. I pretty much have the Smugmug Customization forum stamped in my brain I have been reading so much, but it so very much helped me put my site together.

Thank you!You're Welcome....:thumb

A couple more little items if you like.

To have your background match your banner and navbar background
body {background: #121212 !important;}

To make your email link just like the other links on the navbar. Make the following change:

From this:
<a href="javascript:norobotmail('xxxxxxxxxxxx', 'xxx.net')">Email</a>

To this:
<li><a href="javascript:norobotmail('xxxxxxxxxxxx', 'xxx.net')">Email</a></li>
Use the correct address. I removed it for posting reasons.


Has anyone ever told you that your are a sweetheart?

Yes, my wife http://cmac.smugmug.com/photos/259585358_EpwPM-Th-1.jpg

ShutterByMe
May-14-2008, 11:20 PM
A double thank you! :thumb