Hello DNN,
I'm having some trouble installing the JQERY Slider following these instructions. http://www.docs.purethemes.net/sukces/layerslider/...
I've tryed adding the following code to my skin.acsx file and adding the load script code both on the individual HTML module and on the skin.acsx file both have not worked. I must be registering the JS files incorrectly here is my code in the acsx file.
________________________________________
<dnn:STYLES runat="server" StyleSheet="/layerslider/css/layerslider.css" UseSkinPath="true" />
<dnn:DnnJsInclude runat="server" FilePath="/layerslider/jQuery/jquery.js" PathNameAlias="SkinPath" />
<dnn:DnnJsInclude runat="server" FilePath="/layerslider/jQuery/jquery-easing-1.3.js" PathNameAlias="SkinPath" />
<dnn:DnnJsInclude runat="server" FilePath="/layerslider/jQuery/jquery-transit-modified.js" PathNameAlias="SkinPath" />
<dnn:DnnJsInclude runat="server" FilePath="/layerslider/js/layerslider.transitions.js" PathNameAlias="SkinPath" />
<dnn:DnnJsInclude runat="server" FilePath="/layerslider/js/layerslider.kreaturamedia.jquery.js" PathNameAlias="SkinPath" />
________________________________________
All of that is being added right below the
<%@ Register tags on my skin file.
Not sure what i'm doing wrong, any help much appreciated.
Thanks