Remove "stars" on reviews post

Posted in: Newspaper
Post count: 199

Hi. Can you tell me how I remove stars on reviews post and replaced with author name and date?

Post count: 9544

I assume you’re referring to when the posts are shown in modules/blocks.

I think TagDiv showed how to change that with Newsmag, but I don’t have link handy.

You will need to wait for them to get back in to answer this one.

Post count: 7909

Hi,

Please try to remove this code if you don’t want reviews on modules – http://screencast.com/t/aB7DQYB2x

Thanks!

Post count: 199

i make it, but nothing happens 🙁

Post count: 7909

Hi,

It should work I have checked this again – http://screencast.com/t/t7NiwfI0http://screencast.com/t/8IaMnrRBi
Please make a backup of you current file td_module.php and replace author and date functions – http://screencast.com/t/nAIQ6lxIn with this code – http://pastebin.com/TJirAXH9

Hope this helps!

Post count: 199

nice! works! one last question. can you tell me how to remove and the stars under of overall score ? http://grab.by/IhRq

Post count: 7909

Hi,

You can use this custom css in Theme Panel > Custom Css to hide it – http://screencast.com/t/YAYT2oI3

.td-review-final-star {
display: none;
}

Thanks!

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