How to disable news ticker

Posted in: Newspaper
Post count: 225

Hi, I want to disable news ticker on mobile but i want to enable news ticker on pc view.

Post count: 23312

Hi Arafat,

If you want to disable the News Ticker on mobile, please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/ymKyDmyO

@media (max-width:767px){
.td-trending-now-wrapper {
display:none;
}
}

The result should see here: http://screencast.com/t/E4rpKKkrN

Hope this helps and let us know how it goes!

Thanks!

Post count: 225

Thank you so much @Catalin!

Post count: 23312

Hi Arafat,

Thanks! Glad that i could helped!

Post count: 38

Does this remove ticker only from Mobile Site or both? I want to remove ticker on both normal and mobile sites. Thanks

Post count: 35449

Hi Mariak,

You can remove the News ticker by editing that page with tagDiv Composer -> http://prntscr.com/piwusy -> click on News ticker and right click on the element and delete -> http://prntscr.com/piwv0h

Thank you!

Post count: 14

Hi everyone. I also want to get rid of the news ticker, but have a question.

When I do what Calin suggested and just right click and delete it using the TD composer, a blank/empty line persists where the news ticker is/was (pls see the screenshot, says EMPTY COLUMN)). How can I get rid of the ticker AND nicely get rid of that empty column (for both PC and mobile versions). Thanks.

Screenshot: https://ibb.co/3MKxnsZ

  • This reply was modified 5 years by MESeral.
  • This reply was modified 5 years by MESeral.
  • This reply was modified 5 years by MESeral.
  • This reply was modified 5 years by MESeral.
Post count: 18283

Hello !

If you have empty rows we recommend removing them. Simply right click on the ROW and remove it. This should clear your issue: https://www.screencast.com/t/3KJiTGwI

Let us know the result !

Thank you !

Post count: 14

Thanks a lot Vlad, that worked like a charm on both screens.

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.