Forums
-
- Forum
- Posts
-
- Installation
- 28,417
- Troubleshooting
- 62,426
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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";