Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
rkj3
Topic Author
Posts: 13
Joined: 05 May 2011, 19:51

Next / Previous Arrows in Lightview

12 Jun 2012, 09:06

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Next / Previous Arrows in Lightview

12 Jun 2012, 11:13

Are you speaking of the new mobile gallery here or the plain html version?
 
User avatar
rkj3
Topic Author
Posts: 13
Joined: 05 May 2011, 19:51

Re: Next / Previous Arrows in Lightview

12 Jun 2012, 12:01

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.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Next / Previous Arrows in Lightview

13 Jun 2012, 06:50

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.
firedev.com
 
User avatar
rkj3
Topic Author
Posts: 13
Joined: 05 May 2011, 19:51

Re: Next / Previous Arrows in Lightview

13 Jun 2012, 09:02

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Next / Previous Arrows in Lightview

13 Jun 2012, 13:42

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.
firedev.com
 
User avatar
rkj3
Topic Author
Posts: 13
Joined: 05 May 2011, 19:51

Re: Next / Previous Arrows in Lightview

13 Jun 2012, 18:53

That worked perfectly. Thanks Nick!