support

Change Banner Slider (slideshow) to crossfade images

Started by kenzo, May 04, 2014, 04:35:24 PM

Previous topic - Next topic

kenzo

Hello. Just getting into AbanteCart. Hoping to find a way to change the Banner Slider (slideshow) from it's default operation (of sliding) to crossfade images.  Hoping it might be a quick change to one of the js files but not my area of expertise. Any ideas/help would be greatly appreciated!

abolabo

public_html/storefront/view/default_html5/javascript/custom.js

look at this
Quote$(window).bind("load", function() {
    $(function () {
            $('#banner_slides').show();
            $('#banner_slides').oneByOne({
                className: 'oneByOneSlide',
                easeType: 'random',
                slideShow: true,
                slideShowDelay: 6000,
                responsive: true
            });
        })
});
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

Forum Rules Code of conduct
AbanteCart.com 2010 -