This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Just tried the new NivoSlider control, and found the Config was not working because of a string format issue in GetPageLoadScript.
Here is my fix, adding two curly brackets to make config being recognized.
private string GetPageLoadScript(){string script = string.Format(@"$(window).load(function () {{" +@"$('#{0}').nivoSlider({{{1}}});}});", ClientID, config);return script;}
Thanks! This is now fixed in the source code repository
Best,
Joe