Page 1 of 1

Next / Previous Arrows in Lightview

Posted: 12 Jun 2012, 09:06
by rkj3
Is there a way to have the next and previous arrows display automatically for users as soon as they open an image using Lightview without them first having to click on the right or left side of the image to get the arrows to display? Thanks for any help.

Re: Next / Previous Arrows in Lightview

Posted: 12 Jun 2012, 11:13
by mjau-mjau
Are you speaking of the new mobile gallery here or the plain html version?

Re: Next / Previous Arrows in Lightview

Posted: 12 Jun 2012, 12:01
by rkj3
I am referring to the plain HTML version in 2.7.2 from an iPad. Unfortunately, I cannot use the new mobile gallery in 2.8 because there is no way to simply tap and hold to save images or any other way as far as I can tell.

Re: Next / Previous Arrows in Lightview

Posted: 13 Jun 2012, 06:50
by Nick
Do you have a link to your site? I am not sure there are even arrows in the lightview.

We will see if it is possible to let visitors to save the images, right now this is a bit hard to implement because the swipe interface we use blocks default interaction.

Re: Next / Previous Arrows in Lightview

Posted: 13 Jun 2012, 09:02
by rkj3
http://stockimages.designtex.com. You will notice the arrows appear after you first tap either the right or left side of the image. I am looking to have either both or at least the next arrow display upon opening an image by default. Thanks

Re: Next / Previous Arrows in Lightview

Posted: 13 Jun 2012, 13:42
by Nick
Right now I can offer you to add to Settings > Custom CSS > Imagevue HTML the following
Code
#cboxContent #cboxNext, #cboxContent #cboxPrevious {background-position:center center;}
This will make sure the arrows are always visible. If you want you can add it to the iPad custom CSS.

Re: Next / Previous Arrows in Lightview

Posted: 13 Jun 2012, 18:53
by rkj3
That worked perfectly. Thanks Nick!