Published
on
October 16, 2013
| 1,189 views
| 1 follower
members are following updates on this item.
One of the newest features available in our Scone release is the slideshow widget. If you are an administrator, creating a slideshow is an easy way to highlight important information directly on your home page.
The slideshow comes out of the box with incides as well as pause and play buttons. If you would like to simplify the widget, follow the instructions below to remove the navigation controls.
To begin, click on the action button located at the top-right of your homepage (just underneath the navigation bar), select Advanced.
Under the Javascript Code area, enter the following:
<style type="text/css">
.ig-btn-ctrls-indices { display:none; } -------------------------> This hides the indices
.ig-slideshow-ctrls { display:none; } -------------------------> This hides the pause and play buttons
</style>
Click on save and refresh the page to see your changes.
Page Options