Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: Slider
Hello,
My slider is not working. I added post to my blog but nothing worked. Is there an additional code I need?? please please.
Code below:
<!--slider section -->
<b:if cond='data:blog.pageType == "index"'>
<b:section class='slider' id='Slider' maxwidgets='2' showaddelement='YES'>
<b:widget id='HTML7' locked='false' title='Slider' type='HTML' version='1' visible='true'>
<b:includable id='main'>
<!-- Slider Container -->
<div id='main-slider'>
<script>
document.write("<script src=\"/feeds/posts/default/-/"+cat1+"?max-results="+numposts1+"&orderby=published&alt=json-in-script&callback=showrecentposts1\"><\/script>");
</script>
</div>
<!-- Slider Container -->
</b:includable>
</b:widget>
</b:section>
</b:if>
<div class='clr'/>
<!-- outer wrapper -->
Look like it is working to me.