• Resolved dccorp

    (@dccorp)


    Hi,

    There is any trick to make this nice plugin to work on mobile as it works on desktop?
    On mobile, it doesn’t react if you touch one item on the scrolling ticker.

    Thank you,

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

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

    (@infosatech)

    Hello,

    This plugin works on mobile perfectly. It seems that it is a theme conflict. Add this CSS and check again:

    @media screen and (max-width: 910px) {
        .is-menu-wrapper {
            display: none !important;
        }
    }

    Thanks!

    Thread Starter dccorp

    (@dccorp)

    Hei, thank you, it works !

    Thank you very much, I didn’t know it’s a theme conflict, wonderful and very useful plugin !

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