JavaScript code is not working: slideshow images stopped loading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buntybutt
    New Member
    • Sep 2008
    • 28

    JavaScript code is not working: slideshow images stopped loading

    Hello there
    I have a code which is not working and I wonder whats the problem, need little bit of help
    here is the code
    Code:
    <style type="text/css">
    /* <![CDATA[ */
        #lordSlideContainer           {position: relative;display: block;}
        #lordNivoSlider               {position:relative;width:1160px  !important;height:217px  !important;min-height:217px  !important;background: url("http://4.bp.blogspot.com/-TBMTXcO0VxM/T7dSfCUe9dI/AAAAAAAABgY/dmbkzgOPQI0/s1600/w2bLoader.gif") no-repeat 50% 50%; margin: 20px auto 35px;-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);box-shadow: 0px 1px 5px rgba(0,0,0,0.4);}
        #lordNivoSlider img           {position:absolute;top:0;left:0;display:none}
        .nivoSlider                  {position:relative;width:100%;height:auto;}
        .nivoSlider img              {position:absolute;top:0;left:0}
        .nivo-main-image             {display:block!important;position:relative!important;width:100%!important}
        .nivoSlider a.nivo-imageLink {position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none}
        .nivo-slice                  {display:block;position:absolute;z-index:5;height:100%;top:0}
        .nivo-box                    {display:block;position:absolute;z-index:5;overflow:hidden}
        .nivo-box img                {display:block}
        .nivo-caption                {padding:10px;font-family:Helvetica,Arial,sans-serif;position:absolute;left:10px;bottom:0px;right:10px;background:#000;color:#fff;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);opacity:.5;width:auto;z-index:8;-webkit-border-radius:6px;-moz-border-radius:0px;border-radius:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
        .nivo-caption p              {padding:5px;margin:0}
        .nivo-caption a              {display:inline!important}
        .nivo-html-caption           {display:none}
        .nivo-directionNav a         {position:absolute;top:45%;z-index:9;cursor:pointer;display:inline-block;width:30px;height:30px;background:url("http://3.bp.blogspot.com/-bJzN66mSNNc/T7dSdjkzf3I/AAAAAAAABgI/PlGK0Q8OYeU/s1600/w2bArrows.png") no-repeat;text-indent:-9999px;border:0}
    
    .nivo-prevNav                {left:10px}
        .nivo-nextNav                {background-position:-30px 0!important;right:10px}
        .nivo-controlNav             {position:absolute;left:0;right:0;bottom:-35px;text-align:center}
        .nivo-controlNav a           {position:relative;z-index:9;cursor:pointer;display:none;width:22px;height:22px;background:url("http://4.bp.blogspot.com/-DEGRTSA4m6A/T7dSenBUBpI/AAAAAAAABgM/EB-Q2htVToI/s1600/w2bBullets.png") no-repeat;text-indent:-9999px;border:0;margin-right:3px}
        .nivo-controlNav a.active    {font-weight:bold;background-position:0 -22px}
        
    /* ]]> */
    </style>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/svn/trunk/jquery.nivo.slider.pack.js"></script>
    <script type="text/javascript">
    /* <![CDATA[ */
    jQuery(document).ready(function($) {
        $('#lordNivoSlider').nivoSlider({
            effect           : 'random',
            slices           : 15,
            boxCols          : 8,
            boxRows          : 4,
            animSpeed        : 400,
            pauseTime        : 6000,
            startSlide       : 0,
            directionNav     : true,
            directionNavHide : true,
            controlNav       : true,
            keyboardNav      : false,
            pauseOnHover     : true,
            captionOpacity   : 0.5
        });
    });
    /* ]]> */
    </script>
    <div id="lordSlideContainer">
        <div id="lordNivoSlider">
    
    
            <a href="http://<removed>/" target="_blank"><img src="<removed>" title="EveBlog for you. Everything that you need" alt=""/></a>
    
            <a href="<removed>" target="_blank"><img src="<removed>" title="Your source to Unlimited Movies, Software, Tips and Entertainment" alt=""/></a>
    
            <a href="<removed>" target="_blank"><img src="<removed>" title="Find ways to earn money online at your Home" alt=""/></a>
    
            <a href="<removed>" target="_blank"><img src="<removed>" title="Earn money by Shortening your URLs and Posting Links" alt=""/></a>
    
            <a href="<removed>" target="_blank"><img src="<removed>" title="Earn money online by viewing Ads, Completing surveys & many more" alt=""/></a>
    
            <a href="<removed>" target="_blank"><img src="<removed>" title="Secure your payments online using PAYZA" alt=""/></a>
        </div>
    </div>
    Last edited by acoder; Feb 12 '13, 01:26 AM. Reason: Removed links in code
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Saying 'It's not working' does not give posters anything to go on - please expand on this if you wish to receive assistance.

    -Stewart

    Comment

    • buntybutt
      New Member
      • Sep 2008
      • 28

      #3
      Its actually a Image Slideshow, which was working perfectly a days ago. Then suddently It stopped loading the images I used in this Code. It keeps loading, nothing else.
      Thats all I have to say about it.

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5388

        #4
        can you have a look in firefox's or chrome's javascript error-console to see if there is an error reported? if so - please post it here.

        the link:



        requires an auth - are you sure that isn't a problem in your page?
        Last edited by gits; Feb 18 '13, 12:44 PM.

        Comment

        Working...