Support » Theme: Max Magazine » Slider disappears on mobile

  • Hi, I’ve been using the Max theme whilst developing a site and I noticed today that the slider has disappeared on the mobile version. I’m sure it didn’t last week.

    I’ve also looked at the demo theme on the iphone and though the slider is there, it doesn’t actually load.

    Hope this is an easy fix as I would like to use this theme.

    Cheers
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • <script type="text/javascript">
    $(function(){
    	if( $('.banner-container-class').width() >= 300 ){
    		$(this).show();
    	}
    	else{
    		$(this).hide();
    	}
    })
    </script>

    Use this code

    Nathan

    (@yodaman5556)

    That happened to me too. Where would I put that code? Thanks in advance. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider disappears on mobile’ is closed to new replies.