Chnge review icon

Posted in: Newspaper
Post count: 12

Hi.

I need to change the icons of the review stars for an image.

Can you help me?

Post count: 23312

Hello Douglas,

Unfortunately, the theme does not have any such an option that allows you to change these elements on Review section, sorry! You should edit the theme core files and add as you wish. As a hint, you should edit the review template, like this -> https://www.screencast.com/t/0p7tpFj0v

Thanks for the message!

Post count: 12

Thansk, i will try.

Another question, can i do something to dont show the stars of review in the home and another locals.

I just want theys in the post.

Thansk again.

Post count: 23312

Hello Douglas,

If you do not want to use the stars symbols on modules/blocks you should use a bit of CSS code to hide them If you want a more accurate code, you should provide your website URL so I can take a closer look at it.

Thanks for the message!

Post count: 12

Ok, understood.

Another question, can i get zero star on a review?

Post count: 23312

Hello Douglas,

Please check here -> https://www.screencast.com/t/v4LSDds7QfFN You should only add 0.5 stars.

Thanks.

Post count: 12

Understood, if i select “Select rating” they give zero stars.

Thank you so much.

Post count: 12

One more question.

Can i use a review with out a rate?

I just want use the Summary, dont the score.

Post count: 23312

Hello Douglas,

Sorry, but all the Review settings can be found here -> https://forum.tagdiv.com/reviews-2/ If you want more options for this, you should try implementing it yourself because we cannot provide custom work at the moment, sorry! As a quick solution in this regard, you can try using the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-review-header, .td-review-row-stars{
display:none;
}

Thanks for your understanding!

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