Hi raphaelslimm
1) score issue
Create a new file ( if you do not have one already ) named custom.css in this folder /templates/ja_playmag/css/
and add to it
.rating-score .score {
display:none!important;
}
2) videos
There is a category named video on the quickstart version you should edit articles in this category ( first disable your default editor from global configuration setting it to NONE ) code for article is as below
<div class="video-container"><iframe width="1120" height="630" src="//www.youtube.com/embed/AQLxdHfMPF8" frameborder="0" allowfullscreen></iframe></div>
3) Latest News
It is the main menu item that should be set as Featured Articles type including the news, video, review categories
Please have a look at the documentation page HERE
Best regards