PDA

View Full Version : Hiding the flyout


NWMtnGuy
Sep-12-2009, 08:01 PM
My site is set up to hide the sizes and download option that appear in the little "flyout" box that floats above photos. However, I can't get rid of the flyout box itself. When someone mouses over a photo it still appears, even though it is completely collapsed and entirely empty. Is there a way to make the box just disappear entirely?

Thanks,
Dale
www.dalebaskin.com (http://www.dalebaskin.com)

(see upper right corner of this screenshot for example)
28521

jfriend
Sep-12-2009, 08:35 PM
Add this to your bottom javascript:

showPhotoBar = false;

If you really don't want people to get access to the other sizes, there are plenty of other ways to get there (like just clicking on the main image) so you should also limit what size is available in the customize gallery screen.

NWMtnGuy
Sep-14-2009, 10:27 AM
Thanks, John!