Jump to content

pcgameslab

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by pcgameslab

  1. On my blog there is a carousel slider like below image:-

    nqBKWzf.png

    It was not working so I tried to use the console feature of chrome and a caught a problem,it was in this following form:-

     

    <script>
    (function($) { $(document).ready(function(){
    $("#carousel .content").jCarouselLite({
    Uncaught typerror: Undefined is not a function
    auto:0,
    scroll: 1,
    speed: 400,
    visible: 5,
    start: 0,
    circular: false,
    btnPrev: "#previous_button",
    btnNext: "#next_button"
    });
    })})(jQuery)
    </script>
    It's id is "
    technopcarea.blogspot.com/:1018"
    Now what should I do,I rechecked the script,its correct.
  2. I did it by decreasing the width of the images to 180px but now it's not appearing as it should.

     

    See the below screenshot:-

    bCD938J.png

     

    There's a lot of space left at the left sie,I think that is is causing problem in the default sizing of the images and there's also no gap in between images.

    I know that very correctly it should appear like below screenshot

    StPHtlu.png

    It is having correct gap between images and no extra space at left side

  3. The next button of carousel,a kind of slider appearing below navigation menu containing link like home,suggestions etc. is not working.

    Earlier when we used to click on next button another thumbnail and title used to appear of next post in gadgets category,but now nothing happens.

     

    Here's a screenshot of non-working button

     

    y2x0RG7.png

×
×
  • Create New...