Title: Empty paging  buttons div
Last modified: August 21, 2016

---

# Empty paging buttons div

 *  [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/)
 * Hi Josh
    Do you have any idea why the div is blank although I have set to show
   the paging in the settings page?
 *     ```
       <div class="meteor-buttons" id="meteor-buttons"></div>
       ```
   
 * this is the template code:
 *     ```
       <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
       ```
   
 * Thanks
    Dan
 * [http://wordpress.org/plugins/meteor-slides/](http://wordpress.org/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004435)
 * Hi Dan, it is probably a theme conflict, though it could be a JavaScript error
   too, could you post a link?
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004498)
 * Hi Josh, thanks for your reply.
    The site is currently on local production. It’s
   a fresh install of WP 3.6 – twenty ten theme. If it won’t be solved on localhost,
   once I upload the site I’ll post the link here.
 * Dan
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004513)
 * OK, let me know if you need me to take a look once you get it online.
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004514)
 * Will do
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004554)
 * Hi Josh
    This is the current TEMP url for the website: [http://clientname.dmdesign.co.il/shinytech/](http://clientname.dmdesign.co.il/shinytech/)
   It would be great if you could take a look and tell me why the buttons are not
   showing up. Thanks Dan
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004563)
 * That’s really strange, it seems like this must be a conflict, though I don’t 
   see any JavaScript errors, but I would try deactivating your other plugins and
   trying to narrow down the conflict.
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004630)
 * Hi Josh,
    The meteor buttons are still not showing up, there are 2 staging sites
   currently, both have the buttons configured but they are not showing. I disabled
   all plugins and also went back to the 2010 theme but still no-go.
 * the only modification I did was add these lines of code after line 145 on the
   meteor-slideshow.php file: (acf)
 *     ```
       <div class="slider-text">
                       <p><?php the_title() ?></p>
                       <p class="sub"><?php the_field('sub-content'); ?>
                       </div>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks (not single quotes)
   or use the code button. Your posted code may now have been permanently damaged
   by the forum’s parser.]_
 * but also reverting to the original code didn’t show the buttons.
    Any ideas? 
   Thanks Dan
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004631)
 * this is the second site:
    [http://clientname.dmdesign.co.il/hagay/](http://clientname.dmdesign.co.il/hagay/)
 * this is the first one:
    [http://clientname.dmdesign.co.il/shinytech/](http://clientname.dmdesign.co.il/shinytech/)
 * Dan
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004633)
 * That’s very strange. Try creating a slideshow, adding the slides to it, and specifying
   the slideshow in the template where you are loading it. Maybe if you are more
   specific with it it’ll cooperate!
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004634)
 * Hi Josh
    As you suggested, I created a slideshow and added the slides to it. 
   The slidewhow’s name and slug is ‘hp’. [http://clientname.dmdesign.co.il/shinytech/](http://clientname.dmdesign.co.il/shinytech/)
 * and the template code is:
 *     ```
       <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("hp", ""); } ?>
       ```
   
 * Still no nav buttons
 * Dan
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004635)
 * Everything looks great to me. I did notice that both sites are using Meteor Slides
   1.5, I don’t think it will resolve your problem, but it wouldn’t hurt to try 
   updating to 1.5.1.
 * If you could [send me](http://jleuze.com/contact/) a login for one of the sites,
   I can take a closer look.
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004636)
 * Thanks Josh.
    Have just sent you an email.
 * Dan

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

The topic ‘Empty paging buttons div’ 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/)

 * 12 replies
 * 2 participants
 * Last reply from: [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/empty-paging-buttons-div/#post-4004636)
 * Status: not resolved