WallBB Forums
[GoDark] Board Stats issue - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: [GoDark] Board Stats issue (/showthread.php?tid=308)



[GoDark] Board Stats issue - alankrit - 10-10-2019

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


RE: [GoDark] Board Stats issue - WallBB - 10-10-2019

Revert these templates to default, it will remove the unicode.


RE: [GoDark] Board Stats issue - alankrit - 10-11-2019

(10-10-2019, 11:03 PM)WallBB Wrote: Revert these templates to default, it will remove the unicode.

thanks


RE: [GoDark] Board Stats issue - larry.dozier - 10-16-2019

(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.