Viewing 7 replies - 1 through 7 (of 7 total)
  • zudie

    (@zudie)

    Same problem here!

    zudie

    (@zudie)

    Ha, and 10 minutes later found the solution. Add wrap=”both” to your parameters and your images will not disappear anymore.

    TD-user

    (@td-user)

    Hi there, I had exactly the same problem, the thing is I realised that it was for some reason resizing the images after a couple of scrolls. So I replaced ‘Math.ceil(this.clipping()/this.options.visible)’ with ‘null’ is the javascript and it worked then.
    If you’re not familiar with all that, just find the file ‘jquery.jcarousel.min.js’ which should be ‘\wordpress\wp-content\plugins\jj-nextgen-jquery-carousel\script\’ and replace all occurences of: Math.ceil(this.clipping()/this.options.visible) with: null.
    That worked for me.

    Thread Starter vivojack

    (@vivojack)

    @td-user unfortunately this did not work for me, the images still started disappearing after a while. But thank you for your input!

    @zudie I came to the same conclusion, I just like the circular effect better than the both effect. The bouncing back to the beginning I find distracting. Thanks to you as well!

    Add wrap=”both” to your parameters and your images will not disappear anymore.

    zudie, your tip works fine. Thank you!

    Hi! I’ve tried the suggestions above yet I still see blank thumbnails when I scroll to the left or right of my gallery images.. please help! btw, I don’t see wrap=”both” option only: Circular, First, Last, None.
    When I select “None” I cannot scroll to the left of my 1st image but I can scroll infinitely to the right of my last image viewing only blank thumbnails. Ugh!

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: JJ NextGen JQuery Carousel] when using scroll="circular" images start disappearin’ is closed to new replies.