Title: [Plugin: Meteor Slides] Problem in second slide
Last modified: August 20, 2016

---

# [Plugin: Meteor Slides] Problem in second slide

 *  Resolved [japeimo](https://wordpress.org/support/users/japeimo/)
 * (@japeimo)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-problem-in-second-slide/)
 * Hi JLeuze,
 * I’m using your fantastic plugin and i have a problem when it shows the second
   slide. The size of the Slideshow is 990×360, and the slides have the same size,
   but it shows incorrectly.
    Also, I only have two slides but it shows four buttons.
 * You can see it here:
    [http://sportstuits.com/mediagift/](http://sportstuits.com/mediagift/)
 * Thank you very much.
 * Regards,
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-problem-in-second-slide/#post-2766980)
 * It looks like the first slide is the correct size, but the second one is not.
   Did you upload the second slide after setting the slideshow dimensions? Make 
   sure the slide image is the correct size and try reuploading it.
 * The issue with the pager buttons is that the regular and hover state of the sprite
   images are showing because the theme is adding padding to them. The problem is
   that you have the slideshow inside the navigation container:
 *     ```
       <div role="navigation" id="access">
       ```
   
 * Move the template tag above this instead of below it to fix that problem.
 *  Thread Starter [japeimo](https://wordpress.org/support/users/japeimo/)
 * (@japeimo)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-problem-in-second-slide/#post-2767059)
 * Thanks, now it works fine.
    I have 3 questions more: – I have a custom css and
   I copy the buttons image in the folder theme, but they don’t show, only the numbers.–
   How can i alig the nav buttons at right? – I would like to do a “fade in” in 
   the first slide.
 * The url is: [http://sportstuits.com/mediagift/](http://sportstuits.com/mediagift/)
 * Thanks!!!
 * Kind regards,
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-problem-in-second-slide/#post-2767066)
 * When you use a custom stylesheet, you have to update the path of the background
   images, from this:
 *     ```
       .meteor-nav .prev a {
       	background: url('../images/prev.png') no-repeat center right;
       }
       ```
   
 * To this:
 *     ```
       .meteor-nav .prev a {
       	background: url('images/prev.png') no-repeat center right;
       }
       ```
   
 * To move the nav pager, set the position to the right:
 *     ```
       .meteor-slides .meteor-buttons {
       bottom: -15px;
       height: 9px;
       right: 0;
       margin: 0;
       padding: 6px 0 0;
       position: absolute;
       width: auto;
       z-index: 999;
       }
       ```
   
 * If you want to do a fade in, you could use a little custom jQuery, take a look
   at this demo; [http://jquery.malsup.com/cycle/fade-in-first.html](http://jquery.malsup.com/cycle/fade-in-first.html)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Meteor Slides] Problem in second slide’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-problem-in-second-slide/#post-2767066)
 * Status: resolved