Title: fix slide
Last modified: October 4, 2020

---

# fix slide

 *  Resolved [lucasyt2014](https://wordpress.org/support/users/lucasyt2014/)
 * (@lucasyt2014)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/)
 * Hi
    How to make slide number 3 appear, the default appears slide 1. I need to
   fix some slide.

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

 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13495381)
 * Well you can re-order slides by clicking on the ‘Re-Order Slides’ link under ‘
   SA Sliders’:
 * See screenshot here:
    [https://i.imgur.com/k608i91.png](https://i.imgur.com/k608i91.png)
 *  Thread Starter [lucasyt2014](https://wordpress.org/support/users/lucasyt2014/)
 * (@lucasyt2014)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13502234)
 * so I actually need to fix a slide, without losing the order. My slide has 38 
   pages, a slide every week, I’m on slide 14 this week.
    remembering, I can’t lose
   the order because my slides are numbered from 1 to 38. please, even if it is 
   messing with the php code to help, even if it is not possible, thanks for the
   help.
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13505005)
 * There is no option to do this within my plugin, but the jQuery product which 
   my plugin uses (Owl Carousel) does have an option. I’m assuming you are talking
   about specifying a starting slide no?
 * So if you look at the Owl Carousel options page you will see the option:
    **startPosition**
 * So if you edit “wp-content/plugins/slide-anything/slide-anything-frintend.php”,
   and see lines 837 and 838:
 *     ```
       $output .= "			smartSpeed : ".esc_attr($slide_data['slide_transition']).",\n";
       $output .= "			fluidSpeed : ".esc_attr($slide_data['slide_transition']).",\n";
       ```
   
 * Add a line after these 2 lines,
    `$output .= " startPosition : 3,\n";`
 * This will start the slider at slide 4.
 *  Thread Starter [lucasyt2014](https://wordpress.org/support/users/lucasyt2014/)
 * (@lucasyt2014)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13505621)
 * “wp-content/plugins/slide-anything/slide-anything-frintend.php”
    **I didn’t find
   this way.**
 * **what I found was:**
    “wp-content/plugins/slide-anything/**php/**slide-anything-
   frontend.php”.
 * I opened this file: “slide-anything-frontend.php”
 * but on lines 837 and 838, there are not those 2 lines:
 * $output .= ” smartSpeed : “.esc_attr($slide_data[‘slide_transition’]).”,\n”;
   
   $output .= ” fluidSpeed : “.esc_attr($slide_data[‘slide_transition’]).”,\n”;
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13506934)
 * Ok,
    wp-content/plugins/slide-anything/php/slide-anything-frontend.php is the
   correct file (typo)
 * Edit the file and do a search for “fluidSpeed”.
    After this “fluidSpeed” line,
   add the line: `$output .= " startPosition : 3,\n";`
 * I have now added this functionality (setting a starting slide number option to
   the top of my Slide Anything To-Do list), but will probably only get around to
   this next month – as I’m moving home and have loads of deadlines this month.
    -  This reply was modified 5 years, 8 months ago by [simonpedge](https://wordpress.org/support/users/simonpedge/).
 *  Thread Starter [lucasyt2014](https://wordpress.org/support/users/lucasyt2014/)
 * (@lucasyt2014)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13507977)
 * Now it worked, thank you very much for the support, you were incredible.
    * I
   have more than one slide, one is on slide 13, the other on slide 5. in the update
   if it is possible to fix each slide individually. thank you again!

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

The topic ‘fix slide’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [lucasyt2014](https://wordpress.org/support/users/lucasyt2014/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/fix-slide/#post-13507977)
 * Status: resolved