PDA

View Full Version : Fully customized search field


Planefreak
Jan-06-2009, 10:04 AM
Hi,

On the second day of my SmugMug editing I continued customizing my site and placing a custom search box on my page like described in item 9 of the SmugMug customization FAQ.

But I must admit: I'm not satisfied with it's appearance.

1.) I only would like to have a search field on the gallery pages of my site.
2.) I would like to have it slightly below my navbar (only a few pixels)

Is that possible?

If it is not possible to achieve that with SmugMug's built in search, is it possible to add a programmed search function for my galleries?c

Thank you for your help!

Manfred
http://vienna-aviation.smugmug.com/

brandofamily
Jan-06-2009, 10:13 AM
try this


#mysearch {display:none;}
#mysearch {margin-top:20px;}
.galleryPage #mysearch {display:block;}

Planefreak
Jan-06-2009, 10:32 AM
Thanks, worked fine!

brgds,
Manfred

try this ...

Planefreak
Jan-06-2009, 10:55 AM
One more thing:

As I have two text-pages, which are treated like galleries without images, is it possible to define on which gallery pages I don't want to have a search field?

I'm talking about these two pages:
http://vienna-aviation.smugmug.com/gallery/7018618_i8ccN
http://vienna-aviation.smugmug.com/gallery/7018546_YueMN

TIA,
Manfred

Thanks, worked fine!

Allen
Jan-06-2009, 11:34 AM
One more thing:

As I have two text-pages, which are treated like galleries without images, is it possible to define on which gallery pages I don't want to have a search field?

I'm talking about these two pages:
http://vienna-aviation.smugmug.com/gallery/7018618_i8ccN
http://vienna-aviation.smugmug.com/gallery/7018546_YueMN

TIA,
Manfred
Add the specific rules for the galleries.

#mysearch {display:none;}
#mysearch {margin-top:20px;}
.galleryPage #mysearch {display:block;}
.gallery_7018618 #mysearch,
.gallery_7018546 #mysearch {display:none;}

Planefreak
Jan-06-2009, 11:56 AM
Thanks! That did it. :clap

brgds from Vienna,
Manfred

Add the specific rules for the galleries.

#mysearch {display:none;}
#mysearch {margin-top:20px;}
.galleryPage #mysearch {display:block;}
.gallery_7018618 #mysearch,
.gallery_7018546 #mysearch {display:none;}