• Resolved KR. Laboratories

    (@krashlab)


    Hi!
    Please tell me, how turn off ticker on mobile devices? I did not find this important feature in the settings of PRO T4B News Ticker. Thanks.

    • This topic was modified 4 years ago by Yui.
    • This topic was modified 4 years ago by KR. Laboratories.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter KR. Laboratories

    (@krashlab)

    I already fixed it by @media in CSS, but recommend developers to add the exclusion feature on mobile devices. thanks.

    Plugin Author Realwebcare

    (@realwebcare)

    Hello Vitaly Krasheninin,

    Thanks for contacting us. Glad to know that you have resolved the issue. We’ll keep it in mind in the next update to give this option.

    It looks like you are a pro user of this plugin. We have a dedicated support center for our pro user. For future query, login there and open a ticket regarding your issue. WordPress support threads is only for free users.

    Thanks
    Iftekhar

    hi vitaly,

    if you dont mind can you please provide the solution to me because ihave the same problem.
    also tell me to add the exclusion feature on mobile devices.
    the site is https://www.palso.gr

    thanks in advance
    geo

    • This reply was modified 3 years, 12 months ago by bakagiannis.
    Plugin Author Realwebcare

    (@realwebcare)

    Hello bakagiannis,

    Paste the below code in yout theme’s style.css file.

    @media only screen and (max-width : 480px) {
    .ticker-news{display:none}
    }

    You can change the max-width value to the size you like.

    Thanks
    Iftekhar

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How turn off ticker on mobile display?’ is closed to new replies.