• Resolved Lockhart

    (@muldari)


    Loving this plugin. I have one question.. I know it’s set to “pause on mouseover” which of course phones and tablets don’t have. Is there any way to get it to pause when using a mobile device?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Thanks for the compliments!

    In the Global Settings of your ticker there is an option to add a play/pause button to the ticker. When enabled, this would show regardless of the screen size but you could add some custom CSS to hide it on desktop:

    @media(min-width: 768px) {
      .mtphr-dnt-play-pause {
        display: none;
      }
    }

    You can modify this any way to want if you have other css selectors/methods you’d rather use to identify mobile/touch devices.

    Thread Starter Lockhart

    (@muldari)

    Thanks. I didn’t even see that there!

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