Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fullbl

    (@fullbl)

    Done by myself:

    if (currentSlider.hasClass('thumb_nav')) { //nascondiamo le immagini troppo lontane
    		for (i = 1; i <= panels.length; i++)
    			if (i <= currentValue - 10 || i >= currentValue + 10)
    				$('.thumb_nav .' + i).hide();
    			else
    				$('.thumb_nav .' + i).show();
    
    	  }

    at the end of progress function!

    Please help,

    I got the same problem like this, please check this webpage:
    https://colouredstones.com.au/stones/sapphire-gemstone/

    It has over 10+ images but the thumbnail shows only 10.

    How did you got it fixed?

    Hi, I think this will solve my problem, we’re having issues with our thumbnails for what seems to be the same problem.

    I’m a bit new to using wordpress, can you tell me in more details where to put the code you developed? I’m not sure where to find the progress function.

    Thanks very much.

    ekdavey, you’ll have to either user the plugin editor, change it locally and upload the updated plugin file, or use a command line editor on the server. The file is:

    promotion-slider/js/promoslider.js

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thumbnails with more than 10 images’ is closed to new replies.