Display of review and categories

Posted in: Newspaper
Post count: 122

Hi,

I am mainly writing reviews on my site and use the percentage option of the theme. I have some suggestions that would make my life easier…

1.) Is it possible to display the number of the overall review (89%) instead of the stars on the category pages and frontpage? And if not is it at least possible to display the correct rating value in the stars (right now its either 4 or 5 stars but never 4,5).

2.) Is it possible to define default values for the rating criteria because I am always using the same criteria and have to type them every time for every single post.

3.) Could you please consider an theme panel option that allows it to disable the categories below of the post title. You already have such thing for tags but I couldn’t find it for categories.

Thanks for the amazing work on the theme so far.
Norman

Post count: 3343

Hi,
1. Sorry about that but is not possible and the review stars work only with full starts. We want to improve the review system in future updates. Until that if you want something more complex you can use some payed plugins for review.

2. No sorry, we know it would be nice to have some templates that you can use it, instead of each time to add the attributes every time.

3. To hide the categories from top you can use this CSS, add it in Theme panel -> Custom CSS section

.category .td-category {
    display: none;
}

Thanks for the understanding.

Post count: 122

Hi Marius,

thanks for the first reply. An improved rating system would be fantastic. I will wait for it.

About #3. The code wasn’t working. But after looking at your example I could figure it out:

ul.td-category {
display: none !important;
}

Thanks again,
Norman

Post count: 3343

Hi,
Great!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.