PDA

View Full Version : css for photo info on


infocusnyc
Apr-24-2009, 06:48 AM
Does anyone know how to turn on Photo info for all galleries when logged in only?

jfriend
Apr-24-2009, 07:16 AM
Does anyone know how to turn on Photo info for all galleries when logged in only? Photo info can be displayed a lot of ways. Are you just trying to remove the icon from the popup window in Smugmug view? Or are you trying to prevent all possible ways it can be accessed?

infocusnyc
Apr-30-2009, 05:50 PM
I don't want anyone to be able to see my camera settings except me when i'm logged in. I would like this setting to be default on all galleries.

jfriend
Apr-30-2009, 06:04 PM
I don't want anyone to be able to see my camera settings except me when i'm logged in. I would like this setting to be default on all galleries. The reason I asked the question I did is it is possible to give you what you ask for, but it is done by "hiding" the access to camera info, not blocking it. Thus anyone who knows how camera info on Smugmug works could still get access to it. But, if you weren't logged in, the UI that you would see in the web page would be hidden. Is that OK?

infocusnyc
May-12-2009, 09:41 AM
The reason I asked the question I did is it is possible to give you what you ask for, but it is done by "hiding" the access to camera info, not blocking it. Thus anyone who knows how camera info on Smugmug works could still get access to it. But, if you weren't logged in, the UI that you would see in the web page would be hidden. Is that OK?

Sorry for the delay, yes hiding it would be great. Just as long as it is unhidden when i'm logged in.

jfriend
May-12-2009, 10:28 AM
Sorry for the delay, yes hiding it would be great. Just as long as it is unhidden when i'm logged in. Try adding this CSS to hide it when you are not logged in:

.notLoggedIn #photoExif {display:none;}

eddief
Jun-05-2009, 06:46 PM
I was wondering if anyone knew the CSS codes for changing text/background colors of the PHOTO INFO pop-up box.

I've never seen it mentioned in any thread, and I've tried to find the ID/CLASS stuff, but I haven't been able to get it. :(


Thx! :)

jfriend
Jun-05-2009, 09:10 PM
I was wondering if anyone knew the CSS codes for changing text/background colors of the PHOTO INFO pop-up box.

I've never seen it mentioned in any thread, and I've tried to find the ID/CLASS stuff, but I haven't been able to get it. :(


Thx! :) As best I can tell, the background color of the photo info box comes from three semi-transparent PNG images and is not controlled by simple CSS.

groovyone
Jul-17-2009, 06:36 AM
Try adding this CSS to hide it when you are not logged in:

.notLoggedIn #photoExif {display:none;}

Wow, Exactly what I was looking for! Thanks again, John!