Title: Pause on Mobile
Last modified: July 7, 2017

---

# Pause on Mobile

 *  Resolved [Lockhart](https://wordpress.org/support/users/muldari/)
 * (@muldari)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/pause-on-mobile/)
 * 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](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/pause-on-mobile/#post-9299248)
 * 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](https://wordpress.org/support/users/muldari/)
 * (@muldari)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/pause-on-mobile/#post-9299443)
 * 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.

 * ![](https://ps.w.org/ditty-news-ticker/assets/icon.svg?rev=2650696)
 * [Ditty – Responsive News Tickers, Sliders, and Lists](https://wordpress.org/plugins/ditty-news-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ditty-news-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ditty-news-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/ditty-news-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ditty-news-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ditty-news-ticker/reviews/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [pause](https://wordpress.org/support/topic-tag/pause/)
 * [phone](https://wordpress.org/support/topic-tag/phone/)

 * 2 replies
 * 2 participants
 * Last reply from: [Lockhart](https://wordpress.org/support/users/muldari/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/pause-on-mobile/#post-9299443)
 * Status: resolved