Before you ask please READ THIS

Disabling feature on mobile

in FatMoon Posts: 60
Is there a way to disable play/pause function to work on mobile devices? As this is just messy from the user's perspective. [critique from wife I agree with, hahah]

Landing page on olafsosh.com

Comments

  • AirAir
    Posts: 10,970
    Hey there:-)

    Please tell me what you mean by that:
    1. Disabling whole feature - user can not pause slider at all?
    2. Just hiding play button in right bottom corner?
    3. Hiding big animation when play/pause?

    When you tell me, I will be able to see what can be done.

    With kind regards.
  • edited March 2018 Posts: 60
    The first one. But just on mobile devices!

    P.S. Strangely, I did not a notification about your reply into my e-mail this time.
    Post edited by OlafsOsh on
  • AirAir
    edited March 2018 Posts: 10,970
    I don't see easy way to disable slider play/pause feature without editing slider code. However doing this only for mobile will be harder.

    What I can help you with is hiding button for play/pause, and big drawn play pause symbol.

    With kind regards.
    Post edited by Air on
  • Posts: 60
    Yeah! Let's do that! :]
  • AirAir
    Posts: 10,970
    Please use this custom CSS:
    @media only screen and (max-width: 600px) {
    	.slider-play-button{
    		display: none;
    	}
    	.slider-play-animation{
    		display: none!important;
    	}
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion