• Resolved pouicpouic

    (@pouicpouic)


    Hi, is it possible to stop the loop on a still picture when the last video has been played and display the picture without the play button?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author richteam

    (@richteam)

    Hello, dear pouicpouic.

    Please, can you tell us what type of slider are you using and can you give us a link to the page where we can see the slider?

    Thank You.

    Thread Starter pouicpouic

    (@pouicpouic)

    Hello, I am using the Simple Video Slider 1, on a local testing site so I can’t send you a link.

    Plugin Author richteam

    (@richteam)

    Dear pouicpouic.

    Thank you for getting back to me.

    Just one clarification:

    1) Did you mean to stop the loop after the last video?
    2) Do you want to hide(remove) the play icon from the video?

    Please, explain your two questions. And we will help you with great pleasure.

    Waiting for your reply.

    Thank You.

    Thread Starter pouicpouic

    (@pouicpouic)

    Hello,
    1) After the last video I would like to finish on a simple jpg image witch is not linked to any video. I added without problem an image after the last video, and I would like to stop the loop there.
    2) On the last screen (the image) I wish to keep the arrows so that the user can watch again next or previous video, but without displaying the Play button in the middle since there is nothing to play (it’s an image).
    Thank you.

    Plugin Author richteam

    (@richteam)

    Dear pouicpouic.

    If you want that after ending the images of the slider the arrows were be hidden, so, you can add this code. In the Widget.php file. Add this code after line 9509

    jQuery (‘. Rich_Web_SVS_Next _ <? php echo $ Rich_Web_Video;?>’). css (‘display’, ‘block’)

    after line 9534

    if (jQuery (‘# Rich_Web_VS_SVS _ <? php echo $ Rich_Web_Video ;? >> a: first-child’). attr (‘aria-hidden’) == ‘false’) {
    jQuery (‘. Rich_Web_SVS_Prev _ <? php echo $ Rich_Web_Video;?>’). css (‘display’, ‘none’)
    }

    after line 9553

    jQuery (‘. Rich_Web_SVS_Prev _ <? php echo $ Rich_Web_Video;?>’). css (‘display’, ‘block’)

    after line 9578

    if (jQuery (‘# Rich_Web_VS_SVS _ <? php echo $ Rich_Web_Video ;? >> a: nth-last-child (2)’). attr (‘aria-hidden’) == ‘false’) {
    jQuery (‘. Rich_Web_SVS_Next _ <? php echo $ Rich_Web_Video;?>’). css (‘display’, ‘none’)
    this.stop ();
    }

    Thank You.

    Thread Starter pouicpouic

    (@pouicpouic)

    Thank you richteam for your answer,
    but I don’t want to hide the arrows, only the Play button, and I want to stop the slider at the end of the last video.
    I could check the widget.php file, but there is no such file in the slider-video folder, which file are you referring to?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Stop the loop on a still picture and without the play button’ is closed to new replies.