Active
Project:
Featured Content Slider
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2009 at 14:43 UTC
Updated:
9 May 2010 at 16:44 UTC
Hey all - i'm going crazy .. IE shows me an error .. called "featuredcontentslider is undefined" on line 213
here the lines 213-226
</div><script type="text/javascript">featuredcontentslider.init({
id: "slider0",//id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "#increment", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["Previous", "Next"], //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.2], //[true/false, fadedegree]
autorotate: [true, 3000], //[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></div>
</div>
</div> </div>
Anyone an idea?
Comments
Comment #1
SeattleNewMedia commentedThis seems to be because of caching. In your Admin area under Performance reset all you cache settings back to the default settings, and then clear your cache. I had this and all looked good when I was logged in as an Admin, but had display issues and this error when Anonymous. The resetting of all caching fixed the issue for me.
Comment #2
rc2020 commentedsubscribing