Hi,
Just bought this great theme, but I have one problem: Can’t find a way to remove the post views from the Slider that came with the page templates. I really need to do that because the view count it’s wrong, and also I don’t want to have it.
My website is http://www.adndeportivo.com We are still installing the theme, because we can’t publish it online with that post views in the Slider.
I’ll appreciate your quick response.
Thanks and good day.
PS: I have disabled the “Show Post Views” option, but doesn’t work on blocks (like Slider), only posts. I have been searching for an option to remove it from the Slider, but can’t find it. Hope that you (tagdiv) can send me some code or something to solve this problem.
Thanks!
Hi,
This is on our list and the post views will be removed also for IOS Slider as soon as possible.
Thanks!
and how to remove comment counts. I have removed post view counts but comment count is still there. u can check at my home page cyberscylla.com
Hi,
You can use this custom css to hide the author on slider – http://screencast.com/t/0StFZZbwAZ
.td_block_slide .td-post-author-name {
display: none;
}
Thanks!
Hi,
Sorry I did not see that you want to remove also the date. This custom css will remove both: http://screencast.com/t/PlExSFqK
.td_block_slide .td-post-author-name, .td_block_slide .td-post-date {
display: none;
}
Thanks!
Hi,
Do you refer to the featured image, please make sure the you have thumb size enabled for the template that you use – http://screencast.com/t/csnWUCnnJ and also regenerate thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!