Title: Thumbnails button
Last modified: August 21, 2016

---

# Thumbnails button

 *  [ivan](https://wordpress.org/support/users/ivan_mew/)
 * (@ivan_mew)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnails-button/)
 * Hello, im the beginer in coding, i have problem to follow the guidelines from
   the previous thread
 * [Replace paging with smaller thumbnails](http://wordpress.org/support/topic/plugin-meteor-slides-feature-request-replace-paging-with-smaller-thumbnails?replies=20)
 * and i also read [your suggestions](http://jleuze.com/plugins/meteor-slides/customizing-the-slideshow-script/)
   how to customize script and try to understand from your given example code.
 * I want to make the slide like [this example](http://jquery.malsup.com/cycle/pager2.html),
   the problem is i dont understand how to make thumbnail loops (as the button).
   I have managed to implement the following code to slideshow.js.
 *     ```
       $j('#meteor-slides').after('<ul id="nav">').cycle({
           pager:  '#nav', 
   
           // callback fn that creates a thumbnail to use as pager anchor
           pagerAnchorBuilder: function(idx, slide) {
               return '<li><a href="#"><img src="' + slide.src + '" width="50" height="50" /></a></li>';
           }
       });
       ```
   
 * the buttons work well, but sadly only the box with “no image” that appear. I 
   really confuse how to make thumbnail loop to be put in meteor-slideshow.php. 
   I think that is the problem. Can you help me how to make this works?
 * Thanks for the best slider you have.
 * [https://wordpress.org/plugins/meteor-slides/](https://wordpress.org/plugins/meteor-slides/)

The topic ‘Thumbnails button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ivan](https://wordpress.org/support/users/ivan_mew/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnails-button/)
 * Status: not resolved