To add a slider to your website using BindTuning themes you should proceed as follows.
- In Umbraco Settings edit the same template of the page where you want to have the slider.
- You probably need to add the slider zone ( e.g. HomeSliderZone );
<asp:Content ContentPlaceHolderID="HomeSliderZone" runat="server">
<umbraco:Item runat="server" field="sliderText"/>
</asp:Content> - Save the field name, you will need it;
- Make sure to save your changes.
- Go to “Document types” and edit the used one on your page.
- Click “Generic properties” and create a new property;
- In alias you must use the same field name as before;
- For an easier editing choose Richtext editor in Type;
- In “Tab” select “Content”;
- Make sure to save your changes.
- Now it’s time to go to “Umbraco Content” and open the page where you want to have the slider.
- Go to “Content” and look at new option available, click inside of box;
- Open HTML editor and paste the slider code;
- Make sure you click on Update;
- Close and click on Save and Publish.
Comments