View Full Version : Hide "< 11 of 18 >" in lightbox
andreas
Jul-01-2007, 06:16 AM
Hi,
is it possible to hide this part "< 11 of 18 >" of the first line in lightbox view (the numbers are only an example)?
Andy
Jul-01-2007, 06:39 AM
Dunno why you want to, but, you can try adding this:
#lbNav .title {display: none;}
andreas
Jul-01-2007, 06:52 AM
Hi Andy!
Itīs because i use some photos from otherwise hidden gallerys for my "html only" sites like the Portfolio. If someone switches to lightbox, only this photo should be visible, not the other photos from the same gallery.
Your code removes the numbers, but < and > ist still there and link to other photos. Perhaps we can remove them, too.
Thank you!
andreas
Andy
Jul-01-2007, 06:58 AM
Hi Andy!
Itīs because i use some photos from otherwise hidden gallerys for my "html only" sites like the Portfolio. If someone switches to lightbox, only this photo should be visible, not the other photos from the same gallery.
Your code removes the numbers, but < and > ist still there and link to other photos. Perhaps we can remove them, too.
Thank you!
andreas
Just use this instead:
#lbNav {display: none;}
andreas
Jul-01-2007, 07:03 AM
Thank you, now it is perfect :-)
Allen
Jul-01-2007, 07:15 AM
Thank you, now it is perfect :-)
I think if you hit the right or left arrow on the keyboard they'll
switch to the next photo anyway. So just removing the nav is
not going to work.
andreas
Jul-01-2007, 07:21 AM
Hi Allen,
thank you for pointing out. Did not know about that possibility. Smugmugers will probably know, most other visitors wonīt, i guess.
Or do you see a way to disable the keys?
Otherwise i have to place the photos in other gallerys. Only a few are involved.
It is still possible to see photos without context, but i can life with that.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.