So i want to add a custom slider for homepage. Probobly going to use Nivo Slider.
A few questions are.
where do i put these:
<script type="text/javascript" src="http://localhost/appstore/templates/tmpl_uni/js/jquery.bxSlider.min"></script>
<script type="text/javascript">// <![CDATA[
$(document).ready(function(){
$('#slider1').bxSlider({
auto: true,
pause: 5000,
controls: false
});
});
// ]]></script>
??? What file? I added it to _header.html.
But it still doesn't work. Thats all i need help with. Where the heck do i add them to??