The value of toc: in the init has one extra " mark in it (highlighted and red in the below), replace:
Code:
<script type="text/javascript">
featuredcontentslider.init({
id: "slider1", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: ["", "Handi", "Quilter", "Sweet", "16", "-", "TruStitch", "full", "color", "visibility", "stitch-regulation-", "Top", "Seller.", "As", "Low", "as", "$100", "a", "month.""
, "Janome's MB-4 four needle embroidery machine. World's first multi-needle embroidery machine for home use. Sew like a pro. On sale now!", "Juki 2200 QVP - 18 inches of horizontal throat space New! Long Arm Machine by Juki. Lowest price guarantee.", "Singer 160 computerized sewing machine. Timeless design plus state-of-the-art features. On sale now!", "Handi Quilter Avante - perfect for quilts ranging from crib size to king size - hand-crafted in the USA. As Low as $100 a month.", "Viking Designer Diamond - features the largest embroidery area in the industry - sew and quilt. Lowest price guarantee."], //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 0.05], //[true/false, fadedegree]
autorotate: [true, 6000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>
with:
Code:
<script type="text/javascript">
featuredcontentslider.init({
id: "slider1", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: ["", "Handi", "Quilter", "Sweet", "16", "-", "TruStitch", "full", "color", "visibility", "stitch-regulation-", "Top", "Seller.", "As", "Low", "as", "$100", "a", "month.", "Janome's MB-4 four needle embroidery machine. World's first multi-needle embroidery machine for home use. Sew like a pro. On sale now!", "Juki 2200 QVP - 18 inches of horizontal throat space New! Long Arm Machine by Juki. Lowest price guarantee.", "Singer 160 computerized sewing machine. Timeless design plus state-of-the-art features. On sale now!", "Handi Quilter Avante - perfect for quilts ranging from crib size to king size - hand-crafted in the USA. As Low as $100 a month.", "Viking Designer Diamond - features the largest embroidery area in the industry - sew and quilt. Lowest price guarantee."], //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 0.05], //[true/false, fadedegree]
autorotate: [true, 6000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>
The browser cache may need to be cleared and/or the page refreshed to see changes.
Oh, and I'm not sure why you need such a complex toc. I'm not saying that you don't, but if you don't it would be less error prone if it were simpler.
Bookmarks