Forum Replies Created

Viewing 1 replies (of 1 total)
  • Try to add this

    <script>		jQuery(document).ready(function(){
    					jQuery('.bxslider').bxSlider( {
    					mode: 'fade',
    					speed: 1000,
    					captions: true,
    					minSlides: 1,
    					maxSlides: 1,
    					slideWidth: 1170,
    					adaptiveHeight: true,
    					auto: true,
    					preloadImages: 'all',
    					pause: 5000,
    					autoHover: true } );
    					});
    					
    		
    	
    	</script>

    before </head> in your header.php file

Viewing 1 replies (of 1 total)