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 versions of the responsive stuff and codebook, too.

 

Old:

 

New:

 

I might have missed some documentation somewhere but do I really need to create a custom component (a simple one but still) just to be able to show the title? As there's nothing title-related in the markup so it's not hidden, it's just not there anymore.

 

Cheers,

.M

  • 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>

     

     

  • KaelaC's avatar
    KaelaC
    Lithium Alumni (Retired)

    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>