Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • debonair86 Friend
    #182672

    In Google Chrome and in Mozilla the JA Slideshow doesnt work properly, the transition between the slides stucks when comes the next text.. could you check it plz here?

    HeR0 Friend
    #474673

    Hi Debonair,

    I checked and have seen it is working well.

    Regards,

    debonair86 Friend
    #474715

    If you notice… when the page loads at first seconds appears a text and then disappears also when you go to the next slide, the text “go away” strangely… I dont know how else to explain it, I think is about the transition time when you go to the next slide, something seems to be not well assigned, but I cannot find what?

    HeR0 Friend
    #474761

    Hi Debonair86,

    Please try editing interval and duration value for the slideshow :

    Open file modules/mod_jaslideshowlite/mod_jaslideshowlite.php and find
    [PHP]<script type=”text/javascript”>
    window.addEvent(‘domready’, function(){
    window.jassliteInst = window.jassliteInst || [];
    window.jassliteInst.push(new JASliderCSS(‘ja-ss-<?php echo $module->id;?>’, {
    interval: 5000,
    duration: <?php echo ($type != ‘custom’ ? ‘1000’ : ‘2200’); ?>,

    repeat: true,
    autoplay: <?php echo $autoPlay;?>,

    navigation: <?php echo $showNavigation;?>,
    thumbnail: <?php echo $showThumbnail;?>,

    urls:[‘<?php echo implode(”,”, $urls); ?>’],
    targets:[‘<?php echo implode(”,”, $targets); ?>’]
    }));
    });
    </script>[/PHP]
    Hope that can help you out.

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 11 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum