sealedglass
Jul-08-2009, 09:34 PM
I'm using the following code to hide my altViews from all my galleries (don't want to show Share or Rate buttons):
#altViews {
display: none
}
.loggedIn #altViews {
display: block;
}
It works well to hide all the extra stuff, but I've read that the MapThis button is also included in altViews and I'd like to add this option back in. I tried adding the following blurb after the above but it didn't work:
.notLoggedIn #mapsbutton {
display: block;
}
Is there an easy way to add the MapThis button back to all galleries without displaying all altViews?
Thanks!
#altViews {
display: none
}
.loggedIn #altViews {
display: block;
}
It works well to hide all the extra stuff, but I've read that the MapThis button is also included in altViews and I'd like to add this option back in. I tried adding the following blurb after the above but it didn't work:
.notLoggedIn #mapsbutton {
display: block;
}
Is there an easy way to add the MapThis button back to all galleries without displaying all altViews?
Thanks!