• Hi,

    We have a page with gallery in a middle of it.

    Is there any way to delay slideshow start until visitors scroll to the area with gallery and the gallery becomes visible on a screen? Otherwise visitors see not a first image in a gallery which creates other first impression of one we wanted to make.

    Thank you

    https://wordpress.org/plugins/unite-gallery-lite/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author valiano

    (@valiano)

    Hi, There is no option like this yet, sorry.
    But you can try to make it using gallery API.
    the API has “Play” function.
    The gallery has “advanced” view where you can write your javascript. you can use “play()” api function when the page will be at some scroll position.

    so it’s posible, if you could do some small custom scripting.

    Thread Starter crypto

    (@crypto)

    Thanks, that worked however there is a glitch: if I simply initialize
    api = jQuery("#gallery").unitegallery();
    the gallery on a page is not displaying images descriptions. That area is empty

    Plugin Author valiano

    (@valiano)

    HI, you have to copy/paste the gallery js settings if you are initing the gallery again.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Postpone slideshow start until gallery is visible’ is closed to new replies.