count views only in admin area

Posted in: Newspaper
Post count: 14

Hello,
Is it possible to see the articles counts only inside the admin area? as i can see right now if i disable the views count at the front end i cann’t see the views inside the admin area. How can i solve this? or can i hide the views via css at the front end?
Thanks

Post count: 23312

Hello intelweb,

You can hide them if you will use some custom CSS area. Try the code below and place it in the Theme panel -> Custom CSS area.

.td-post-views{
display:none;
}

Thanks.

Post count: 14

Hi again and thanks for the fast response!
The code u sent me is correct but for a strange reason when i put the code inside the custom css then the counter of views stop. Do u know why is that happens?

Post count: 14

i tried it again, disable the count views and enable it again,after that i inserted the css code u gave me but code doesn’t work…any suggestions?

Post count: 23312

Hello intelweb,

Please keep in mind that the above code which I gave you only hide the Post Views from the front-end and it does not disable the main functionality of it, only if you disable it from the panel. Clear all the caches and check the results.

Thanks for your understanding!

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