KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Amazing thema icons #2666

Open 50Grosh opened this topic on on May 10, 2022 - 4 comments

50Grosh commented on May 10, 2022

Hello

what may be the reason why the icon is not displayed?


SimpleCard::create(array(
    "title"=>"Cena wszystkich sprzedanych ubezpieczeń",
    "value"=>($this->src("...")->query("select sum(price) from TableA")),
    "preset"=>"success",
    "cssClass"=>array(
        "icon"=>"fa fa-eye fa-xl p-5",
        "card"=>"p-1",
        "tittle"=>"font-normal",
        "value"=>"big-font",
    ),
    "format"=>array(
        "value"=>array(
            "decimals"=>2,
            "suffix"=>" PLN",
            "decimalPoint"=>",",
            "thousandSeparator"=>".",
        )
    ),
    "cssStyle"=>array(
        "title"=>"font-weight:lighter;font-size:14px;",
        "value"=>"font-weight:lighter;font-size:24px;",
    )
));

All the best :)

KoolReport commented on May 12, 2022

Do you see the amazing theme is loaded? Style of the page, or the simple card is correctly show? Just that the icon is not showing.

50Grosh commented on May 13, 2022

Just icon

50Grosh commented on May 13, 2022

50Grosh commented on May 13, 2022

I noticed that the icon shows up but very rarely

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Amazing Theme