PDA

View Full Version : 'Photo sizes' hover-flyout box


RTMiller
Jan-25-2007, 03:03 AM
If you have turned off the ability to see 'Large' images, is there a way to remove the hover-flyout that says 'Small' and 'Medium'? (But keep the 'Photo Info' part of the fly-out...)

Oxenhampics
Jan-25-2007, 05:58 AM
If you have turned off the ability to see 'Large' images, is there a way to remove the hover-flyout that says 'Small' and 'Medium'? (But keep the 'Photo Info' part of the fly-out...)

Just put in this code:


div .photoSizes {
display: none;
}

RTMiller
Jan-25-2007, 06:05 AM
Thank you very much.

Tomkirk23
Sep-14-2008, 11:15 AM
Hello -

I would like the photo sizes on the flyout to be hidden, but still show either "Save Photo" or "Save Movie".

I tried .photoSizes {display:none;}. This works great, except that the Save Movie DIV is actually within photoSizes. Save Photo has its own separate DIV, but Save Movie does not appear to.

On photos, the flyout perfectly shows only "Save Photo". However, on videos, the flyout continues to flyout, but it is empty!

Thanks,

Tom K.
dwestcheer.smugmug.com

Tomkirk23
Sep-17-2008, 07:19 AM
Bump..... if this is truly the issue, it seems like this item should go in the bug list...

Thanks,

Tom K.

Allen
Sep-17-2008, 01:41 PM
Hello -

I would like the photo sizes on the flyout to be hidden, but still show either "Save Photo" or "Save Movie".

I tried .photoSizes {display:none;}. This works great, except that the Save Movie DIV is actually within photoSizes. Save Photo has its own separate DIV, but Save Movie does not appear to.

On photos, the flyout perfectly shows only "Save Photo". However, on videos, the flyout continues to flyout, but it is empty!

Thanks,

Tom K.
dwestcheer.smugmug.com
I couldn't find a gallery with photos and vidoes. Got a link?

Tomkirk23
Sep-17-2008, 03:57 PM
Sorry, here you go:

http://dwestcheer.smugmug.com/gallery/5566790_mja9W#366225409_GsH2f

This has 1 photo and several videos...

Thanks,

Tom K.

Allen
Sep-17-2008, 04:47 PM
Sorry, here you go:

http://dwestcheer.smugmug.com/gallery/5566790_mja9W#366225409_GsH2f

This has 1 photo and several videos...

Thanks,

Tom K.
This is best I could get it. The "photo sizes" and "save movie" seem to be the
same just changed with js.

#photoSizes ul {display:none;}

Tomkirk23
Sep-17-2008, 06:25 PM
Allen -

Yes, that was helpful. I actually tweaked your answer slightly. I am using the following:

#photoSizes ul {display:none;}
#photoSizes h4 {display:none;}

This removes the "Save Movie" title, but retains the download symbol. I think this is probably as good as I am going to do.

This is probably a small nit that the Smugmug folks should clean up in a future release.

Thanks for your help,

Tom K.