i am using foundation 5.4.5 and have a page with four working orbits. I'm trying to stop them from sliding automatically when the page is run. I've tried to change the settings in the foundation.orbit.js file (timer= false and timer_speed=0) and also tried to use in my script js file what suggested by foundation and by the answers here:
$(document).foundation('orbit', {
timer: false,
timer_speed: 0
});
$(document).foundation();
Is there a bug in this version or am i missing something?
thanks