10-16-2019, 07:18 PM
(10-10-2019, 09:05 PM)alankrit Wrote: i.imgur(dot)com/2e4YeiS.png
The image on the board stats shows unicode, is there anyway to fix it.
here is the link
https:// theaddikt . com
I've recently deployed this theme, and I like it.
There are three small typos in templates, where the style is fas followed by character code.
In order to be compatible with font-awesome 4.7.0, use fa, not fas.
In index_stats template,
Code:
<i style="font-size: 24px;" class="fas fa-bar-chart"></i>
In index_whosonline template,
Code:
<i style="font-size: 24px;" class="fas fa-globe"></i>
In nav_dropdown template,
Code:
<i style="font-size: 9px;" class="fas fa-chevron-down fa-fw pagination_breadcrumb_link" id="breadcrumb_multipage"></i>
In the case of the nav_dropdown, I changed the character for more visibility in a small size from fa-chevron-down to fa-chevron-circle-down.