I have managed to get the Orbit Slider onto my page, but it does not have the timer or the naviagation buttons like the example given on the Foundation Framework website.
I downloaded the framework using Sass and it says in the documentation that the Orbit JS and CSS will be part of my environment already.
How do I get these to show? They do not load when I check using Firebug.
When using Firebug it shows the following:
.orbit-wrapper .slider-nav span.right {
background: url("../images/foundation/orbit/right-arrow.png?1360951464") repeat scroll 0 0 / 100% auto transparent;
right: 0;
}
in _orbit.scss
.
But is says failed to load image. I don't know how to get the images to load.