Filter by rating

Posted in: Newspaper
Post count: 33

Hello,

On my category page, full of reviews articles, i want to add the possibility to filter by high or low rating, is it possible ?
Thanks

Post count: 20688

Hi,

The users will be able to filter by review score if they choose to, there is a drop down containing a few sorting methods in category pages
https://www.screencast.com/t/w3YwB4OA
https://demo.tagdiv.com/newspaper/category/tagdiv-technology/tagdiv-reviews/

Thanks

Post count: 33

Ok thanks !
And is it possible to only show the rating filter and to hide the others (featured, top 7 etc.) ?

Post count: 20688

It would be with some CSS, something like this – https://www.screencast.com/t/Oka1VqzYkE

.category .td-pulldown-filter-list li:not(:nth-child(5)) {
display: none;
}

Post count: 33

Ok thanks
Last question : how can i make this category pull-down filter appear on my cloud library category template ?

Post count: 20688

The cloud category templates will not show the pull-down filter at the moment, this may change in the future. The plugin will be improved and more options will be added to it. Sorry for any inconvenience.

Post count: 33

too bad 🙁
and there is absolutely no way to sort these articles ? i can’t even sort by anything, i wanted by popularity for example

your cloud templates are not fully customizable and it’s damageable for the customers

have a good day

Post count: 20688

Sorry again for the inconvenience, we will include more options for the cloud library plugin in the future.

You could create templates for each category, and use normal blocks and grids which can be filtered and sorted. The category grids and the loop element don’t have sorting methods for the moment. Or use default category templates until more settings are added.

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