Any news? In the meanwhile can U suggest any free slider works well with your sj_saphi template? My customer need slider works well in android device too.
I try favslider, works well and link on slide too... but it conflicts with sj_saphi template and mobile menu does not appears.
Any help is welcome from supports.
Thanks
EDIT:
Found a fix to solve problems on Android device.
On Document Ready add this code:
$('#<?php echo $tag_id;?> > .dynamicslideshow').on('touchstart', '.tp-caption > a', function(){
self.location = $(this).attr('href');
});