Chi-K
If you've not customized this file yet: /templates/ja_alpha/html/com_content/article/portfolio.php
You can download this attached file >> unzip and the portfolio.php
file inside to this directory:
/templates/ja_alpha/local/html/com_content/article/
(create this path if it doesn't exist)
In this override file, I removed the code which generates that rating field:
<?php if($rating) :?>
<li><label><?php echo Text::_('TPL_RATE') ;?>:</label>
<span class="portfolio-rating">
<span class="stars-vote" style="width: <?php echo $rating ?>%"></span>
</span>
</li>
<?php endif ;?>