Forums
-
- Forum
- Posts
-
- Installation
- 28,432
- Troubleshooting
- 62,513
- Themes
- 10,430
- Plugins
- 15,338
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
There is an error in /bb-includes/template-functions.php
file .
In that file find
($smallest + ($count/$fontstep)."$unit;'>$tag n";
and replace it with:
($smallest + (($count-min($counts))/$fontstep))."$unit;'>$tag n";