Author Topic: Change Banner Slider (slideshow) to crossfade images  (Read 5744 times)

Offline kenzo

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Change Banner Slider (slideshow) to crossfade images
« on: May 04, 2014, 04:35:24 PM »
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!

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Change Banner Slider (slideshow) to crossfade images
« Reply #1 on: July 08, 2014, 04:44:09 AM »
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

 

Powered by SMFPacks Social Login Mod