Title: Scrolls double when links are enabled
Last modified: August 22, 2016

---

# Scrolls double when links are enabled

 *  Resolved [Steveinator](https://wordpress.org/support/users/steveinator/)
 * (@steveinator)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/)
 * When I disable custom links, the slider works perfectly. As soon as I enable 
   links, every time a new image slides in, it
    1.) slides in 2.) immediately switches
   back to the old image 3.) slides in again and stays
 * Is there any way to fix this?
 * Here is a link to the site (will not be up after a month or so): [SITE](http://104.130.24.55/wordpress/)
 * [https://wordpress.org/plugins/responsive-header-image-slider/](https://wordpress.org/plugins/responsive-header-image-slider/)

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

 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256411)
 * Hello,
 * Plz send me your dev server wordpress username and password on my mail id
 * [aranawat@sptechnolab.com](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/aranawat@sptechnolab.com?output_format=md)
 * i will solve your problum..
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256415)
 * [@anoopranawat](https://wordpress.org/support/users/anoopranawat/) Please do 
   not request access like that. That’s something that is actively frowned upon 
   in these forums.
 * [http://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff](http://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff)
 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256417)
 * Ok, i will take care
 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256418)
 * Hello Steveinator,
 * Are you using latest version of this plugin..because i just noticed that script
   code is different in your website
 * Your website script code
 *     ```
       <script type="text/javascript">
   
       	 jQuery(function() {
   
             jQuery('#slides').slidesjs({
   
               width: 980,
   
               height: 300,		
   
               play: {
   
                 active: false,
   
                 auto: true,
   
                 interval: 7000,
   
                 swap: true
   
               },
   
       		 pagination: {
   
             active: true
           }
   
             });
   
           });
   
       	</script>
       ```
   
 * In the latest version this changed to
 *     ```
       <script type="text/javascript">
   
       	 jQuery(function() {
             jQuery('#slides').slidesjs({
               width: 980,
               height: 300,
       		start: 1,
               play: {
                 active: true,
                 auto: true,
                 interval: 5000,
                 swap: true,
       		  effect: "slide"
               },
             effect: {
       		 slide: {
               speed: 3000
             }
           },
       	navigation: {
             active: true,
       	  effect: "slide"
       	  },
   
       	pagination: {
             active: true,
       	   effect: "fade"
   
           }
   
             });
   
           });
   
       	</script>
       ```
   
 *  Thread Starter [Steveinator](https://wordpress.org/support/users/steveinator/)
 * (@steveinator)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256419)
 * Thank you for the quick reply, it is much appreciated
 * I updated the version, as you will see reflected on the site. Now it seems to
   work inconsistently. Some times it starts to slide slowly, then speeds up when
   the image is halfway across the screen. Other times it slides the whole way fast.
 * Also, if you use the Pagination buttons to switch between slides it will often
   slide very slowly, then do the same double slide that it did previously.
 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256420)
 * Ok, I got your problum..let me test this plugin with your theme..can you plz 
   send me your theme name so that i will test it and solve the issue.
 * thanks
 *  Thread Starter [Steveinator](https://wordpress.org/support/users/steveinator/)
 * (@steveinator)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256473)
 * Here is the theme:
 * [http://themeforest.net/item/aamal-responsive-multipurpose-wordpress-theme/8056789](http://themeforest.net/item/aamal-responsive-multipurpose-wordpress-theme/8056789)
 *  Plugin Author [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256475)
 * Hello, Sorry its a paid theme and i can not test this plugin with this theme.

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

The topic ‘Scrolls double when links are enabled’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-header-image-slider_7290a2.
   svg)
 * [WP Responsive header image slider](https://wordpress.org/plugins/responsive-header-image-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-header-image-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-header-image-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-header-image-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-header-image-slider/reviews/)

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)
 * [twice](https://wordpress.org/support/topic-tag/twice/)

 * 8 replies
 * 3 participants
 * Last reply from: [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/scrolls-double-when-links-are-enabled/#post-5256475)
 * Status: resolved