Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Plz send me your dev server wordpress username and password on my mail id

    [email protected]

    i will solve your problum..

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @anoopranawat Please do not request access like that. That’s something that is actively frowned upon in these forums.

    https://codex.www.ads-software.com/Forum_Welcome#The_Bad_Stuff

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Ok, i will take care

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    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

    (@steveinator)

    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 Anoop Ranawat

    (@anoopranawat)

    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

    (@steveinator)

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    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.