Title: Multiple Next/Previous Buttons
Last modified: August 31, 2016

---

# Multiple Next/Previous Buttons

 *  Resolved [stefvanriet](https://wordpress.org/support/users/stefvanriet/)
 * (@stefvanriet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/multiple-nextprevious-buttons/)
 * Hi,
 * Great plugin, does exactly what I need for my project 🙂 . I have some trouble
   making double next/previous slider buttons (on the top and bottom of the slider).
 * I already edited the regular buttons to my liking but I’m not sure how to copy
   the buttons. I tried copy-pasting the code that makes buttons in owl.carousel.
   min.js but that broke the slider.
 * If you have some spare time, can you show me how to do it? Thanks!
 * Kind regards,
 * Stef van Riet
 * [https://wordpress.org/plugins/slide-anything/](https://wordpress.org/plugins/slide-anything/)

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

 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/multiple-nextprevious-buttons/#post-7348727)
 * To do that you will have to make use of the Own Carousel custom events ‘prev’
   and ‘next’. See this example on how this is implemented:
    [http://www.isvision.fr/owl/demos/navOnTop.html](http://www.isvision.fr/owl/demos/navOnTop.html)
 *  Thread Starter [stefvanriet](https://wordpress.org/support/users/stefvanriet/)
 * (@stefvanriet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/multiple-nextprevious-buttons/#post-7348737)
 * Where should I put those javascript tags? In your plugin or my wordpress files?
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/multiple-nextprevious-buttons/#post-7348772)
 * Within ‘functions.php’ add the following code:
 * add_action(‘wp_enqueue_scripts’, ‘load_javascript_files’);
    function load_javascript_files(){
   wp_register_script(‘my_javascript’, get_stylesheet_directory_uri().’/my_javascript.
   js’, array(‘jquery’), true); wp_enqueue_script(‘my_javascript’); }
 * And then within ‘my_javascript.js’ add the JQUERY code, remembering to replace
   all instances of ‘$’ with ‘jQuery’.
 *  Thread Starter [stefvanriet](https://wordpress.org/support/users/stefvanriet/)
 * (@stefvanriet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/multiple-nextprevious-buttons/#post-7348785)
 * Thanks!

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

The topic ‘Multiple Next/Previous Buttons’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [stefvanriet](https://wordpress.org/support/users/stefvanriet/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/multiple-nextprevious-buttons/#post-7348785)
 * Status: resolved