# of views not found

Posted in: Newspaper
Post count: 24

Hi,

I can’t see # of views in the post control panel.

Screenshot: http://i.imgur.com/AdHwHym.jpg

How can I add the #?

Thanks,
Ufuk

Post count: 1291

Hi,

If you disable the post views in Theme Panel it also disable the counts on the backend, you have to enable it and hide the frontend views (if you want) via custom css:

.entry-comments-views span{
display: none;
}
.entry-comments-views span.td-sp-ico-view{
display: none !important;
}

We’ll add separate options (hide/disable) in a future update.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 24

Dear Emil,

How can I add the custom CSS you gave?

Thanks,
Ufuk

Post count: 7909

Hi,

Please use Theme Panel > Custom Css to add the code: http://screencast.com/t/h8LoLAiPX

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.