1) Arrow Navigation:
I have large (child) slides that scale to full size of the browser window instead of the those shown in the example on http://www.jssor.com/demos/slider-cluster.html
Probably due to that, the Arrow Navigator doesn't appear even I had set $ChanceToShow to 2 (Always). In order to make it appear, I have to mouse-out of the slide area and then back in, which is not intuitive to users.
2) Caption Transition:
My issues with the Child slide's caption transition is that when the captions either 1. Did not animate after the slide appear or 2. when they do animate (usually after I navigate between the child slides), the caption can disappear altogether. The following are sample codes I used for one of the child slides.
<!-- Slides Container -->
<div u="slides" style="cursor: auto; position: absolute; left: 0px; top: 0px; width: 2000px; height: 800px; overflow: hidden;">
<div>
<img src="../img/01a.jpg"/>
<div u="caption" t="T" t2="B" d="-300" class="bodytxt" style="position:absolute; top:500px; left:525px; width:850px; height:80px; background-position: 0px -165px;"></div>
</div>
<div>
<img src="../img/01b.jpg"/>
<div u="caption" t="T" t2="B" d="-300" class="bodytxt" style="position:absolute; top:600px; left:525px; width:850px; height:80px; background-position: 0px -165px;"></div>
</div>
</div>
Anyone can help please? Thanks in advance.