Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bookfox

    (@bookfox)

    Is there any way to increase the maximum number of slides? Please advice.

    Plugin Author simonpedge

    (@simonpedge)

    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

    (@simonpedge)

    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.