ZenphotoCMS Forum
Remove Image Number From Colorbox Slideshow - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Remove Image Number From Colorbox Slideshow (/thread-9037.html)



Remove Image Number From Colorbox Slideshow - zaveri.vismay - 2011-09-03

Hi,
I want to remove the image number being displayed for images i.e. image 1 of 3 from the colorbox slideshow.How am I supposed to do that.What am I supposed to change? adding display:none!important in colorbox.css file is not solving my problem




Remove Image Number From Colorbox Slideshow - acrylian - 2011-09-03

The colorbox does only display that if in slideshow mode. To my knowledge it can't be removed. See http://colorpowered.com/colorbox/ to learn more.

But for usability's sake I would want to know how many image there are...Be it 10, 100 or 1000 is really important for visitors...




Remove Image Number From Colorbox Slideshow - jobyjacob - 2013-04-06

we can remove the image count by using the property 'current'.

$(".colorbox").colorbox({current:false});