Dear all!
i have fixed the issue as following:
at line 17 => 18
[PHP]
<?php if($showDescription && $showdescwhen!=’always’) {?>
<div class=”ja-slide-descs”>
[/PHP]
Replace:
[PHP]
<?php if($showDescription && $showdescwhen!=’always’) {?>
<div class=”ja-slide-descs” style=”display:none”>
[/PHP]
at line 59 -> 60:
[PHP]
<script type=”text/javascript”>
window.addEvent(‘load’, function(){
[/PHP]
Replace:
[PHP]
<script type=”text/javascript”>
// window.addEvent(‘load’, function(){
[/PHP]
at line 85 -> 86:
[PHP]
});
</script>
[/PHP]
[PHP]
// });
</script>
[/PHP]
now please try to check it on your site, if you have any problems, please call me.
Thanks