By mcsrocker - Fri 22 May 2015
|
I want to modify the slider how can i add images to it....
|
By metalmania - Fri 22 May 2015
|
You just need to change the HTML in the default custom page via the admin area in the backend. see under Miscellaneous -> Custom Pages Edit the Default page and insert the img HTML you need in the relevant position. e.g. <li data-orbit-slide="headline-1"> <h1>Headline 1</h1> <h2>This is a sample slide show with an image.</h2> <p><img src="/images/categories/1/1_1.jpg" title="my category image"></p> </li>
More info on "Orbit" here http://foundation.zurb.com/docs/components/orbit.html
|