View Issue Details

IDProjectCategoryView StatusLast Update
0007238Wave themeThemepublic2023-06-29 16:13
Reportermf Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.6.0 
Summary0007238: Half stars in overall product ratings are not displayed
DescriptionWhen using the Wave Theme, the display of overall product ratings that require half a star is not possible. The half star is not displayed, instead it looks as if there are only 4 stars in total.

The solution is to change the CSS class from fa-star-half-o to fa-star-half.

Simple workaround via CSS:
.ratings .fa-star-half-o {
    font-size: 22px;
}
.fa-star-half-o:before {
    content: "\f089";
}
TagsNo tags attached.

Activities

SvenBrunk

2023-06-29 16:13

manager   ~0015361

Won't fix in Wave anymore and works in Apex