• Is it possible to disable the plugin for mobile devices?
    I can’t see it in options.

    Maciek

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    Not yet. But I will eventually add this in.

    For now, you could potentially do something like this:

    
    @media screen and (max-width: 600px) {
      .tptn_posts {
        visibility: hidden;
        display: none;
      }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Disable for mobile’ is closed to new replies.