Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I implement the Client Depency Framework on an Umbraco website:
<CD:ClientDependencyLoader runat="server" id="Loader" >
<Paths>
<CD:ClientDependencyPath Name="Styles" Path="/css" />
<CD:ClientDependencyPath Name="Scripts" Path='/scripts' />
</Paths>
</CD:ClientDependencyLoader>
<CD:CssInclude ID="CssInclude1" runat="server" FilePath="/css/style.css" />
<CD:CssInclude ID="CssInclude3" runat="server" FilePath="/css/nivo-slider.css" />
<CD:CssInclude ID="CssInclude2" runat="server" FilePath="/css/layout.css" />
<CD:JsInclude ID="JsInclude2" runat="server" FilePath="/scripts/js/jquery-1.7.2.min.js" />
<CD:JsInclude ID="JsInclude1" runat="server" FilePath="/scripts/js/jquery.nivo.slider.js" />
Does anyone has an idea what the problem could be?
thanks for your help,
Anthony
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
nivo slider not working after implementing Client Dependency Framework
Hi,
I implement the Client Depency Framework on an Umbraco website:
<CD:ClientDependencyLoader runat="server" id="Loader" >
<Paths>
<CD:ClientDependencyPath Name="Styles" Path="/css" />
<CD:ClientDependencyPath Name="Scripts" Path='/scripts' />
</Paths>
</CD:ClientDependencyLoader>
<CD:CssInclude ID="CssInclude1" runat="server" FilePath="/css/style.css" />
<CD:CssInclude ID="CssInclude3" runat="server" FilePath="/css/nivo-slider.css" />
<CD:CssInclude ID="CssInclude2" runat="server" FilePath="/css/layout.css" />
<CD:JsInclude ID="JsInclude2" runat="server" FilePath="/scripts/js/jquery-1.7.2.min.js" />
<CD:JsInclude ID="JsInclude1" runat="server" FilePath="/scripts/js/jquery.nivo.slider.js" />
Does anyone has an idea what the problem could be?
thanks for your help,
Anthony
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.