View Full Version : Removing lightbox?
Henry
Apr-19-2008, 12:02 PM
Would like to remove light box from my site, thought I had found the right code to do this but have not been able to make it work.
My site http://www.henrycaron.com
Thanks, Henry
Andy
Apr-19-2008, 01:01 PM
I really don't know why you'd do it - it's *such* a fine way to browse:
http://img.skitch.com/20080419-nhtcaxa91b6cd7dk6i612hii4m.jpg
The photo is alone, I can really appreciate it.
I love Lightbox Links (http://www.moonriverphotography.com/gallery/634937_G88Gj#96814803_k3M2A-A-LB)
You had this:
useLightbox = false;
in your CSS box. It goes in your footer javascript box if you insist on nuking lightbox (I do NOT recommend this).
Let your customers have a great browsing experience.
Henry
Apr-19-2008, 03:05 PM
Andy you have made me look a bit harder for the fix, I wanted a background that was solid and I found what I needed to do it. Adding !important in a few spots fixed it.
Andy I thank you my site is edging closer to the look I want.
Best Henry
I really don't know why you'd do it - it's *such* a fine way to browse:
http://img.skitch.com/20080419-nhtcaxa91b6cd7dk6i612hii4m.jpg
The photo is alone, I can really appreciate it.
I love Lightbox Links (http://www.moonriverphotography.com/gallery/634937_G88Gj#96814803_k3M2A-A-LB)
You had this:
useLightbox = false;
in your CSS box. It goes in your footer javascript box if you insist on nuking lightbox (I do NOT recommend this).
Let your customers have a great browsing experience.
Henry
Apr-19-2008, 08:17 PM
Rain on my parade, seems my fix does not work on a PC is there a way to make it have a solid background with other browsers? works just fine with firefox on my Mac.
My site http://.www.henrycaron.com
Thanks Henry.
Andy you have made me look a bit harder for the fix, I wanted a background that was solid and I found what I needed to do it. Adding !important in a few spots fixed it.
Andy I thank you my site is edging closer to the look I want.
Best Henry
Andy
Apr-19-2008, 08:29 PM
Rain on my parade, seems my fix does not work on a PC is there a way to make it have a solid background with other browsers? works just fine with firefox on my Mac.
My site http://.www.henrycaron.com
Thanks Henry.
I fixed your banner for IE6. IE6 won't do PNGs w/out help, Henry. It looked like this (http://img.skitch.com/20080420-8qeekp1513aes9i7p4ch4uyeby.jpg), now it looks like this (http://img.skitch.com/20080420-n949auhu2pcns1xrehfwkuxg69.jpg) :thumb
Your thumbnails were in 2columns (http://img.skitch.com/20080420-nw1ssyqiyyi4te1mt6n36jcmwf.jpg) in IE6, b/c of the wide imgBorders you are using. I put this in, to fix it for ie6:
#smugmug #thumbnails .photo {
_margin-right: 6px !important;
}
All better, that.
Lightbox? Try this: filter: alpha(opacity=100) !important;
Henry
Apr-19-2008, 08:58 PM
Thanks Andy, for the speedy fix and catching the banner problem.
Henry
I fixed your banner for IE6. IE6 won't do PNGs w/out help, Henry. It looked like this (http://img.skitch.com/20080420-8qeekp1513aes9i7p4ch4uyeby.jpg), now it looks like this (http://img.skitch.com/20080420-n949auhu2pcns1xrehfwkuxg69.jpg) :thumb
Your thumbnails were in 2columns (http://img.skitch.com/20080420-nw1ssyqiyyi4te1mt6n36jcmwf.jpg) in IE6, b/c of the wide imgBorders you are using. I put this in, to fix it for ie6:
#smugmug #thumbnails .photo {
_margin-right: 6px !important;
}
All better, that.
Lightbox? Try this: filter: alpha(opacity=100) !important;
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.