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.