Hi,
I want to remove or hide one of the extra fields in "Portfolio".
It is the field "Rating", see attached image.
Can anyone help with that?
Regards Tor H
Remove or hide one extra field
Hi Tor,
It appears that you have cache settings in your server side.
I updated this file: /templates/ja_vega/html/com_content/article/portfolio.php
to remove that rating
You can try to clear all caches and check again.
Regards
You are the best, thank you very much
Regards Tor
- Edited
Trying to figure it out, in case I need to do this at a later time.
What you did was:
<!--
<?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 ;?>
-->
Is it this <!-- and this --> that make it dissapear?
Ok i figured it out, you commented it out like that, nice