Title: Maximum 50 Slides
Last modified: September 1, 2016

---

# Maximum 50 Slides

 *  Resolved [bookfox](https://wordpress.org/support/users/bookfox/)
 * (@bookfox)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/maximum-50-slides/)
 * I was so excited to find this plug-in, and then after working on it for 2 hours
   I discovered the maximum amount of slides is 50. This is super disappointing.
   I need a couple hundred. All that work down the drain …
 * [https://wordpress.org/plugins/slide-anything/](https://wordpress.org/plugins/slide-anything/)

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

 *  Thread Starter [bookfox](https://wordpress.org/support/users/bookfox/)
 * (@bookfox)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/maximum-50-slides/#post-7577058)
 * Is there any way to increase the maximum number of slides? Please advice.
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/maximum-50-slides/#post-7577071)
 * Hi, you can edit the following plugin file:
    /wp-content/plugins/slide-anything/
   php/slide-anything-admin.php At line 723 you will see the following code: // 
   ADD SLIDE BUTTON if ($num_slides < 50) { // a maximum of 50 slides allowed echo“
   <div id=’sa_add_slide’ class=’button button-primary button-large’ title=’Add 
   a new slide’>Add Slide</div>\n”; } Change the 50 to whatever number you want.
 * Just a note on why I introduced this limitation – using more than 50 slides can
   slow down the page load time considerably, especially if each slide contains 
   an image. But I will add a setting in a future release allowing this maximum 
   slide limit to be changed.
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/maximum-50-slides/#post-7577105)
 * Hi, I’m assuming you managed to implement this coding-fix successfully as I haven’t
   heard back from you. Please open a new topic if you are still having an issue
   with this – I am marking this topic as resolved.

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

The topic ‘Maximum 50 Slides’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slide-anything.svg)
 * [Slide Anything - Responsive Content / HTML Slider and Carousel](https://wordpress.org/plugins/slide-anything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slide-anything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slide-anything/)
 * [Active Topics](https://wordpress.org/support/plugin/slide-anything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slide-anything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slide-anything/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/maximum-50-slides/#post-7577105)
 * Status: resolved