Forum Discussion

miikka's avatar
miikka
Maven
9 years ago

Badges v. 1.1 and the component title

Hi, after upgrading to the latest versions of the features, including Badges 1.1, the component title which used to be 'Badges' has now gone hiding. This obviously could be related to the newer vers...
  • KaelaC's avatar
    9 years ago

    I found this too when upgrading a customer. I created a custom component to get around it:

     

    <div class="lia-panel">
    <div class="lia-panel-heading-bar-wrapper">
    <div class="lia-panel-heading-bar"><span class="lia-panel-heading-bar-title">Achievements</span>
    </div></div>
    <@component id="badges.widget.user-badges-list"/>
    </div>