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

    (@anoopranawat)

    Hello,

    Sorry for late reply..and also sorry for not giving such option in setting.

    Please replace the following <script> in the responsive_headerimageslider.php file with existing <script>:

    <script type="text/javascript">
    
    	 jQuery(function() {
          jQuery('#slides').slidesjs({
            width: <?php echo $sliderdefultwidth ; ?>,
            height: <?php echo $sliderdefultheight ; ?>,
            play: {
              active: <?php echo $pausedefulthover; ?>,
              auto: <?php echo $autopalytrue; ?>,
              interval: <?php echo $autoplaydefultspeed; ?>,
              swap: true
            },
    		navigation: {
          active: false,
          effect: "slide"
            // [string] Can be either "slide" or "fade".
        },
    		 pagination: {
          active: <?php echo $paginationtrue; ?>
        }
          });
        });
    	</script>
Viewing 1 replies (of 1 total)
  • The topic ‘Any way to removed the Arrrows on the module?!’ is closed to new replies.