• Resolved willbean88

    (@willbean88)


    I am using the Meta Slider Lite v2.4.2 and it works correctly on Chrome. When viewing the home page on Firefox or Internet Explorer for the site link below, the slider arrows do not work and it shows arrow buttons from two different versions of the slider. The slider works correctly on all other pages though.

    https://internationalaccelerator.com/

    This is the CSS code I have for the slider:
    #slider {
    /*clear: both;*/
    position: relative;
    float: left;
    width: 100%;
    height: 100%;

    }

    What is the best way to resolve this issue?

    Thanks, William

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi William,

    I think it’s to do with this code in the page source:

    <script type="text/javascript">
    jQuery(function($){
    $(window).load(function() {
    //homepage Slider
    	$('#slider').nivoSlider({
    		directionNav: true,
    		directionNavHide: true,
    		captionOpacity: 0.8,
    		controlNav: false,
    		boxCols: 8,
    		boxRows: 4,
    		slices: 15,
    		effect:'fade',
    		animSpeed: 500,
    		pauseTime: 3000	});
    	});
    });
    </script>

    Can you remove that?

    Regards,
    Tom

    Thread Starter willbean88

    (@willbean88)

    Thanks Tom, it seems to be working now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Meta Slider]’ is closed to new replies.