PDA

View Full Version : page count, arrows, Prev and next


eisolab
Jan-04-2010, 05:20 AM
Is there a script to add "<Prev and Next>" along with the count of pages in a gallery so viewers don't have to click on the thumbs independently to advance. I see this function on others user pages. In my galleries this function is only available in the larger image display. I notice this is an issue when viewed on small monitors where only nine thumbs are displayed.

Thanks, Dean

http://www.imageplanephoto.com/Surf/Surf-Skimboard/10846661_gq5cA#756574834_7dhwg

Allen
Jan-04-2010, 05:38 AM
Is there a script to add "<Prev and Next>" along with the count of pages in a gallery so viewers don't have to click on the thumbs independently to advance. I see this function on others user pages. In my galleries this function is only available in the larger image display. I notice this is an issue when viewed on small monitors where only nine thumbs are displayed.

Thanks, Dean

http://www.imageplanephoto.com/Surf/Surf-Skimboard/10846661_gq5cA#756574834_7dhwg
You are hiding it every where with the red.

.gallery_10830814 .albumNav, .albumNav {display:none;}

change to this

.gallery_10830814 .albumNav {display:none;}

eisolab
Jan-04-2010, 05:44 AM
You are hiding it every where with the red.

.gallery_10830814 .albumNav, .albumNav {display:none;}

change to this

.gallery_10830814 .albumNav {display:none;}



That was it! Thank you Allen

Dean