ok nvm, I tried to use callback tabs with on slider init ,but that didnt work, it semms only on slide change start works.
Hi,
You can try it via this function:
masterslider_instances[0].api.gotoSlide(4); // moves to 4th slide.
You can read more about api in below link:
http://docs.averta.net/display/mswpdoc/Slider+APIs+and+Callbacks
Regards,
Averta Support
there is nothing about api in that link, only the callbacks…
and this fucntion u provided, seems to not to work.
I’ve found something in some docs like that
var slider = new MasterSlider();
slider.setup('5' , {width:800, height:350});
slider.api.gotoSlide(4)
but it says Cannot read property ‘options’ of undefined
or it says Cannot read property ‘gotoSlide’ of undefined
Hi,
The code that we mentioned above must be run on “onClick” event button.
Regards
Averta support