Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anthony Candaele 1197 posts 2049 karma points
    Oct 22, 2012 @ 08:55
    Anthony Candaele
    0

    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

  • 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.

Please Sign in or register to post replies