Remove views from Slider

Posted in: Newspaper
Post count: 6

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.

Post count: 4

Having the same issue. I’d love to know, too!

Post count: 6

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!

Post count: 6

Found it in other post in this forum, Jeff… Try the following custom css and it will disappear

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

Post count: 4

Worked like a charm, thanks.

Post count: 7909

Hi,

This is on our list and the post views will be removed also for IOS Slider as soon as possible.

Thanks!

Post count: 16

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

Post count: 1291

Hi,

I’ve checked your page but i see not comment counts, i guess you managed to remove them. The css is:

.td_block_slide .td-post-comments {
    display: none;
}

Thank you!

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

Hi, Emil

I have one more question: Is there any way that the author name and date can be removed from de Slider?

Thanks!

Post count: 7909

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!

Post count: 6

I’ve managed to remove the date also with that style of css.

Thanks a lot!

Post count: 7909

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!

Post count: 6

Hey Alin,

My theme stopped croping the images for posts; they appear as they are. Is there any custom css so I can solve it?

Post count: 7909

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!

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