Copied to clipboard

Flag this post as spam?

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


  • emaadali 56 posts 96 karma points
    Jul 01, 2011 @ 12:39
    emaadali
    0

    jquery.nivo.slider.js Not working

    Hi,

    i am developing cms in umbraco no doubt umbraco great cms. i am stuck in implementing nivo-slider,it showing images perfectly but text not showing in slides :(

    my script code

     <script type="text/javascript">
              var prevslide = "slide1"
              $(window).load(function () {
                  $('#slider').nivoSlider({
                      effect: 'fade', //Specify sets like: 'fold,fade,sliceDown'
                      animSpeed: 500, //Slide transition speed
                      pauseTime: 5000,
                      startSlide: 0, //Set starting Slide (0 index)
                      directionNav: false,
                      afterChange: function () {

                      },
                      controlNav: true //1,2,3...
                  });
              });
        </script>

    and my html code


    <div id="slider-wrapper">
        <div id="slider" class="nivoSlider">
            <img src="/Texas_Early_Learning_Council/Slider/home-gallery-1.jpg" alt="Texas Early Learning Council"
                title="slide1" width="609" height="300" />
            <img src="/Texas_Early_Learning_Council/Slider/home-gallery-2.jpg" alt="Texas Early Learning Council"
                title="slide2" width="609" height="300" />
            <img src="/Texas_Early_Learning_Council/Slider/home-gallery-3.jpg" alt="Texas Early Learning Council"
                title="slide3" width="609" height="300" />
            <img src="/Texas_Early_Learning_Council/Slider/home-gallery-4.jpg" alt="Texas Early Learning Council"
                title="slide4" width="609" height="300" />
            <img src="/Texas_Early_Learning_Council/Slider/home-gallery-5.jpg" alt="Texas Early Learning Council"
                title="slide5" width="609" height="300" /></div>
        <div id="slidecontent">
            <div id="slide1" class="nivo-html-caption">
                <h2>
                    <a href="http://earlylearningtexas.org/AboutUs/News.aspx#11">Defining the path for early
                        care and education career development</a></h2>
                <p>
                    The Council will develop a career ladder for early care and education professionals.
                    Also known as a career ladder or career pathway, career ladders define the relationship
                    between education, work experience, and ongoing professional development for early
                    childhood professionals, from entry-level staff to experienced professionals with
                    advanced degrees. <a href="http://earlylearningtexas.org/AboutUs/News.aspx#11">Read
                        More...</a></p>
            </div>
            <div id="slide2" class="nivo-html-caption">
                <h2>
                    <a href="http://earlylearningtexas.org/AboutUs/News.aspx#2">Texas to conduct first comprehensive,
                        statewide early childhood education and care needs assessment in 40 years.</a></h2>
                <p>
                    Texas has not conducted a comprehensive, statewide needs assessment concerning the
                    quality and availability of early education and care programs in more than 40 years.
                    Head Start, local associations, and nonprofits have periodically conducted needs
                    assessments for areas or regions within the state, but we unfortunately do not have
                    the full picture on programs and services across the entire state. <a href="http://earlylearningtexas.org/AboutUs/News.aspx#2">
                        Read More...</a></p>
            </div>
            <div id="slide3" class="nivo-html-caption">
                <h2>
                    <a href="http://earlylearningtexas.org/AboutUs/News.aspx#1" target="_blank">Texas is
                        poised to be a national leader in early childhood data systems integration.</a></h2>
                <p>
                    Generally when we think about the education in Texas, we think about grades K-12.
                    In reality, however, education begins much earlier than kindergarten. <a href="http://earlylearningtexas.org/AboutUs/News.aspx#1">
                        Read More...</a></p>
            </div>
            <div id="slide4" class="nivo-html-caption">
                <h2>
                    <a href="http://earlylearningtexas.org/AboutUs/News.aspx#9">Bridging the gap between
                        programs with the Texas Early Learning Standards "Crosswalk" tool </a>
                </h2>
                <p>
                    Most early care and education programs in Texas follow at least one of the following
                    sets of standards: Head Start Program Performance Standards, Child Care Licensing
                    Minimum Standards, or local school district standards. Programs must also navigate
                    a complex system of options for quality improvement efforts. <a href="http://earlylearningtexas.org/AboutUs/News.aspx#9">
                        Read More...</a></p>
            </div>
            <div id="slide5" class="nivo-html-caption">
                <h2>
                    <a href="http://earlylearningtexas.org/EarlyChildhoodProfessionals/TrainerRegistry.aspx">
                        Have You Checked Out The Texas Trainer Registry?</a></h2>
                <p>
                    The Texas Trainer Registry (TTR) is a component of the Texas Early Care and Education
                    Career Development System (TECECDS). It is a web-based, searchable database that
                    lists approved Texas-based trainers (mostly) in the field of early childhood/child
                    development and their courses. The list of training courses, include those for administrators
                    and practitioners and all listings are searchable by Trainer, County, and Core Knowledge
                    Area. The trainers in the TTR are assigned levels based on their educational qualifications
                    and their experience as trainers. The TECECDS and the Texas Trainer Registry are
                    voluntary systems. <a href="http://earlylearningtexas.org/EarlyChildhoodProfessionals/TrainerRegistry.aspx">
                        Find Out More...</a></p>
            </div>
        </div>
    </div>
    is there anyone who can help me out to solve this problem?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 02, 2011 @ 13:10
    Jan Skovgaard
    0

    Hi there

    Is the above the code that you have implemented in Umbraco or is it the output generated by Umbraco? The above seems to be a bit static and I'm thinking that you maybe have some CSS that is hiding the caption perhaps?

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft