Forums
-
- Forum
- Posts
-
- Installation
- 28,550
- Troubleshooting
- 62,913
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,258
-
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";