Metronic v8.3.3 - Missing keenicons
Hi,
Please check all missing icons: plus-square, minus-square, ... https://preview.keenthemes.com/html/metronic/docs/?page=icons/keenicons#listing
These missing icons affect to the accordion style: all icons disappear https://preview.keenthemes.com/metronic8/demo1/?page=pages/faq/classic
Thanks, Jason
Replies (5)
Hi,
Sorry for the delay in responding.
Workaround
Until the source fix lands, replace the class names in your project files:
ki-plus-square → ki-plus-squared
ki-minus-square → ki-minus-squared
ki-check-square → ki-check-squared
Everything else (child <span> elements, other classes like toggle-on, text-primary) stays the same. Only the class name on the parent <span> changes.
For the accordion specifically, search your templates for ki-plus-square and ki-minus-square and apply the rename. This restores the toggle icons immediately.
This is a source-level build pipeline bug; the fix needs to happen in Metronic's KeenIcons CSS generation to align the naming. I've escalated this to our development team for inclusion in the next release.
Hi,
It has been 3 weeks since I posted this feedbacks and I haven't gotten your answer. Metronic v8.3.3 is not safe enough to upgrade so I am still waiting for the next version but at least please let me know that you are aware of this bug and your fix will be include in the next version.
Thanks,
Jason
Hey there! I’ve faced similar issues with Keenicons before. Have you explored the possibility of integrating custom icons? It can bring a fresh look while resolving missing assets efficiently!
Hi Hewitt,
Thanks for the suggestion. However, I prioritize using the available icons such as Bootstrap icons or Metronic Keenicons instead of external resources to make the UI consistent and reduce the resources.
Besides, the real issue I encountered is about Accordion feature which is using Keenicons to indicate the collapsed & hidden states and this comes with the additional css so we really need this fix for Accordion feature.
Thanks,
Jason