How to filter and remove on specific category?

Posted in: Newspaper
Post count: 5

1. How to remove “grid posts” on specific category?
2. How to filter some “Post ID” not to shown on specific category?
3. How to remove “Name” “Category Name” and “Date” specific category?

remove name category and date

Post count: 23312

Hello jenosize,

1)If you want to change your category top posts style, you can do it from Theme panel->Categories like this ->
http://screencast.com/t/1drxqTkBg2la

2)Unfortunately, our theme does not have such an option to filter the post for the category. If you want to display more levels and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment!

3)If you want to remove the meta info (Author name, date) and Category name from Category page, you have to target the certain category page by ID category and after module used by the category. Below I gave you an example for one category (that use module 11).

The code is ->

.category-6 .td_module_11 .td-module-meta-info, .category-6 .td-page-title {
display:none;
}

The result -> http://screencast.com/t/817DissQUnK

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 5

Hi Catalin

First of all, I’m appreciated for fast response.

For Question no.1

I don’t want to change category style but I would like to remove all grid images in the category section like this

remove all of this images

I try to set by following your instruction but it’s still exist.

2. No problem and thank you very much

3. I try step by step like this

step1 Find Category ID = 85

remove all of this images

step2 Find module = 8

module

step3 put css in style.css
.category-85 .td_module_8 .td-module-meta-info, .category-85 .td-page-title {
display:none;
}

Unfortunately they still exist. Am I do it wrong?

Here is url = http://www.followmum.com/pregnancy/pregnancy-week-by-week/

Post count: 5

I can resolve problem No.3 however for Question no.1

I don’t want to change category style but I would like to remove all grid images in the category section like image above.

Thanks

Post count: 23312

Hello jenosize,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td_module_3 .td-module-image {
display:none!important
}

The result -> http://screencast.com/t/N0VhhhLSO5ds

Another possibility for you would be to use another module for categories, without image thumbnails, like module 8 or 9 like this -> http://screencast.com/t/KQmhfMMH

Hope this helps and let us know how it goes!

Thank you for the message!

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